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