pub enum PINCOS {
Psize = 0,
Fixed4 = 1,
}
Expand description
Peripheral increment offset size
Value on reset: 0
Variants§
Psize = 0
0: The offset size for the peripheral address calculation is linked to the PSIZE
Fixed4 = 1
1: The offset size for the peripheral address calculation is fixed to 4 (32-bit alignment)
Trait Implementations§
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