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