pub enum PINCOSW {
PSIZE,
FIXED4,
}
Expand description
Values that can be written to the field PINCOS
Variants§
PSIZE
The offset size for the peripheral address calculation is linked to the PSIZE
FIXED4
The offset size for the peripheral address calculation is fixed to 4 (32-bit alignment)
Auto Trait Implementations§
impl Freeze for PINCOSW
impl RefUnwindSafe for PINCOSW
impl Send for PINCOSW
impl Sync for PINCOSW
impl Unpin for PINCOSW
impl UnwindSafe for PINCOSW
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