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