Enum capsules_extra::rf233_const::InteruptFlags
source · #[repr(u8)]pub enum InteruptFlags {
IRQ_7_BAT_LOW = 128,
IRQ_6_TRX_UR = 64,
IRQ_5_AMI = 32,
IRQ_4_CCA_ED_DONE = 16,
IRQ_3_TRX_END = 8,
IRQ_2_RX_START = 4,
IRQ_1_PLL_UNLOCK = 2,
IRQ_0_PLL_LOCK = 1,
}
Variants§
IRQ_7_BAT_LOW = 128
IRQ_6_TRX_UR = 64
IRQ_5_AMI = 32
IRQ_4_CCA_ED_DONE = 16
IRQ_3_TRX_END = 8
IRQ_2_RX_START = 4
IRQ_1_PLL_UNLOCK = 2
IRQ_0_PLL_LOCK = 1
Auto Trait Implementations§
impl Freeze for InteruptFlags
impl RefUnwindSafe for InteruptFlags
impl Send for InteruptFlags
impl Sync for InteruptFlags
impl Unpin for InteruptFlags
impl UnwindSafe for InteruptFlags
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