[][src]Struct stm32f3::stm32f3x8::dma1::ifcr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn cgif1(&mut self) -> _CGIF1W[src]

Bit 0 - Channel 1 Global interrupt clear

pub fn ctcif1(&mut self) -> _CTCIF1W[src]

Bit 1 - Channel 1 Transfer Complete clear

pub fn chtif1(&mut self) -> _CHTIF1W[src]

Bit 2 - Channel 1 Half Transfer clear

pub fn cteif1(&mut self) -> _CTEIF1W[src]

Bit 3 - Channel 1 Transfer Error clear

pub fn cgif2(&mut self) -> _CGIF2W[src]

Bit 4 - Channel 2 Global interrupt clear

pub fn ctcif2(&mut self) -> _CTCIF2W[src]

Bit 5 - Channel 2 Transfer Complete clear

pub fn chtif2(&mut self) -> _CHTIF2W[src]

Bit 6 - Channel 2 Half Transfer clear

pub fn cteif2(&mut self) -> _CTEIF2W[src]

Bit 7 - Channel 2 Transfer Error clear

pub fn cgif3(&mut self) -> _CGIF3W[src]

Bit 8 - Channel 3 Global interrupt clear

pub fn ctcif3(&mut self) -> _CTCIF3W[src]

Bit 9 - Channel 3 Transfer Complete clear

pub fn chtif3(&mut self) -> _CHTIF3W[src]

Bit 10 - Channel 3 Half Transfer clear

pub fn cteif3(&mut self) -> _CTEIF3W[src]

Bit 11 - Channel 3 Transfer Error clear

pub fn cgif4(&mut self) -> _CGIF4W[src]

Bit 12 - Channel 4 Global interrupt clear

pub fn ctcif4(&mut self) -> _CTCIF4W[src]

Bit 13 - Channel 4 Transfer Complete clear

pub fn chtif4(&mut self) -> _CHTIF4W[src]

Bit 14 - Channel 4 Half Transfer clear

pub fn cteif4(&mut self) -> _CTEIF4W[src]

Bit 15 - Channel 4 Transfer Error clear

pub fn cgif5(&mut self) -> _CGIF5W[src]

Bit 16 - Channel 5 Global interrupt clear

pub fn ctcif5(&mut self) -> _CTCIF5W[src]

Bit 17 - Channel 5 Transfer Complete clear

pub fn chtif5(&mut self) -> _CHTIF5W[src]

Bit 18 - Channel 5 Half Transfer clear

pub fn cteif5(&mut self) -> _CTEIF5W[src]

Bit 19 - Channel 5 Transfer Error clear

pub fn cgif6(&mut self) -> _CGIF6W[src]

Bit 20 - Channel 6 Global interrupt clear

pub fn ctcif6(&mut self) -> _CTCIF6W[src]

Bit 21 - Channel 6 Transfer Complete clear

pub fn chtif6(&mut self) -> _CHTIF6W[src]

Bit 22 - Channel 6 Half Transfer clear

pub fn cteif6(&mut self) -> _CTEIF6W[src]

Bit 23 - Channel 6 Transfer Error clear

pub fn cgif7(&mut self) -> _CGIF7W[src]

Bit 24 - Channel 7 Global interrupt clear

pub fn ctcif7(&mut self) -> _CTCIF7W[src]

Bit 25 - Channel 7 Transfer Complete clear

pub fn chtif7(&mut self) -> _CHTIF7W[src]

Bit 26 - Channel 7 Half Transfer clear

pub fn cteif7(&mut self) -> _CTEIF7W[src]

Bit 27 - Channel 7 Transfer Error clear

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self