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