Struct ke04z4_pac::uart0::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub bdh: Reg<BDH_SPEC>, pub bdl: Reg<BDL_SPEC>, pub c1: Reg<C1_SPEC>, pub c2: Reg<C2_SPEC>, pub s1: Reg<S1_SPEC>, pub s2: Reg<S2_SPEC>, pub c3: Reg<C3_SPEC>, pub d: Reg<D_SPEC>, }
Expand description

Register block

Fields

bdh: Reg<BDH_SPEC>

0x00 - UART Baud Rate Register: High

bdl: Reg<BDL_SPEC>

0x01 - UART Baud Rate Register: Low

c1: Reg<C1_SPEC>

0x02 - UART Control Register 1

c2: Reg<C2_SPEC>

0x03 - UART Control Register 2

s1: Reg<S1_SPEC>

0x04 - UART Status Register 1

s2: Reg<S2_SPEC>

0x05 - UART Status Register 2

c3: Reg<C3_SPEC>

0x06 - UART Control Register 3

d: Reg<D_SPEC>

0x07 - UART Data Register

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.