#[repr(transparent)]pub struct DspIntSel(pub u32);Expand description
DSP Interrupt Input Multiplexers N
Tuple Fields§
§0: u32Implementations§
Source§impl DspIntSel
impl DspIntSel
Sourcepub const fn dsp_int_sel(&self) -> DspIntSel
pub const fn dsp_int_sel(&self) -> DspIntSel
DSP Input(n) Selection. 34:1 Selection for each. . .
Sourcepub const fn set_dsp_int_sel(&mut self, val: DspIntSel)
pub const fn set_dsp_int_sel(&mut self, val: DspIntSel)
DSP Input(n) Selection. 34:1 Selection for each. . .
Trait Implementations§
impl Copy for DspIntSel
impl Eq for DspIntSel
impl StructuralPartialEq for DspIntSel
Auto Trait Implementations§
impl Freeze for DspIntSel
impl RefUnwindSafe for DspIntSel
impl Send for DspIntSel
impl Sync for DspIntSel
impl Unpin for DspIntSel
impl UnwindSafe for DspIntSel
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