#[repr(transparent)]pub struct Stat(pub u32);Expand description
LPUART Status Register
Tuple Fields§
§0: u32Implementations§
Source§impl Stat
impl Stat
Sourcepub const fn set_rxedgif(&mut self, val: bool)
pub const fn set_rxedgif(&mut self, val: bool)
RXD Pin Active Edge Interrupt Flag
Sourcepub const fn set_lbkdif(&mut self, val: bool)
pub const fn set_lbkdif(&mut self, val: bool)
LIN Break Detect Interrupt Flag
Trait Implementations§
impl Copy for Stat
impl Eq for Stat
impl StructuralPartialEq for Stat
Auto Trait Implementations§
impl Freeze for Stat
impl RefUnwindSafe for Stat
impl Send for Stat
impl Sync for Stat
impl Unpin for Stat
impl UnwindSafe for Stat
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