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

type UARTIFLS = Reg<u32, _UARTIFLS>;

Interrupt FIFO Level Select Register, UARTIFLS

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

For information about available fields see uartifls module

Trait Implementations

impl Readable for UARTIFLS[src]

read() method returns uartifls::R reader structure

impl ResetValue for UARTIFLS[src]

Register UARTIFLS reset()'s with value 0x12

type Type = u32

Register size

impl Writable for UARTIFLS[src]

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