pub struct R(/* private fields */);
Expand description
Register CONTROL
reader
Implementations§
Source§impl 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§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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