[][src]Type Definition k22f::uart0::CFIFO

type CFIFO = Reg<u8, _CFIFO>;

UART FIFO Control Register

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

For information about available fields see cfifo module

Trait Implementations

impl Readable for CFIFO[src]

read() method returns cfifo::R reader structure

impl ResetValue for CFIFO[src]

Register CFIFO reset()'s with value 0

type Type = u8

Register size

impl Writable for CFIFO[src]

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