#[repr(transparent)]pub struct IntSigEn(pub u32);Expand description
Interrupt Signal Enable
Tuple Fields§
§0: u32Implementations§
Source§impl IntSigEn
impl IntSigEn
Sourcepub const fn measure_sig_en(&self) -> bool
pub const fn measure_sig_en(&self) -> bool
Measure Signal Enable
Sourcepub const fn set_measure_sig_en(&mut self, val: bool)
pub const fn set_measure_sig_en(&mut self, val: bool)
Measure Signal Enable
Sourcepub const fn detect_sig_en(&self) -> DetectSigEn
pub const fn detect_sig_en(&self) -> DetectSigEn
Detect Signal Enable
Sourcepub const fn set_detect_sig_en(&mut self, val: DetectSigEn)
pub const fn set_detect_sig_en(&mut self, val: DetectSigEn)
Detect Signal Enable
Sourcepub const fn valid_sig_en(&self) -> ValidSigEn
pub const fn valid_sig_en(&self) -> ValidSigEn
Valid Signal Enable
Sourcepub const fn set_valid_sig_en(&mut self, val: ValidSigEn)
pub const fn set_valid_sig_en(&mut self, val: ValidSigEn)
Valid Signal Enable
Sourcepub const fn idle_sw_sig_en(&self) -> IdleSwSigEn
pub const fn idle_sw_sig_en(&self) -> IdleSwSigEn
Idle Software Signal Enable
Sourcepub const fn set_idle_sw_sig_en(&mut self, val: IdleSwSigEn)
pub const fn set_idle_sw_sig_en(&mut self, val: IdleSwSigEn)
Idle Software Signal Enable
Trait Implementations§
impl Copy for IntSigEn
impl Eq for IntSigEn
impl StructuralPartialEq for IntSigEn
Auto Trait Implementations§
impl Freeze for IntSigEn
impl RefUnwindSafe for IntSigEn
impl Send for IntSigEn
impl Sync for IntSigEn
impl Unpin for IntSigEn
impl UnwindSafe for IntSigEn
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