#[repr(transparent)]pub struct Sct0InSel(pub u32);Expand description
SCT Peripheral Input Multiplexers N
Tuple Fields§
§0: u32Implementations§
Source§impl Sct0InSel
impl Sct0InSel
Sourcepub const fn sct_in_sel(&self) -> SctInSel
pub const fn sct_in_sel(&self) -> SctInSel
SCT0 Input(n) Selection. 24:1 Selection for each. . .
Sourcepub const fn set_sct_in_sel(&mut self, val: SctInSel)
pub const fn set_sct_in_sel(&mut self, val: SctInSel)
SCT0 Input(n) Selection. 24:1 Selection for each. . .
Trait Implementations§
impl Copy for Sct0InSel
impl Eq for Sct0InSel
impl StructuralPartialEq for Sct0InSel
Auto Trait Implementations§
impl Freeze for Sct0InSel
impl RefUnwindSafe for Sct0InSel
impl Send for Sct0InSel
impl Sync for Sct0InSel
impl Unpin for Sct0InSel
impl UnwindSafe for Sct0InSel
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