#[repr(u8)]pub enum Imb {
IMB_0 = 0,
IMB_1 = 1,
}Variants§
IMB_0 = 0
If ESR2[VPS] is asserted, the ESR2[LPTM] is not an inactive Mailbox.
IMB_1 = 1
If ESR2[VPS] is asserted, there is at least one inactive Mailbox. LPTM content is the number of the first one.
Implementations§
Trait Implementations§
Source§impl Ord for Imb
impl Ord for Imb
Source§impl PartialOrd for Imb
impl PartialOrd for Imb
impl Copy for Imb
impl Eq for Imb
impl StructuralPartialEq for Imb
Auto Trait Implementations§
impl Freeze for Imb
impl RefUnwindSafe for Imb
impl Send for Imb
impl Sync for Imb
impl Unpin for Imb
impl UnwindSafe for Imb
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