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