Struct esp32c2::system::redundant_eco_ctrl::R
source · pub struct R(_);
Expand description
Register REDUNDANT_ECO_CTRL
reader
Implementations
sourceimpl R
impl R
sourcepub fn redundant_eco_drive(&self) -> REDUNDANT_ECO_DRIVE_R
pub fn redundant_eco_drive(&self) -> REDUNDANT_ECO_DRIVE_R
Bit 0 - reg_redundant_eco_drive
sourcepub fn redundant_eco_result(&self) -> REDUNDANT_ECO_RESULT_R
pub fn redundant_eco_result(&self) -> REDUNDANT_ECO_RESULT_R
Bit 1 - reg_redundant_eco_result
Methods from Deref<Target = R<REDUNDANT_ECO_CTRL_SPEC>>
Trait Implementations
sourceimpl From<R<REDUNDANT_ECO_CTRL_SPEC>> for R
impl From<R<REDUNDANT_ECO_CTRL_SPEC>> for R
sourcefn from(reader: R<REDUNDANT_ECO_CTRL_SPEC>) -> Self
fn from(reader: R<REDUNDANT_ECO_CTRL_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more