R

Type Alias R 

Source
pub type R = R<CtrlSpec>;
Expand description

Register CTRL reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn read_mode(&self) -> ReadModeR

Bits 0:1 - Read Mode.

Source

pub fn data_width(&self) -> DataWidthR

Bits 2:3 - Data Width.

Source

pub fn ds_timing_en(&self) -> DsTimingEnR

Bit 4 - DS Timing Enable.

Source

pub fn fifo_thrsh(&self) -> FifoThrshR

Bits 5:9 - Data FIFO Threshold.

Source

pub fn rx_dma(&self) -> RxDmaR

Bit 16 - DMA Enable.

Source

pub fn rx_dma_thrsh(&self) -> RxDmaThrshR

Bits 17:20 - DMA Threshold.

Source

pub fn three_ch_en(&self) -> ThreeChEnR

Bit 30 - Three-channel mode enable.

Source

pub fn pcif_sys(&self) -> PcifSysR

Bit 31 - PCIF Control.