Type Alias d1_pac::cir_tx::cir_txint::DRQ_EN_W

source ·
pub type DRQ_EN_W<'a, const O: u8> = BitWriter<'a, u32, CIR_TXINT_SPEC, DRQ_EN_A, O>;
Expand description

Field drq_en writer - 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_W<'a, const O: u8> { /* private fields */ }

Implementations§

source§

impl<'a, const O: u8> DRQ_EN_W<'a, O>

source

pub fn disable(self) -> &'a mut W

Disable

source

pub fn enable(self) -> &'a mut W

Enable