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