pub struct R(_);
Expand description
Register TZ2_CFG1
reader
Implementations
sourceimpl R
impl R
sourcepub fn tz2_clr_ost(&self) -> TZ2_CLR_OST_R
pub fn tz2_clr_ost(&self) -> TZ2_CLR_OST_R
Bit 0 - a rising edge will clear on going one-shot mode action
sourcepub fn tz2_cbcpulse(&self) -> TZ2_CBCPULSE_R
pub fn tz2_cbcpulse(&self) -> TZ2_CBCPULSE_R
Bits 1:2 - cycle-by-cycle mode action refresh moment selection. Bit0: TEZ, bit1:TEP
sourcepub fn tz2_force_cbc(&self) -> TZ2_FORCE_CBC_R
pub fn tz2_force_cbc(&self) -> TZ2_FORCE_CBC_R
Bit 3 - a toggle trigger a cycle-by-cycle mode action
sourcepub fn tz2_force_ost(&self) -> TZ2_FORCE_OST_R
pub fn tz2_force_ost(&self) -> TZ2_FORCE_OST_R
Bit 4 - a toggle (software negate its value) triggers a one-shot mode action
Methods from Deref<Target = R<TZ2_CFG1_SPEC>>
Trait Implementations
sourceimpl From<R<TZ2_CFG1_SPEC>> for R
impl From<R<TZ2_CFG1_SPEC>> for R
sourcefn from(reader: R<TZ2_CFG1_SPEC>) -> Self
fn from(reader: R<TZ2_CFG1_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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