Struct esp32c2_hal::pac::apb_ctrl::redcy_sig0_reg::R
pub struct R(_);
Expand description
Register REDCY_SIG0_REG
reader
Implementations§
§impl R
impl R
pub fn redcy_sig0(&self) -> FieldReaderRaw<u32, u32>
pub fn redcy_sig0(&self) -> FieldReaderRaw<u32, u32>
Bits 0:30 - reg_redcy_sig0
pub fn redcy_andor(&self) -> BitReaderRaw<bool>
pub fn redcy_andor(&self) -> BitReaderRaw<bool>
Bit 31 - reg_redcy_andor
Methods from Deref<Target = R<REDCY_SIG0_REG_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<REDCY_SIG0_REG_SPEC>> for R
impl From<R<REDCY_SIG0_REG_SPEC>> for R
§fn from(reader: R<REDCY_SIG0_REG_SPEC>) -> R
fn from(reader: R<REDCY_SIG0_REG_SPEC>) -> R
Converts to this type from the input type.