pub enum SWOCR {
_0,
_1,
}Expand description
Possible values of the field SWOC
Variants§
_0
SWOCTRL register is updated with its buffer value at all rising edges of system clock.
_1
SWOCTRL register is updated with its buffer value by the PWM synchronization.
Implementations§
Source§impl SWOCR
impl SWOCR
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 SWOCR
impl StructuralPartialEq for SWOCR
Auto Trait Implementations§
impl Freeze for SWOCR
impl RefUnwindSafe for SWOCR
impl Send for SWOCR
impl Sync for SWOCR
impl Unpin for SWOCR
impl UnwindSafe for SWOCR
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