Enum Imb
pub enum Imb {
_0 = 0,
_1 = 1,
}Expand description
Inactive Mailbox
Value on reset: 0
Variants§
_0 = 0
0: If ESR2[VPS] is asserted, the ESR2[LPTM] is not an inactive Mailbox.
_1 = 1
1: If ESR2[VPS] is asserted, there is at least one inactive Mailbox. LPTM content is the number of the first one.
Trait Implementations§
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