Struct esp32h2::mcpwm0::fh0_status::R
source · pub struct R(_);
Expand description
Register FH0_STATUS
reader
Implementations§
source§impl R
impl R
sourcepub fn tz0_cbc_on(&self) -> TZ0_CBC_ON_R
pub fn tz0_cbc_on(&self) -> TZ0_CBC_ON_R
Bit 0 - Set and reset by hardware. If set, a cycle-by-cycle mode action is on going
sourcepub fn tz0_ost_on(&self) -> TZ0_OST_ON_R
pub fn tz0_ost_on(&self) -> TZ0_OST_ON_R
Bit 1 - Set and reset by hardware. If set, an one-shot mode action is on going
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