#[repr(u32)]pub enum UartReg {
Show 13 variants
IntrState = 0,
IntrEnable = 4,
IntrTest = 8,
AlertTest = 12,
Ctrl = 16,
Status = 20,
Rdata = 24,
Wdata = 28,
FifoCtrl = 32,
FifoStatus = 36,
Ovrd = 40,
Val = 44,
TimeoutCtrl = 48,
}
Variants§
IntrState = 0
IntrEnable = 4
IntrTest = 8
AlertTest = 12
Ctrl = 16
Status = 20
Rdata = 24
Wdata = 28
FifoCtrl = 32
FifoStatus = 36
Ovrd = 40
Val = 44
TimeoutCtrl = 48
Trait Implementations§
impl Copy for UartReg
impl Eq for UartReg
impl StructuralPartialEq for UartReg
Auto Trait Implementations§
impl Freeze for UartReg
impl RefUnwindSafe for UartReg
impl Send for UartReg
impl Sync for UartReg
impl Unpin for UartReg
impl UnwindSafe for UartReg
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