pub enum CH2OCR {
_0,
_1,
}Expand description
Possible values of the field CH2OC
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 CH2OCR
impl CH2OCR
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 CH2OCR
impl StructuralPartialEq for CH2OCR
Auto Trait Implementations§
impl Freeze for CH2OCR
impl RefUnwindSafe for CH2OCR
impl Send for CH2OCR
impl Sync for CH2OCR
impl Unpin for CH2OCR
impl UnwindSafe for CH2OCR
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