Struct esp32_hal::pac::pwm0::fh0_status::R
pub struct R(_);
Expand description
Register FH0_STATUS
reader
Implementations§
§impl R
impl R
pub fn fh0_cbc_on(&self) -> BitReaderRaw<bool>
pub fn fh0_cbc_on(&self) -> BitReaderRaw<bool>
Bit 0
pub fn fh0_ost_on(&self) -> BitReaderRaw<bool>
pub fn fh0_ost_on(&self) -> BitReaderRaw<bool>
Bit 1
Methods from Deref<Target = R<FH0_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<FH0_STATUS_SPEC>> for R
impl From<R<FH0_STATUS_SPEC>> for R
§fn from(reader: R<FH0_STATUS_SPEC>) -> R
fn from(reader: R<FH0_STATUS_SPEC>) -> R
Converts to this type from the input type.