Type Alias rp2040_pac::spi0::sspdmacr::R

source ·
pub type R = R<SSPDMACR_SPEC>;
Expand description

Register SSPDMACR reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

source§

impl R

source

pub fn rxdmae(&self) -> RXDMAE_R

Bit 0 - Receive DMA Enable. If this bit is set to 1, DMA for the receive FIFO is enabled.

source

pub fn txdmae(&self) -> TXDMAE_R

Bit 1 - Transmit DMA Enable. If this bit is set to 1, DMA for the transmit FIFO is enabled.