#[repr(transparent)]pub struct Sel11(pub u16);Expand description
Crossbar A Select Register 11
Tuple Fields§
§0: u16Implementations§
Source§impl Sel11
impl Sel11
Sourcepub const fn sel22(&self) -> u8
pub const fn sel22(&self) -> u8
Input (XBARA_INn) to be muxed to XBARA_OUT22 (refer to Functional Description section for input/output assignment)
Sourcepub const fn set_sel22(&mut self, val: u8)
pub const fn set_sel22(&mut self, val: u8)
Input (XBARA_INn) to be muxed to XBARA_OUT22 (refer to Functional Description section for input/output assignment)
Trait Implementations§
impl Copy for Sel11
impl Eq for Sel11
impl StructuralPartialEq for Sel11
Auto Trait Implementations§
impl Freeze for Sel11
impl RefUnwindSafe for Sel11
impl Send for Sel11
impl Sync for Sel11
impl Unpin for Sel11
impl UnwindSafe for Sel11
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