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