[][src]Struct ht32f1xxxx::ht32f12364::sci::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub sci_cr: SCI_CR,
    pub sci_sr: SCI_SR,
    pub sci_ccr: SCI_CCR,
    pub sci_etu: SCI_ETU,
    pub sci_gt: SCI_GT,
    pub sci_wt: SCI_WT,
    pub sci_ier: SCI_IER,
    pub sci_ipr: SCI_IPR,
    pub sci_txb: SCI_TXB,
    pub sci_rxb: SCI_RXB,
    pub sci_psc: SCI_PSC,
}

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_etu: SCI_ETU

0x0c - SCI_ETU

sci_gt: SCI_GT

0x10 - SCI_GT

sci_wt: SCI_WT

0x14 - SCI_WT

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_psc: SCI_PSC

0x28 - SCI_PSC

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.