Type Alias xmc4200::gpdma0_ch0::cfgh::FCMODE_W

source ·
pub type FCMODE_W<'a, REG> = BitWriter<'a, REG, FCMODE_A>;
Expand description

Field FCMODE writer - Flow Control Mode

Aliased Type§

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

Implementations§

source§

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

source

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

Source transaction requests are serviced when they occur. Data pre-fetching is enabled.

source

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

Source transaction requests are not serviced until a destination transaction request occurs. In this mode, the amount of data transferred from the source is limited so that it is guaranteed to be transferred to the destination prior to block termination by the destination. Data pre-fetching is disabled.