Struct nrf52832_hal::pac::uarte0::PSEL[][src]

#[repr(C)]
pub struct PSEL { pub rts: Reg<u32, _RTS>, pub txd: Reg<u32, _TXD>, pub cts: Reg<u32, _CTS>, pub rxd: Reg<u32, _RXD>, }
Expand description

Register block

Fields

rts: Reg<u32, _RTS>

0x00 - Pin select for RTS signal

txd: Reg<u32, _TXD>

0x04 - Pin select for TXD signal

cts: Reg<u32, _CTS>

0x08 - Pin select for CTS signal

rxd: Reg<u32, _RXD>

0x0c - Pin select for RXD signal

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Casts the value.

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Casts the value.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Casts the value.

Should always be Self

Casts the value.

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.

Casts the value.

Casts the value.