Struct Devid
#[repr(transparent)]pub struct Devid(pub u32);
Expand description
Device Configuration register
Tuple Fields§
§0: u32
Implementations§
§impl Devid
impl Devid
pub const fn extmuxnum(&self) -> u8
pub const fn extmuxnum(&self) -> u8
Indicates the number of multiplexers available on Trigger Inputs and Trigger Outputs that are using asicctl. The default value of 0b00000 indicates that no multiplexing is present.
pub fn set_extmuxnum(&mut self, val: u8)
pub fn set_extmuxnum(&mut self, val: u8)
Indicates the number of multiplexers available on Trigger Inputs and Trigger Outputs that are using asicctl. The default value of 0b00000 indicates that no multiplexing is present.
pub fn set_numtrig(&mut self, val: u8)
pub fn set_numtrig(&mut self, val: u8)
Number of ECT triggers available.
Trait Implementations§
impl Copy for Devid
impl Eq for Devid
impl StructuralPartialEq for Devid
Auto Trait Implementations§
impl Freeze for Devid
impl RefUnwindSafe for Devid
impl Send for Devid
impl Sync for Devid
impl Unpin for Devid
impl UnwindSafe for Devid
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