Type Definition atsam4e16c_pac::dmac::ctrlb3::FC_R

source ·
pub type FC_R = FieldReader<u8, FC_A>;
Expand description

Field FC reader - Flow Control

Implementations§

source§

impl FC_R

source

pub fn variant(&self) -> FC_A

Get enumerated values variant

source

pub fn is_mem2mem_dma_fc(&self) -> bool

Checks if the value of the field is MEM2MEM_DMA_FC

source

pub fn is_mem2per_dma_fc(&self) -> bool

Checks if the value of the field is MEM2PER_DMA_FC

source

pub fn is_per2mem_dma_fc(&self) -> bool

Checks if the value of the field is PER2MEM_DMA_FC

source

pub fn is_per2per_dma_fc(&self) -> bool

Checks if the value of the field is PER2PER_DMA_FC