Struct esp32s3::pwm0::fault_detect::W
source · pub struct W(_);
Expand description
Register FAULT_DETECT
writer
Implementations
sourceimpl W
impl W
sourcepub fn f0_pole(&mut self) -> F0_POLE_W<'_, 3>
pub fn f0_pole(&mut self) -> F0_POLE_W<'_, 3>
Bit 3 - Set event_f0 trigger polarity on FAULT2 source from GPIO matrix. 0: level low, 1: level high
sourcepub fn f1_pole(&mut self) -> F1_POLE_W<'_, 4>
pub fn f1_pole(&mut self) -> F1_POLE_W<'_, 4>
Bit 4 - Set event_f1 trigger polarity on FAULT2 source from GPIO matrix. 0: level low, 1: level high
Methods from Deref<Target = W<FAULT_DETECT_SPEC>>
Trait Implementations
sourceimpl From<W<FAULT_DETECT_SPEC>> for W
impl From<W<FAULT_DETECT_SPEC>> for W
sourcefn from(writer: W<FAULT_DETECT_SPEC>) -> Self
fn from(writer: W<FAULT_DETECT_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