pub enum PINCOS_A {
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_A
impl StructuralPartialEq for PINCOS_A
Auto Trait Implementations§
impl Freeze for PINCOS_A
impl RefUnwindSafe for PINCOS_A
impl Send for PINCOS_A
impl Sync for PINCOS_A
impl Unpin for PINCOS_A
impl UnwindSafe for PINCOS_A
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