#[repr(transparent)]pub struct Devid(pub u32);
Expand description
Device Configuration register
Tuple Fields§
§0: u32
Implementations§
Source§impl Devid
impl Devid
Sourcepub 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.
Sourcepub 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.
Sourcepub 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)