[−][src]Struct stm32l4x6::dma1::ifcr::W
Value to write to the register
Methods
impl W[src]
impl Wpub fn reset_value() -> W[src]
pub fn reset_value() -> WReset value of the register
pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]
pub unsafe fn bits(&mut self, bits: u32) -> &mut SelfWrites raw bits to the register
pub fn cteif7(&mut self) -> _CTEIF7W[src]
pub fn cteif7(&mut self) -> _CTEIF7WBit 27 - Channel x transfer error clear (x = 1 ..7)
pub fn chtif7(&mut self) -> _CHTIF7W[src]
pub fn chtif7(&mut self) -> _CHTIF7WBit 26 - Channel x half transfer clear (x = 1 ..7)
pub fn ctcif7(&mut self) -> _CTCIF7W[src]
pub fn ctcif7(&mut self) -> _CTCIF7WBit 25 - Channel x transfer complete clear (x = 1 ..7)
pub fn cgif7(&mut self) -> _CGIF7W[src]
pub fn cgif7(&mut self) -> _CGIF7WBit 24 - Channel x global interrupt clear (x = 1 ..7)
pub fn cteif6(&mut self) -> _CTEIF6W[src]
pub fn cteif6(&mut self) -> _CTEIF6WBit 23 - Channel x transfer error clear (x = 1 ..7)
pub fn chtif6(&mut self) -> _CHTIF6W[src]
pub fn chtif6(&mut self) -> _CHTIF6WBit 22 - Channel x half transfer clear (x = 1 ..7)
pub fn ctcif6(&mut self) -> _CTCIF6W[src]
pub fn ctcif6(&mut self) -> _CTCIF6WBit 21 - Channel x transfer complete clear (x = 1 ..7)
pub fn cgif6(&mut self) -> _CGIF6W[src]
pub fn cgif6(&mut self) -> _CGIF6WBit 20 - Channel x global interrupt clear (x = 1 ..7)
pub fn cteif5(&mut self) -> _CTEIF5W[src]
pub fn cteif5(&mut self) -> _CTEIF5WBit 19 - Channel x transfer error clear (x = 1 ..7)
pub fn chtif5(&mut self) -> _CHTIF5W[src]
pub fn chtif5(&mut self) -> _CHTIF5WBit 18 - Channel x half transfer clear (x = 1 ..7)
pub fn ctcif5(&mut self) -> _CTCIF5W[src]
pub fn ctcif5(&mut self) -> _CTCIF5WBit 17 - Channel x transfer complete clear (x = 1 ..7)
pub fn cgif5(&mut self) -> _CGIF5W[src]
pub fn cgif5(&mut self) -> _CGIF5WBit 16 - Channel x global interrupt clear (x = 1 ..7)
pub fn cteif4(&mut self) -> _CTEIF4W[src]
pub fn cteif4(&mut self) -> _CTEIF4WBit 15 - Channel x transfer error clear (x = 1 ..7)
pub fn chtif4(&mut self) -> _CHTIF4W[src]
pub fn chtif4(&mut self) -> _CHTIF4WBit 14 - Channel x half transfer clear (x = 1 ..7)
pub fn ctcif4(&mut self) -> _CTCIF4W[src]
pub fn ctcif4(&mut self) -> _CTCIF4WBit 13 - Channel x transfer complete clear (x = 1 ..7)
pub fn cgif4(&mut self) -> _CGIF4W[src]
pub fn cgif4(&mut self) -> _CGIF4WBit 12 - Channel x global interrupt clear (x = 1 ..7)
pub fn cteif3(&mut self) -> _CTEIF3W[src]
pub fn cteif3(&mut self) -> _CTEIF3WBit 11 - Channel x transfer error clear (x = 1 ..7)
pub fn chtif3(&mut self) -> _CHTIF3W[src]
pub fn chtif3(&mut self) -> _CHTIF3WBit 10 - Channel x half transfer clear (x = 1 ..7)
pub fn ctcif3(&mut self) -> _CTCIF3W[src]
pub fn ctcif3(&mut self) -> _CTCIF3WBit 9 - Channel x transfer complete clear (x = 1 ..7)
pub fn cgif3(&mut self) -> _CGIF3W[src]
pub fn cgif3(&mut self) -> _CGIF3WBit 8 - Channel x global interrupt clear (x = 1 ..7)
pub fn cteif2(&mut self) -> _CTEIF2W[src]
pub fn cteif2(&mut self) -> _CTEIF2WBit 7 - Channel x transfer error clear (x = 1 ..7)
pub fn chtif2(&mut self) -> _CHTIF2W[src]
pub fn chtif2(&mut self) -> _CHTIF2WBit 6 - Channel x half transfer clear (x = 1 ..7)
pub fn ctcif2(&mut self) -> _CTCIF2W[src]
pub fn ctcif2(&mut self) -> _CTCIF2WBit 5 - Channel x transfer complete clear (x = 1 ..7)
pub fn cgif2(&mut self) -> _CGIF2W[src]
pub fn cgif2(&mut self) -> _CGIF2WBit 4 - Channel x global interrupt clear (x = 1 ..7)
pub fn cteif1(&mut self) -> _CTEIF1W[src]
pub fn cteif1(&mut self) -> _CTEIF1WBit 3 - Channel x transfer error clear (x = 1 ..7)
pub fn chtif1(&mut self) -> _CHTIF1W[src]
pub fn chtif1(&mut self) -> _CHTIF1WBit 2 - Channel x half transfer clear (x = 1 ..7)
pub fn ctcif1(&mut self) -> _CTCIF1W[src]
pub fn ctcif1(&mut self) -> _CTCIF1WBit 1 - Channel x transfer complete clear (x = 1 ..7)
pub fn cgif1(&mut self) -> _CGIF1W[src]
pub fn cgif1(&mut self) -> _CGIF1WBit 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 Timpl<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 TMutably 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