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