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