pub enum OIS1R {
LOW,
HIGH,
}
Expand description
Possible values of the field OIS1
Variants§
LOW
OC1=0 (after a dead-time if OC1N is implemented) when MOE=0
HIGH
OC1=1 (after a dead-time if OC1N is implemented) when MOE=0
Implementations§
Source§impl OIS1R
impl OIS1R
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§
impl Copy for OIS1R
impl StructuralPartialEq for OIS1R
Auto Trait Implementations§
impl Freeze for OIS1R
impl RefUnwindSafe for OIS1R
impl Send for OIS1R
impl Sync for OIS1R
impl Unpin for OIS1R
impl UnwindSafe for OIS1R
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