Enum Cpwms
pub enum Cpwms {
_0 = 0,
_1 = 1,
}Expand description
Center-Aligned PWM Select
Value on reset: 0
Variants§
_0 = 0
0: FTM counter operates in Up Counting mode.
_1 = 1
1: FTM counter operates in Up-Down Counting mode.
Trait Implementations§
impl Copy for Cpwms
impl Eq for Cpwms
impl StructuralPartialEq for Cpwms
Auto Trait Implementations§
impl Freeze for Cpwms
impl RefUnwindSafe for Cpwms
impl Send for Cpwms
impl Sync for Cpwms
impl Unpin for Cpwms
impl UnwindSafe for Cpwms
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