Enum stm32_metapac::dma::vals::Pincos
#[repr(u8)]pub enum Pincos {
PSIZE = 0,
FIXED4 = 1,
}
Variants§
PSIZE = 0
The offset size for the peripheral address calculation is linked to the PSIZE
FIXED4 = 1
The offset size for the peripheral address calculation is fixed to 4 (32-bit alignment)
Implementations§
Trait Implementations§
§impl Ord for Pincos
impl Ord for Pincos
§impl PartialOrd for Pincos
impl PartialOrd for Pincos
impl Copy for Pincos
impl Eq for Pincos
impl StructuralPartialEq for Pincos
Auto Trait Implementations§
impl Freeze for Pincos
impl RefUnwindSafe for Pincos
impl Send for Pincos
impl Sync for Pincos
impl Unpin for Pincos
impl UnwindSafe for Pincos
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)