Type Alias xmc4800::gpdma0_ch0::cfgh::FcmodeW

source ·
pub type FcmodeW<'a, REG> = BitWriter<'a, REG, Fcmode>;
Expand description

Field FCMODE writer - Flow Control Mode

Aliased Type§

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

Implementations§

source§

impl<'a, REG> FcmodeW<'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.