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
§fn partial_cmp(&self, other: &Pincos) -> Option<Ordering>
fn partial_cmp(&self, other: &Pincos) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Pincos
impl Eq for Pincos
impl StructuralEq for Pincos
impl StructuralPartialEq for Pincos
Auto Trait Implementations§
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