pub enum CH0OCR {
_0,
_1,
}Expand description
Possible values of the field CH0OC
Variants§
_0
The channel output is not affected by software output control.
_1
The channel output is affected by software output control.
Implementations§
Source§impl CH0OCR
impl CH0OCR
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 CH0OCR
impl StructuralPartialEq for CH0OCR
Auto Trait Implementations§
impl Freeze for CH0OCR
impl RefUnwindSafe for CH0OCR
impl Send for CH0OCR
impl Sync for CH0OCR
impl Unpin for CH0OCR
impl UnwindSafe for CH0OCR
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