pub type STATUS_SEL_W<'a, REG> = BitWriter<'a, REG, STATUS_SEL_A>;
Expand description

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

Aliased Type§

struct STATUS_SEL_W<'a, REG> { /* private fields */ }

Implementations§

source§

impl<'a, REG> STATUS_SEL_W<'a, REG>
where REG: Writable + RegisterSpec,

source

pub fn txlevel(self) -> &'a mut W<REG>

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

source

pub fn rxlevel(self) -> &'a mut W<REG>

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