Struct esp32_hal::pac::pwm0::gen1_stmp_cfg::R
pub struct R(_);
Expand description
Register GEN1_STMP_CFG
reader
Implementations§
§impl R
impl R
pub fn gen1_a_upmethod(&self) -> FieldReaderRaw<u8, u8>
pub fn gen1_a_upmethod(&self) -> FieldReaderRaw<u8, u8>
Bits 0:3
pub fn gen1_b_upmethod(&self) -> FieldReaderRaw<u8, u8>
pub fn gen1_b_upmethod(&self) -> FieldReaderRaw<u8, u8>
Bits 4:7
pub fn gen1_a_shdw_full(&self) -> BitReaderRaw<bool>
pub fn gen1_a_shdw_full(&self) -> BitReaderRaw<bool>
Bit 8
pub fn gen1_b_shdw_full(&self) -> BitReaderRaw<bool>
pub fn gen1_b_shdw_full(&self) -> BitReaderRaw<bool>
Bit 9
Methods from Deref<Target = R<GEN1_STMP_CFG_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<GEN1_STMP_CFG_SPEC>> for R
impl From<R<GEN1_STMP_CFG_SPEC>> for R
§fn from(reader: R<GEN1_STMP_CFG_SPEC>) -> R
fn from(reader: R<GEN1_STMP_CFG_SPEC>) -> R
Converts to this type from the input type.