Enum Pincfg
#[repr(u8)]pub enum Pincfg {
_0 = 0,
_1 = 1,
_10 = 2,
_11 = 3,
}Expand description
Timer Pin Configuration
Value on reset: 0
Variants§
_0 = 0
0: Timer pin output disabled
_1 = 1
1: Timer pin open drain or bidirectional output enable
_10 = 2
2: Timer pin bidirectional output data
_11 = 3
3: Timer pin output
Trait Implementations§
impl Copy for Pincfg
impl Eq for Pincfg
impl IsEnum for Pincfg
impl StructuralPartialEq for Pincfg
Auto Trait Implementations§
impl Freeze for Pincfg
impl RefUnwindSafe for Pincfg
impl Send for Pincfg
impl Sync for Pincfg
impl Unpin for Pincfg
impl UnwindSafe for Pincfg
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