pub struct W(/* private fields */);
Expand description
Register SR
writer
Implementations§
§impl W
impl W
pub fn ceis(&mut self) -> BitWriterRaw<'_, u32, SR_SPEC, bool, BitM, 5>
pub fn ceis(&mut self) -> BitWriterRaw<'_, u32, SR_SPEC, bool, BitM, 5>
Bit 5 - Clock error interrupt status This bit is set at the same time as CECS. It is cleared by writing it to 0. An interrupt is pending if IE = 1 in the RNG_CR register. Note: This bit is meaningless if CED (Clock error detection) bit in RNG_CR is equal to 1.
pub fn seis(&mut self) -> BitWriterRaw<'_, u32, SR_SPEC, bool, BitM, 6>
pub fn seis(&mut self) -> BitWriterRaw<'_, u32, SR_SPEC, bool, BitM, 6>
Bit 6 - Seed error interrupt status This bit is set at the same time as SECS. It is cleared by writing it to 0. ** More than 64 consecutive bits at the same value (0 or 1) ** More than 32 consecutive alternances of 0 and 1 (0101010101…01) An interrupt is pending if IE = 1 in the RNG_CR register.
Methods from Deref<Target = W<SR_SPEC>>§
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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