Skip to main content

CFIFO

Type Alias CFIFO 

Source
pub type CFIFO = Reg<u8, _CFIFO>;
Expand description

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

Aliased Type§

pub struct CFIFO { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for CFIFO

Register CFIFO reset()’s with value 0

Source§

type Type = u8

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for CFIFO

read() method returns cfifo::R reader structure

Source§

impl Writable for CFIFO

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