Struct esp32c3::system::redundant_eco_ctrl::R
source · pub struct R(_);Expand description
Register REDUNDANT_ECO_CTRL reader
Implementations§
source§impl 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§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more