#[repr(transparent)]pub struct UsbfsTrig(pub u32);Expand description
USB-FS Trigger Input Connections
Tuple Fields§
§0: u32Implementations§
Source§impl UsbfsTrig
impl UsbfsTrig
Sourcepub const fn inp(&self) -> UsbfsTrigInp
pub const fn inp(&self) -> UsbfsTrigInp
USB-FS trigger input connections. The trigger output of LP_FLEXCOMM is an input of peripheral INPUTMUX.
Sourcepub const fn set_inp(&mut self, val: UsbfsTrigInp)
pub const fn set_inp(&mut self, val: UsbfsTrigInp)
USB-FS trigger input connections. The trigger output of LP_FLEXCOMM is an input of peripheral INPUTMUX.
Trait Implementations§
impl Copy for UsbfsTrig
impl Eq for UsbfsTrig
impl StructuralPartialEq for UsbfsTrig
Auto Trait Implementations§
impl Freeze for UsbfsTrig
impl RefUnwindSafe for UsbfsTrig
impl Send for UsbfsTrig
impl Sync for UsbfsTrig
impl Unpin for UsbfsTrig
impl UnwindSafe for UsbfsTrig
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