Enum Pwmen0
pub enum Pwmen0 {
_0 = 0,
_1 = 1,
}Expand description
Channel 0 PWM enable bit
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Pwmen0
impl Eq for Pwmen0
impl StructuralPartialEq for Pwmen0
Auto Trait Implementations§
impl Freeze for Pwmen0
impl RefUnwindSafe for Pwmen0
impl Send for Pwmen0
impl Sync for Pwmen0
impl Unpin for Pwmen0
impl UnwindSafe for Pwmen0
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