[][src]Type Definition rp2040::uart0::UARTLCR_H

type UARTLCR_H = Reg<u32, _UARTLCR_H>;

Line Control Register, UARTLCR_H

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

For information about available fields see uartlcr_h module

Trait Implementations

impl Readable for UARTLCR_H[src]

read() method returns uartlcr_h::R reader structure

impl ResetValue for UARTLCR_H[src]

Register UARTLCR_H reset()'s with value 0

type Type = u32

Register size

impl Writable for UARTLCR_H[src]

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