Type Alias rp2040_pac::pio0::fstat::R

source ·
pub type R = R<FSTAT_SPEC>;
Expand description

Register FSTAT reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

source§

impl R

source

pub fn rxfull(&self) -> RXFULL_R

Bits 0:3 - State machine RX FIFO is full

source

pub fn rxempty(&self) -> RXEMPTY_R

Bits 8:11 - State machine RX FIFO is empty

source

pub fn txfull(&self) -> TXFULL_R

Bits 16:19 - State machine TX FIFO is full

source

pub fn txempty(&self) -> TXEMPTY_R

Bits 24:27 - State machine TX FIFO is empty