Struct esp32s3_hal::pac::pwm0::tz1_cfg1::R
pub struct R(_);
Expand description
Register TZ1_CFG1
reader
Implementations§
§impl R
impl R
pub fn tz1_clr_ost(&self) -> BitReaderRaw<bool>
pub fn tz1_clr_ost(&self) -> BitReaderRaw<bool>
Bit 0 - a rising edge will clear on going one-shot mode action
pub fn tz1_cbcpulse(&self) -> FieldReaderRaw<u8, u8>
pub fn tz1_cbcpulse(&self) -> FieldReaderRaw<u8, u8>
Bits 1:2 - cycle-by-cycle mode action refresh moment selection. Bit0: TEZ, bit1:TEP
pub fn tz1_force_cbc(&self) -> BitReaderRaw<bool>
pub fn tz1_force_cbc(&self) -> BitReaderRaw<bool>
Bit 3 - a toggle trigger a cycle-by-cycle mode action
pub fn tz1_force_ost(&self) -> BitReaderRaw<bool>
pub fn tz1_force_ost(&self) -> BitReaderRaw<bool>
Bit 4 - a toggle (software negate its value) triggers a one-shot mode action
Methods from Deref<Target = R<TZ1_CFG1_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_CFG1_SPEC>> for R
impl From<R<TZ1_CFG1_SPEC>> for R
§fn from(reader: R<TZ1_CFG1_SPEC>) -> R
fn from(reader: R<TZ1_CFG1_SPEC>) -> R
Converts to this type from the input type.