#[repr(transparent)]pub struct RngImr(pub u32);
Expand description
Interrupt masking.
Tuple Fields§
§0: u32
Implementations§
Source§impl RngImr
impl RngImr
Sourcepub const fn ehr_valid_int_mask(&self) -> bool
pub const fn ehr_valid_int_mask(&self) -> bool
1’b1-mask interrupt, no interrupt will be generated. See RNG_ISR for an explanation on this interrupt.
Sourcepub fn set_ehr_valid_int_mask(&mut self, val: bool)
pub fn set_ehr_valid_int_mask(&mut self, val: bool)
1’b1-mask interrupt, no interrupt will be generated. See RNG_ISR for an explanation on this interrupt.
Sourcepub const fn autocorr_err_int_mask(&self) -> bool
pub const fn autocorr_err_int_mask(&self) -> bool
1’b1-mask interrupt, no interrupt will be generated. See RNG_ISR for an explanation on this interrupt.
Sourcepub fn set_autocorr_err_int_mask(&mut self, val: bool)
pub fn set_autocorr_err_int_mask(&mut self, val: bool)
1’b1-mask interrupt, no interrupt will be generated. See RNG_ISR for an explanation on this interrupt.
Sourcepub const fn crngt_err_int_mask(&self) -> bool
pub const fn crngt_err_int_mask(&self) -> bool
1’b1-mask interrupt, no interrupt will be generated. See RNG_ISR for an explanation on this interrupt.
Sourcepub fn set_crngt_err_int_mask(&mut self, val: bool)
pub fn set_crngt_err_int_mask(&mut self, val: bool)
1’b1-mask interrupt, no interrupt will be generated. See RNG_ISR for an explanation on this interrupt.
Sourcepub const fn vn_err_int_mask(&self) -> bool
pub const fn vn_err_int_mask(&self) -> bool
1’b1-mask interrupt, no interrupt will be generated. See RNG_ISR for an explanation on this interrupt.
Sourcepub fn set_vn_err_int_mask(&mut self, val: bool)
pub fn set_vn_err_int_mask(&mut self, val: bool)
1’b1-mask interrupt, no interrupt will be generated. See RNG_ISR for an explanation on this interrupt.
Sourcepub fn set_reserved(&mut self, val: u32)
pub fn set_reserved(&mut self, val: u32)
RESERVED