[][src]Struct ht32f5xxxx::ht32f52342_52::sci::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub sci_cr: SCI_CR,
    pub sci_sr: SCI_SR,
    pub sci_ccr: SCI_CCR,
    pub sci_etur: SCI_ETUR,
    pub sci_gtr: SCI_GTR,
    pub sci_wtr: SCI_WTR,
    pub sci_ier: SCI_IER,
    pub sci_ipr: SCI_IPR,
    pub sci_txb: SCI_TXB,
    pub sci_rxb: SCI_RXB,
    pub sci_pscr: SCI_PSCR,
}

Register block

Fields

sci_cr: SCI_CR

0x00 - SCI_CR

sci_sr: SCI_SR

0x04 - SCI_SR

sci_ccr: SCI_CCR

0x08 - SCI_CCR

sci_etur: SCI_ETUR

0x0c - SCI_ETUR

sci_gtr: SCI_GTR

0x10 - SCI_GTR

sci_wtr: SCI_WTR

0x14 - SCI_WTR

sci_ier: SCI_IER

0x18 - SCI_IER

sci_ipr: SCI_IPR

0x1c - SCI_IPR

sci_txb: SCI_TXB

0x20 - SCI_TXB

sci_rxb: SCI_RXB

0x24 - SCI_RXB

sci_pscr: SCI_PSCR

0x28 - SCI_PSCR

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> Same<T> for T

type Output = T

Should always be Self

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.