Type Alias xmc4800::gpdma0_ch2::cfgh::FifoModeW

source ·
pub type FifoModeW<'a, REG> = BitWriter<'a, REG, FifoMode>;
Expand description

Field FIFO_MODE writer - FIFO Mode Select

Aliased Type§

struct FifoModeW<'a, REG> { /* private fields */ }

Implementations§

source§

impl<'a, REG> FifoModeW<'a, REG>
where REG: Writable + RegisterSpec,

source

pub fn value1(self) -> &'a mut W<REG>

Space/data available for single AHB transfer of the specified transfer width.

source

pub fn value2(self) -> &'a mut W<REG>

Data available is greater than or equal to half the FIFO depth for destination transfers and space available is greater than half the fifo depth for source transfers. The exceptions are at the end of a burst transaction request or at the end of a block transfer.