Struct esp32s3_hal::pac::pwm0::tz1_status::R
pub struct R(_);
Expand description
Register TZ1_STATUS
reader
Implementations§
§impl R
impl R
pub fn tz1_cbc_on(&self) -> BitReaderRaw<bool>
pub fn tz1_cbc_on(&self) -> BitReaderRaw<bool>
Bit 0 - Set and reset by hardware. If set, a cycle-by-cycle mode action is on going
pub fn tz1_ost_on(&self) -> BitReaderRaw<bool>
pub fn tz1_ost_on(&self) -> BitReaderRaw<bool>
Bit 1 - Set and reset by hardware. If set, an one-shot mode action is on going
Methods from Deref<Target = R<TZ1_STATUS_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<TZ1_STATUS_SPEC>> for R
impl From<R<TZ1_STATUS_SPEC>> for R
§fn from(reader: R<TZ1_STATUS_SPEC>) -> R
fn from(reader: R<TZ1_STATUS_SPEC>) -> R
Converts to this type from the input type.