Type Alias xmc4300::gpdma0_ch0::cfgh::FcmodeR

source ·
pub type FcmodeR = BitReader<Fcmode>;
Expand description

Field FCMODE reader - Flow Control Mode

Aliased Type§

struct FcmodeR { /* private fields */ }

Implementations§

source§

impl FcmodeR

source

pub const fn variant(&self) -> Fcmode

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

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

source

pub fn is_value2(&self) -> bool

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.