[][src]Type Definition k22f::uart1::SFIFO

type SFIFO = Reg<u8, _SFIFO>;

UART FIFO Status Register

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

For information about available fields see sfifo module

Trait Implementations

impl Readable for SFIFO[src]

read() method returns sfifo::R reader structure

impl ResetValue for SFIFO[src]

Register SFIFO reset()'s with value 0xc0

type Type = u8

Register size

impl Writable for SFIFO[src]

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