Type Alias xmc4500::gpdma0_ch2::cfgh::FCMODE_R

source ·
pub type FCMODE_R = BitReader<FCMODE_A>;
Expand description

Field FCMODE reader - Flow Control Mode

Aliased Type§

struct FCMODE_R { /* private fields */ }

Implementations§

source§

impl FCMODE_R

source

pub const fn variant(&self) -> FCMODE_A

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.