#[repr(u8)]pub enum IncrMode {
Disabled = 0,
Enabled = 1,
}
Expand description
Peripheral and memory increment mode. (CCR PINC and MINC bits) Can only be set when channel is disabled.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IncrMode
impl RefUnwindSafe for IncrMode
impl Send for IncrMode
impl Sync for IncrMode
impl Unpin for IncrMode
impl UnwindSafe for IncrMode
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