Struct esp32::pwm0::timer1_sync::TIMER1_PHASE_R
source · [−]pub struct TIMER1_PHASE_R(_);Expand description
Field TIMER1_PHASE reader -
Methods from Deref<Target = FieldReader<u16, u16>>
sourcepub fn bit_is_clear(&self) -> bool
pub fn bit_is_clear(&self) -> bool
Returns true if the bit is clear (0).
sourcepub fn bit_is_set(&self) -> bool
pub fn bit_is_set(&self) -> bool
Returns true if the bit is set (1).
Trait Implementations
sourceimpl Deref for TIMER1_PHASE_R
impl Deref for TIMER1_PHASE_R
Auto Trait Implementations
impl RefUnwindSafe for TIMER1_PHASE_R
impl Send for TIMER1_PHASE_R
impl Sync for TIMER1_PHASE_R
impl Unpin for TIMER1_PHASE_R
impl UnwindSafe for TIMER1_PHASE_R
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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