Enum stm32f412g::dma::FifoSize
source · #[repr(u32)]pub enum FifoSize {
Quarter = 0,
Half = 1,
ThreeFourths = 2,
Full = 3,
}
Expand description
DMA transfer mode. Section 9.5.10
Variants§
Auto Trait Implementations§
impl Freeze for FifoSize
impl RefUnwindSafe for FifoSize
impl Send for FifoSize
impl Sync for FifoSize
impl Unpin for FifoSize
impl UnwindSafe for FifoSize
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