pub enum PINC {
Disabled = 0,
Enabled = 1,
}
Expand description
Peripheral increment mode
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for PINC
impl Eq for PINC
impl StructuralPartialEq for PINC
Auto Trait Implementations§
impl Freeze for PINC
impl RefUnwindSafe for PINC
impl Send for PINC
impl Sync for PINC
impl Unpin for PINC
impl UnwindSafe for PINC
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