Enum stm32wlxx_hal::pac::pwr::sr2::RFEOLF_A
pub enum RFEOLF_A {
Above = 0,
Below = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Radio end of life flag
Value on reset: 0
Variants§
Above = 0
0: Supply voltage above radio end-of-life operating low level
Below = 1
1: Supply voltage below radio end-of-life operating low level
Trait Implementations§
impl Copy for RFEOLF_A
impl StructuralPartialEq for RFEOLF_A
Auto Trait Implementations§
impl RefUnwindSafe for RFEOLF_A
impl Send for RFEOLF_A
impl Sync for RFEOLF_A
impl Unpin for RFEOLF_A
impl UnwindSafe for RFEOLF_A
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more