[−][src]Struct stm32l4x6::dma1::ifcr::W
Value to write to the register
Methods
impl W
[src]
impl W
pub fn reset_value() -> W
[src]
pub fn reset_value() -> W
Reset value of the register
pub unsafe fn bits(&mut self, bits: u32) -> &mut Self
[src]
pub unsafe fn bits(&mut self, bits: u32) -> &mut Self
Writes raw bits to the register
pub fn cteif7(&mut self) -> _CTEIF7W
[src]
pub fn cteif7(&mut self) -> _CTEIF7W
Bit 27 - Channel x transfer error clear (x = 1 ..7)
pub fn chtif7(&mut self) -> _CHTIF7W
[src]
pub fn chtif7(&mut self) -> _CHTIF7W
Bit 26 - Channel x half transfer clear (x = 1 ..7)
pub fn ctcif7(&mut self) -> _CTCIF7W
[src]
pub fn ctcif7(&mut self) -> _CTCIF7W
Bit 25 - Channel x transfer complete clear (x = 1 ..7)
pub fn cgif7(&mut self) -> _CGIF7W
[src]
pub fn cgif7(&mut self) -> _CGIF7W
Bit 24 - Channel x global interrupt clear (x = 1 ..7)
pub fn cteif6(&mut self) -> _CTEIF6W
[src]
pub fn cteif6(&mut self) -> _CTEIF6W
Bit 23 - Channel x transfer error clear (x = 1 ..7)
pub fn chtif6(&mut self) -> _CHTIF6W
[src]
pub fn chtif6(&mut self) -> _CHTIF6W
Bit 22 - Channel x half transfer clear (x = 1 ..7)
pub fn ctcif6(&mut self) -> _CTCIF6W
[src]
pub fn ctcif6(&mut self) -> _CTCIF6W
Bit 21 - Channel x transfer complete clear (x = 1 ..7)
pub fn cgif6(&mut self) -> _CGIF6W
[src]
pub fn cgif6(&mut self) -> _CGIF6W
Bit 20 - Channel x global interrupt clear (x = 1 ..7)
pub fn cteif5(&mut self) -> _CTEIF5W
[src]
pub fn cteif5(&mut self) -> _CTEIF5W
Bit 19 - Channel x transfer error clear (x = 1 ..7)
pub fn chtif5(&mut self) -> _CHTIF5W
[src]
pub fn chtif5(&mut self) -> _CHTIF5W
Bit 18 - Channel x half transfer clear (x = 1 ..7)
pub fn ctcif5(&mut self) -> _CTCIF5W
[src]
pub fn ctcif5(&mut self) -> _CTCIF5W
Bit 17 - Channel x transfer complete clear (x = 1 ..7)
pub fn cgif5(&mut self) -> _CGIF5W
[src]
pub fn cgif5(&mut self) -> _CGIF5W
Bit 16 - Channel x global interrupt clear (x = 1 ..7)
pub fn cteif4(&mut self) -> _CTEIF4W
[src]
pub fn cteif4(&mut self) -> _CTEIF4W
Bit 15 - Channel x transfer error clear (x = 1 ..7)
pub fn chtif4(&mut self) -> _CHTIF4W
[src]
pub fn chtif4(&mut self) -> _CHTIF4W
Bit 14 - Channel x half transfer clear (x = 1 ..7)
pub fn ctcif4(&mut self) -> _CTCIF4W
[src]
pub fn ctcif4(&mut self) -> _CTCIF4W
Bit 13 - Channel x transfer complete clear (x = 1 ..7)
pub fn cgif4(&mut self) -> _CGIF4W
[src]
pub fn cgif4(&mut self) -> _CGIF4W
Bit 12 - Channel x global interrupt clear (x = 1 ..7)
pub fn cteif3(&mut self) -> _CTEIF3W
[src]
pub fn cteif3(&mut self) -> _CTEIF3W
Bit 11 - Channel x transfer error clear (x = 1 ..7)
pub fn chtif3(&mut self) -> _CHTIF3W
[src]
pub fn chtif3(&mut self) -> _CHTIF3W
Bit 10 - Channel x half transfer clear (x = 1 ..7)
pub fn ctcif3(&mut self) -> _CTCIF3W
[src]
pub fn ctcif3(&mut self) -> _CTCIF3W
Bit 9 - Channel x transfer complete clear (x = 1 ..7)
pub fn cgif3(&mut self) -> _CGIF3W
[src]
pub fn cgif3(&mut self) -> _CGIF3W
Bit 8 - Channel x global interrupt clear (x = 1 ..7)
pub fn cteif2(&mut self) -> _CTEIF2W
[src]
pub fn cteif2(&mut self) -> _CTEIF2W
Bit 7 - Channel x transfer error clear (x = 1 ..7)
pub fn chtif2(&mut self) -> _CHTIF2W
[src]
pub fn chtif2(&mut self) -> _CHTIF2W
Bit 6 - Channel x half transfer clear (x = 1 ..7)
pub fn ctcif2(&mut self) -> _CTCIF2W
[src]
pub fn ctcif2(&mut self) -> _CTCIF2W
Bit 5 - Channel x transfer complete clear (x = 1 ..7)
pub fn cgif2(&mut self) -> _CGIF2W
[src]
pub fn cgif2(&mut self) -> _CGIF2W
Bit 4 - Channel x global interrupt clear (x = 1 ..7)
pub fn cteif1(&mut self) -> _CTEIF1W
[src]
pub fn cteif1(&mut self) -> _CTEIF1W
Bit 3 - Channel x transfer error clear (x = 1 ..7)
pub fn chtif1(&mut self) -> _CHTIF1W
[src]
pub fn chtif1(&mut self) -> _CHTIF1W
Bit 2 - Channel x half transfer clear (x = 1 ..7)
pub fn ctcif1(&mut self) -> _CTCIF1W
[src]
pub fn ctcif1(&mut self) -> _CTCIF1W
Bit 1 - Channel x transfer complete clear (x = 1 ..7)
pub fn cgif1(&mut self) -> _CGIF1W
[src]
pub fn cgif1(&mut self) -> _CGIF1W
Bit 0 - Channel x global interrupt clear (x = 1 ..7)
Auto Trait Implementations
Blanket Implementations
impl<T, U> TryFrom for T where
T: From<U>,
[src]
impl<T, U> TryFrom for T where
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
try_from
)Performs the conversion.
impl<T> From for T
[src]
impl<T> From for T
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
try_from
)Performs the conversion.
impl<T, U> Into for T where
U: From<T>,
[src]
impl<T, U> Into for T where
U: From<T>,
impl<T> Borrow for T where
T: ?Sized,
[src]
impl<T> Borrow for T where
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
impl<T> BorrowMut for T where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> Any for T where
T: 'static + ?Sized,
[src]
impl<T> Any for T where
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
fn get_type_id(&self) -> TypeId
🔬 This is a nightly-only experimental API. (get_type_id
)
this method will likely be replaced by an associated static
Gets the TypeId
of self
. Read more