#[repr(C)]pub struct uart_hw_t {Show 16 fields
pub dr: io_rw_32,
pub rsr: io_rw_32,
pub _pad0: [u32; 4],
pub fr: io_rw_32,
pub _pad1: u32,
pub ilpr: io_rw_32,
pub ibrd: io_rw_32,
pub fbrd: io_rw_32,
pub lcr_h: io_rw_32,
pub cr: io_rw_32,
pub ifls: io_rw_32,
pub imsc: io_rw_32,
pub ris: io_rw_32,
pub mis: io_rw_32,
pub icr: io_rw_32,
pub dmacr: io_rw_32,
}
Fields§
§dr: io_rw_32
§rsr: io_rw_32
§_pad0: [u32; 4]
§fr: io_rw_32
§_pad1: u32
§ilpr: io_rw_32
§ibrd: io_rw_32
§fbrd: io_rw_32
§lcr_h: io_rw_32
§cr: io_rw_32
§ifls: io_rw_32
§imsc: io_rw_32
§ris: io_rw_32
§mis: io_rw_32
§icr: io_rw_32
§dmacr: io_rw_32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for uart_hw_t
impl RefUnwindSafe for uart_hw_t
impl Send for uart_hw_t
impl Sync for uart_hw_t
impl Unpin for uart_hw_t
impl UnwindSafe for uart_hw_t
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