Struct esp32::mcpwm0::fh2_status::R
source · pub struct R(_);
Expand description
Register FH2_STATUS
reader
Implementations§
source§impl R
impl R
sourcepub fn fh2_cbc_on(&self) -> FH2_CBC_ON_R
pub fn fh2_cbc_on(&self) -> FH2_CBC_ON_R
Bit 0
sourcepub fn fh2_ost_on(&self) -> FH2_OST_ON_R
pub fn fh2_ost_on(&self) -> FH2_OST_ON_R
Bit 1
Methods from Deref<Target = R<FH2_STATUS_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