Struct esp32::mcpwm0::fh0_status::R
source · pub struct R(_);
Expand description
Register FH0_STATUS
reader
Implementations§
source§impl R
impl R
sourcepub fn fh0_cbc_on(&self) -> FH0_CBC_ON_R
pub fn fh0_cbc_on(&self) -> FH0_CBC_ON_R
Bit 0
sourcepub fn fh0_ost_on(&self) -> FH0_OST_ON_R
pub fn fh0_ost_on(&self) -> FH0_OST_ON_R
Bit 1
Methods from Deref<Target = R<FH0_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