#[repr(u8)]pub enum ADSIZE {
Bit8 = 0,
Bit16 = 1,
Bit24 = 2,
Bit32 = 3,
}
Expand description
Address size
Value on reset: 0
Variants§
Bit8 = 0
0: 8-bit address
Bit16 = 1
1: 16-bit address
Bit24 = 2
2: 24-bit address
Bit32 = 3
3: 32-bit address
Trait Implementations§
impl Copy for ADSIZE
impl Eq for ADSIZE
impl IsEnum for ADSIZE
impl StructuralPartialEq for ADSIZE
Auto Trait Implementations§
impl Freeze for ADSIZE
impl RefUnwindSafe for ADSIZE
impl Send for ADSIZE
impl Sync for ADSIZE
impl Unpin for ADSIZE
impl UnwindSafe for ADSIZE
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