Struct Ifcr
#[repr(transparent)]pub struct Ifcr(pub u32);Expand description
MDMA channel x interrupt flag clear register.
Tuple Fields§
§0: u32Implementations§
§impl Ifcr
impl Ifcr
pub const fn cteif(&self) -> bool
pub const fn cteif(&self) -> bool
Channel x clear transfer error interrupt flag Writing a 1 into this bit clears TEIFx in the MDMA_ISRy register.
pub fn set_cteif(&mut self, val: bool)
pub fn set_cteif(&mut self, val: bool)
Channel x clear transfer error interrupt flag Writing a 1 into this bit clears TEIFx in the MDMA_ISRy register.
pub const fn cctcif(&self) -> bool
pub const fn cctcif(&self) -> bool
Clear Channel transfer complete interrupt flag for channel x Writing a 1 into this bit clears CTCIFx in the MDMA_ISRy register.
pub fn set_cctcif(&mut self, val: bool)
pub fn set_cctcif(&mut self, val: bool)
Clear Channel transfer complete interrupt flag for channel x Writing a 1 into this bit clears CTCIFx in the MDMA_ISRy register.
pub const fn cbrtif(&self) -> bool
pub const fn cbrtif(&self) -> bool
Channel x clear block repeat transfer complete interrupt flag Writing a 1 into this bit clears BRTIFx in the MDMA_ISRy register.
pub fn set_cbrtif(&mut self, val: bool)
pub fn set_cbrtif(&mut self, val: bool)
Channel x clear block repeat transfer complete interrupt flag Writing a 1 into this bit clears BRTIFx in the MDMA_ISRy register.
pub const fn cbtif(&self) -> bool
pub const fn cbtif(&self) -> bool
Channel x Clear block transfer complete interrupt flag Writing a 1 into this bit clears BTIFx in the MDMA_ISRy register.
pub fn set_cbtif(&mut self, val: bool)
pub fn set_cbtif(&mut self, val: bool)
Channel x Clear block transfer complete interrupt flag Writing a 1 into this bit clears BTIFx in the MDMA_ISRy register.
pub const fn cltcif(&self) -> bool
pub const fn cltcif(&self) -> bool
CLear buffer Transfer Complete Interrupt Flag for channel x Writing a 1 into this bit clears TCIFx in the MDMA_ISRy register.
pub fn set_cltcif(&mut self, val: bool)
pub fn set_cltcif(&mut self, val: bool)
CLear buffer Transfer Complete Interrupt Flag for channel x Writing a 1 into this bit clears TCIFx in the MDMA_ISRy register.