[][src]Struct stm32h7::stm32h743v::bdma::ifcr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

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 x global interrupt clear This bit is set and cleared by software.

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

Bit 1 - Channel x transfer complete clear This bit is set and cleared by software.

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

Bit 2 - Channel x half transfer clear This bit is set and cleared by software.

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

Bit 3 - Channel x transfer error clear This bit is set and cleared by software.

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

Bit 4 - Channel x global interrupt clear This bit is set and cleared by software.

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

Bit 5 - Channel x transfer complete clear This bit is set and cleared by software.

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

Bit 6 - Channel x half transfer clear This bit is set and cleared by software.

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

Bit 7 - Channel x transfer error clear This bit is set and cleared by software.

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

Bit 8 - Channel x global interrupt clear This bit is set and cleared by software.

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

Bit 9 - Channel x transfer complete clear This bit is set and cleared by software.

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

Bit 10 - Channel x half transfer clear This bit is set and cleared by software.

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

Bit 11 - Channel x transfer error clear This bit is set and cleared by software.

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

Bit 12 - Channel x global interrupt clear This bit is set and cleared by software.

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

Bit 13 - Channel x transfer complete clear This bit is set and cleared by software.

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

Bit 14 - Channel x half transfer clear This bit is set and cleared by software.

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

Bit 15 - Channel x transfer error clear This bit is set and cleared by software.

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

Bit 16 - Channel x global interrupt clear This bit is set and cleared by software.

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

Bit 17 - Channel x transfer complete clear This bit is set and cleared by software.

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

Bit 18 - Channel x half transfer clear This bit is set and cleared by software.

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

Bit 19 - Channel x transfer error clear This bit is set and cleared by software.

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

Bit 20 - Channel x global interrupt clear This bit is set and cleared by software.

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

Bit 21 - Channel x transfer complete clear This bit is set and cleared by software.

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

Bit 22 - Channel x half transfer clear This bit is set and cleared by software.

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

Bit 23 - Channel x transfer error clear This bit is set and cleared by software.

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

Bit 24 - Channel x global interrupt clear This bit is set and cleared by software.

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

Bit 25 - Channel x transfer complete clear This bit is set and cleared by software.

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

Bit 26 - Channel x half transfer clear This bit is set and cleared by software.

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

Bit 27 - Channel x transfer error clear This bit is set and cleared by software.

pub fn cgif8(&mut self) -> _CGIF8W[src]

Bit 28 - Channel x global interrupt clear This bit is set and cleared by software.

pub fn ctcif8(&mut self) -> _CTCIF8W[src]

Bit 29 - Channel x transfer complete clear This bit is set and cleared by software.

pub fn chtif8(&mut self) -> _CHTIF8W[src]

Bit 30 - Channel x half transfer clear This bit is set and cleared by software.

pub fn cteif8(&mut self) -> _CTEIF8W[src]

Bit 31 - Channel x transfer error clear This bit is set and cleared by software.

Auto Trait Implementations

impl Unpin for W

impl Sync for W

impl Send 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