#[repr(transparent)]pub struct Data(pub u32);Expand description
LPUART Data Register
Tuple Fields§
§0: u32Implementations§
Source§impl Data
impl Data
Sourcepub const fn set_idline(&mut self, val: bool)
pub const fn set_idline(&mut self, val: bool)
Idle Line
Sourcepub const fn set_rxempt(&mut self, val: bool)
pub const fn set_rxempt(&mut self, val: bool)
Receive Buffer Empty
Sourcepub const fn set_fretsc(&mut self, val: bool)
pub const fn set_fretsc(&mut self, val: bool)
Frame Error / Transmit Special Character
Sourcepub const fn set_paritye(&mut self, val: bool)
pub const fn set_paritye(&mut self, val: bool)
Parity Error
Trait Implementations§
impl Copy for Data
impl Eq for Data
impl StructuralPartialEq for Data
Auto Trait Implementations§
impl Freeze for Data
impl RefUnwindSafe for Data
impl Send for Data
impl Sync for Data
impl Unpin for Data
impl UnwindSafe for Data
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