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