pub struct OC5M_R(/* private fields */);
Expand description
Field OC5M
reader - Output compare 5 mode
Implementations§
Source§impl OC5M_R
impl OC5M_R
Sourcepub fn is_active_on_match(&self) -> bool
pub fn is_active_on_match(&self) -> bool
Checks if the value of the field is ACTIVEONMATCH
Sourcepub fn is_inactive_on_match(&self) -> bool
pub fn is_inactive_on_match(&self) -> bool
Checks if the value of the field is INACTIVEONMATCH
Sourcepub fn is_force_inactive(&self) -> bool
pub fn is_force_inactive(&self) -> bool
Checks if the value of the field is FORCEINACTIVE
Sourcepub fn is_force_active(&self) -> bool
pub fn is_force_active(&self) -> bool
Checks if the value of the field is FORCEACTIVE
Sourcepub fn is_pwm_mode1(&self) -> bool
pub fn is_pwm_mode1(&self) -> bool
Checks if the value of the field is PWMMODE1
Sourcepub fn is_pwm_mode2(&self) -> bool
pub fn is_pwm_mode2(&self) -> bool
Checks if the value of the field is PWMMODE2
Methods from Deref<Target = FieldReader<u8, OC5M_A>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OC5M_R
impl RefUnwindSafe for OC5M_R
impl Send for OC5M_R
impl Sync for OC5M_R
impl Unpin for OC5M_R
impl UnwindSafe for OC5M_R
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