Struct RngIcr
#[repr(transparent)]pub struct RngIcr(pub u32);Expand description
Interrupt clear register. Writing a 1 bit into a field in this register will clear the corresponding bit in RNG_ISR.
Tuple Fields§
§0: u32Implementations§
§impl RngIcr
impl RngIcr
pub const fn ehr_valid_clear(&self) -> bool
pub const fn ehr_valid_clear(&self) -> bool
Writing value ‘1’ clears corresponding bit in RNG_ISR
pub const fn set_ehr_valid_clear(&mut self, val: bool)
pub const fn set_ehr_valid_clear(&mut self, val: bool)
Writing value ‘1’ clears corresponding bit in RNG_ISR
pub const fn autocorr_err_clear(&self) -> bool
pub const fn autocorr_err_clear(&self) -> bool
Cannot be cleared by software! Only RNG reset clears this bit.
pub const fn set_autocorr_err_clear(&mut self, val: bool)
pub const fn set_autocorr_err_clear(&mut self, val: bool)
Cannot be cleared by software! Only RNG reset clears this bit.
pub const fn crngt_err_clear(&self) -> bool
pub const fn crngt_err_clear(&self) -> bool
Writing value ‘1’ clears corresponding bit in RNG_ISR
pub const fn set_crngt_err_clear(&mut self, val: bool)
pub const fn set_crngt_err_clear(&mut self, val: bool)
Writing value ‘1’ clears corresponding bit in RNG_ISR
pub const fn vnc_err_clear(&self) -> bool
pub const fn vnc_err_clear(&self) -> bool
Writing value ‘1’ clears corresponding bit in RNG_ISR
pub const fn set_vnc_err_clear(&mut self, val: bool)
pub const fn set_vnc_err_clear(&mut self, val: bool)
Writing value ‘1’ clears corresponding bit in RNG_ISR
pub const fn watchdog_clear(&self) -> bool
pub const fn watchdog_clear(&self) -> bool
Writing value ‘1’ clears corresponding bit in RNG_ISR
pub const fn set_watchdog_clear(&mut self, val: bool)
pub const fn set_watchdog_clear(&mut self, val: bool)
Writing value ‘1’ clears corresponding bit in RNG_ISR
pub const fn dma_done_clear(&self) -> bool
pub const fn dma_done_clear(&self) -> bool
Writing value ‘1’ clears corresponding bit in RNG_ISR
pub const fn set_dma_done_clear(&mut self, val: bool)
pub const fn set_dma_done_clear(&mut self, val: bool)
Writing value ‘1’ clears corresponding bit in RNG_ISR