Struct Ewrfbusy
#[repr(transparent)]pub struct Ewrfbusy(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Ewrfbusy
impl Ewrfbusy
pub const DISABLED: Self
pub const DISABLED: Self
Radio Busy is disabled and does not trigger a wakeup from Standby event to CPUwhen a rising or a falling edge occurs
pub const ENABLED: Self
pub const ENABLED: Self
Radio Busy is enabled and triggers a wakeup from Standby event to CPUwhen a rising or a falling edge occurs. The active edge is configured via the WRFBUSYP bit in PWR_CR4
Trait Implementations§
§impl Ord for Ewrfbusy
impl Ord for Ewrfbusy
§impl PartialOrd for Ewrfbusy
impl PartialOrd for Ewrfbusy
impl Copy for Ewrfbusy
impl Eq for Ewrfbusy
impl StructuralPartialEq for Ewrfbusy
Auto Trait Implementations§
impl Freeze for Ewrfbusy
impl RefUnwindSafe for Ewrfbusy
impl Send for Ewrfbusy
impl Sync for Ewrfbusy
impl Unpin for Ewrfbusy
impl UnwindSafe for Ewrfbusy
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