[][src]Type Definition nrf52840_pac::uart0::BAUDRATE

type BAUDRATE = Reg<u32, _BAUDRATE>;

Baud rate. Accuracy depends on the HFCLK source selected.

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see baudrate module

Trait Implementations

impl Readable for BAUDRATE[src]

read() method returns baudrate::R reader structure

impl ResetValue for BAUDRATE[src]

Register BAUDRATE reset()'s with value 0x0400_0000

type Type = u32

Register size

impl Writable for BAUDRATE[src]

write(|w| ..) method takes baudrate::W writer structure