[][src]Struct efm32gg11b820::trng0::control::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn enable(&mut self) -> _ENABLEW[src]

Bit 0 - TRNG Module Enable

pub fn testen(&mut self) -> _TESTENW[src]

Bit 2 - Test Enable

pub fn condbypass(&mut self) -> _CONDBYPASSW[src]

Bit 3 - Conditioning Bypass

pub fn repcountien(&mut self) -> _REPCOUNTIENW[src]

Bit 4 - Interrupt Enable for Repetition Count Test Failure

pub fn apt64ien(&mut self) -> _APT64IENW[src]

Bit 5 - Interrupt Enable for Adaptive Proportion Test Failure (64-sample Window)

pub fn apt4096ien(&mut self) -> _APT4096IENW[src]

Bit 6 - Interrupt Enable for Adaptive Proportion Test Failure (4096-sample Window)

pub fn fullien(&mut self) -> _FULLIENW[src]

Bit 7 - Interrupt Enable for FIFO Full

pub fn softreset(&mut self) -> _SOFTRESETW[src]

Bit 8 - Software Reset

pub fn preien(&mut self) -> _PREIENW[src]

Bit 9 - Interrupt enable for AIS31 preliminary noise alarm

pub fn almien(&mut self) -> _ALMIENW[src]

Bit 10 - Interrupt enable for AIS31 noise alarm

pub fn forcerun(&mut self) -> _FORCERUNW[src]

Bit 11 - Oscillator Force Run

pub fn bypnist(&mut self) -> _BYPNISTW[src]

Bit 12 - NIST Start-up Test Bypass.

pub fn bypais31(&mut self) -> _BYPAIS31W[src]

Bit 13 - AIS31 Start-up Test Bypass.

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self