Type Alias d1_pac::cir_tx::cir_txint::DRQ_EN_R

source ·
pub type DRQ_EN_R = BitReader<DRQ_EN_A>;
Expand description

Field drq_en reader - TX FIFO DMA Enable

When it is set to ‘1’, the TX FIFO DRQ is asserted if the number of the transmitting data in the FIFO is less than the RAL. The DRQ is de-asserted when the condition fails.

Aliased Type§

struct DRQ_EN_R { /* private fields */ }

Implementations§

source§

impl DRQ_EN_R

source

pub fn variant(&self) -> DRQ_EN_A

Get enumerated values variant

source

pub fn is_disable(&self) -> bool

Checks if the value of the field is DISABLE

source

pub fn is_enable(&self) -> bool

Checks if the value of the field is ENABLE