pub type STATUS_SEL_R = BitReader<STATUS_SEL_A>;
Expand description

Field STATUS_SEL reader - Comparison used for the MOV x, STATUS instruction.

Aliased Type§

struct STATUS_SEL_R { /* private fields */ }

Implementations§

source§

impl STATUS_SEL_R

source

pub const fn variant(&self) -> STATUS_SEL_A

Get enumerated values variant

source

pub fn is_txlevel(&self) -> bool

All-ones if TX FIFO level < N, otherwise all-zeroes

source

pub fn is_rxlevel(&self) -> bool

All-ones if RX FIFO level < N, otherwise all-zeroes