pub struct R(_);
Expand description
Register CONTROL
reader
Implementations
sourceimpl R
impl R
sourcepub fn condbypass(&self) -> CONDBYPASS_R
pub fn condbypass(&self) -> CONDBYPASS_R
Bit 3 - Conditioning Bypass
sourcepub fn repcountien(&self) -> REPCOUNTIEN_R
pub fn repcountien(&self) -> REPCOUNTIEN_R
Bit 4 - Interrupt Enable for Repetition Count Test Failure
sourcepub fn apt64ien(&self) -> APT64IEN_R
pub fn apt64ien(&self) -> APT64IEN_R
Bit 5 - Interrupt Enable for Adaptive Proportion Test Failure (64-sample Window)
sourcepub fn apt4096ien(&self) -> APT4096IEN_R
pub fn apt4096ien(&self) -> APT4096IEN_R
Bit 6 - Interrupt Enable for Adaptive Proportion Test Failure (4096-sample Window)
sourcepub fn softreset(&self) -> SOFTRESET_R
pub fn softreset(&self) -> SOFTRESET_R
Bit 8 - Software Reset
sourcepub fn forcerun(&self) -> FORCERUN_R
pub fn forcerun(&self) -> FORCERUN_R
Bit 11 - Oscillator Force Run
sourcepub fn bypais31(&self) -> BYPAIS31_R
pub fn bypais31(&self) -> BYPAIS31_R
Bit 13 - AIS31 Start-up Test Bypass.
Methods from Deref<Target = R<CONTROL_SPEC>>
Trait Implementations
sourceimpl From<R<CONTROL_SPEC>> for R
impl From<R<CONTROL_SPEC>> for R
sourcefn from(reader: R<CONTROL_SPEC>) -> Self
fn from(reader: R<CONTROL_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more