Struct esp32c2_hal::pac::system::redundant_eco_ctrl::R
pub struct R(_);
Expand description
Register REDUNDANT_ECO_CTRL
reader
Implementations§
§impl R
impl R
pub fn redundant_eco_drive(&self) -> BitReaderRaw<bool>
pub fn redundant_eco_drive(&self) -> BitReaderRaw<bool>
Bit 0 - reg_redundant_eco_drive
pub fn redundant_eco_result(&self) -> BitReaderRaw<bool>
pub fn redundant_eco_result(&self) -> BitReaderRaw<bool>
Bit 1 - reg_redundant_eco_result
Methods from Deref<Target = R<REDUNDANT_ECO_CTRL_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<REDUNDANT_ECO_CTRL_SPEC>> for R
impl From<R<REDUNDANT_ECO_CTRL_SPEC>> for R
§fn from(reader: R<REDUNDANT_ECO_CTRL_SPEC>) -> R
fn from(reader: R<REDUNDANT_ECO_CTRL_SPEC>) -> R
Converts to this type from the input type.