#[repr(transparent)]pub struct Lpi2cTrig(pub u32);Expand description
LPI2C0 trigger input connections
Tuple Fields§
§0: u32Implementations§
Source§impl Lpi2cTrig
impl Lpi2cTrig
Sourcepub const fn inp(&self) -> Lpi2cTrigInp
pub const fn inp(&self) -> Lpi2cTrigInp
LPI2C0 trigger input connections
Sourcepub const fn set_inp(&mut self, val: Lpi2cTrigInp)
pub const fn set_inp(&mut self, val: Lpi2cTrigInp)
LPI2C0 trigger input connections
Trait Implementations§
impl Copy for Lpi2cTrig
impl Eq for Lpi2cTrig
impl StructuralPartialEq for Lpi2cTrig
Auto Trait Implementations§
impl Freeze for Lpi2cTrig
impl RefUnwindSafe for Lpi2cTrig
impl Send for Lpi2cTrig
impl Sync for Lpi2cTrig
impl Unpin for Lpi2cTrig
impl UnwindSafe for Lpi2cTrig
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