Enum stm32_hal2::dma::IncrMode
source · #[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 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