[][src]Struct rpi_pico_sdk::uart_hw_t

#[repr(C)]pub struct uart_hw_t {
    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_32rsr: io_rw_32_pad0: [u32; 4]fr: io_rw_32_pad1: u32ilpr: io_rw_32ibrd: io_rw_32fbrd: io_rw_32lcr_h: io_rw_32cr: io_rw_32ifls: io_rw_32imsc: io_rw_32ris: io_rw_32mis: io_rw_32icr: io_rw_32dmacr: io_rw_32

Trait Implementations

impl Clone for uart_hw_t[src]

impl Copy for uart_hw_t[src]

impl Debug for uart_hw_t[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.