#[repr(u8)]pub enum PSIZE {
Bits8 = 0,
Bits16 = 1,
Bits32 = 2,
}
Expand description
Peripheral data size
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for PSIZE
impl Eq for PSIZE
impl IsEnum for PSIZE
impl StructuralPartialEq for PSIZE
Auto Trait Implementations§
impl Freeze for PSIZE
impl RefUnwindSafe for PSIZE
impl Send for PSIZE
impl Sync for PSIZE
impl Unpin for PSIZE
impl UnwindSafe for PSIZE
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