Type Alias rp2040_pac::i2c0::ic_dma_cr::RDMAE_R

source ·
pub type RDMAE_R = BitReader<RDMAE_A>;
Expand description

Field RDMAE reader - Receive DMA Enable. This bit enables/disables the receive FIFO DMA channel. Reset value: 0x0

Aliased Type§

struct RDMAE_R { /* private fields */ }

Implementations§

source§

impl RDMAE_R

source

pub const fn variant(&self) -> RDMAE_A

Get enumerated values variant

source

pub fn is_disabled(&self) -> bool

Receive FIFO DMA channel disabled

source

pub fn is_enabled(&self) -> bool

Receive FIFO DMA channel enabled