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