pub struct R(_);
Expand description
Register TZ0_STATUS
reader
Implementations
sourceimpl R
impl R
sourcepub fn tz0_cbc_on(&self) -> TZ0_CBC_ON_R
pub fn tz0_cbc_on(&self) -> TZ0_CBC_ON_R
Bit 0 - Set and reset by hardware. If set, a cycle-by-cycle mode action is on going
sourcepub fn tz0_ost_on(&self) -> TZ0_OST_ON_R
pub fn tz0_ost_on(&self) -> TZ0_OST_ON_R
Bit 1 - Set and reset by hardware. If set, an one-shot mode action is on going
Methods from Deref<Target = R<TZ0_STATUS_SPEC>>
Trait Implementations
sourceimpl From<R<TZ0_STATUS_SPEC>> for R
impl From<R<TZ0_STATUS_SPEC>> for R
sourcefn from(reader: R<TZ0_STATUS_SPEC>) -> Self
fn from(reader: R<TZ0_STATUS_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