[−][src]Struct stm32l4x6::dma1::isr::R
Value read from the register
Methods
impl R
[src]
impl R
pub fn bits(&self) -> u32
[src]
pub fn bits(&self) -> u32
Value of the register as raw bits
pub fn teif7(&self) -> TEIF7R
[src]
pub fn teif7(&self) -> TEIF7R
Bit 27 - Channel x transfer error flag (x = 1 ..7)
pub fn htif7(&self) -> HTIF7R
[src]
pub fn htif7(&self) -> HTIF7R
Bit 26 - Channel x half transfer flag (x = 1 ..7)
pub fn tcif7(&self) -> TCIF7R
[src]
pub fn tcif7(&self) -> TCIF7R
Bit 25 - Channel x transfer complete flag (x = 1 ..7)
pub fn gif7(&self) -> GIF7R
[src]
pub fn gif7(&self) -> GIF7R
Bit 24 - Channel x global interrupt flag (x = 1 ..7)
pub fn teif6(&self) -> TEIF6R
[src]
pub fn teif6(&self) -> TEIF6R
Bit 23 - Channel x transfer error flag (x = 1 ..7)
pub fn htif6(&self) -> HTIF6R
[src]
pub fn htif6(&self) -> HTIF6R
Bit 22 - Channel x half transfer flag (x = 1 ..7)
pub fn tcif6(&self) -> TCIF6R
[src]
pub fn tcif6(&self) -> TCIF6R
Bit 21 - Channel x transfer complete flag (x = 1 ..7)
pub fn gif6(&self) -> GIF6R
[src]
pub fn gif6(&self) -> GIF6R
Bit 20 - Channel x global interrupt flag (x = 1 ..7)
pub fn teif5(&self) -> TEIF5R
[src]
pub fn teif5(&self) -> TEIF5R
Bit 19 - Channel x transfer error flag (x = 1 ..7)
pub fn htif5(&self) -> HTIF5R
[src]
pub fn htif5(&self) -> HTIF5R
Bit 18 - Channel x half transfer flag (x = 1 ..7)
pub fn tcif5(&self) -> TCIF5R
[src]
pub fn tcif5(&self) -> TCIF5R
Bit 17 - Channel x transfer complete flag (x = 1 ..7)
pub fn gif5(&self) -> GIF5R
[src]
pub fn gif5(&self) -> GIF5R
Bit 16 - Channel x global interrupt flag (x = 1 ..7)
pub fn teif4(&self) -> TEIF4R
[src]
pub fn teif4(&self) -> TEIF4R
Bit 15 - Channel x transfer error flag (x = 1 ..7)
pub fn htif4(&self) -> HTIF4R
[src]
pub fn htif4(&self) -> HTIF4R
Bit 14 - Channel x half transfer flag (x = 1 ..7)
pub fn tcif4(&self) -> TCIF4R
[src]
pub fn tcif4(&self) -> TCIF4R
Bit 13 - Channel x transfer complete flag (x = 1 ..7)
pub fn gif4(&self) -> GIF4R
[src]
pub fn gif4(&self) -> GIF4R
Bit 12 - Channel x global interrupt flag (x = 1 ..7)
pub fn teif3(&self) -> TEIF3R
[src]
pub fn teif3(&self) -> TEIF3R
Bit 11 - Channel x transfer error flag (x = 1 ..7)
pub fn htif3(&self) -> HTIF3R
[src]
pub fn htif3(&self) -> HTIF3R
Bit 10 - Channel x half transfer flag (x = 1 ..7)
pub fn tcif3(&self) -> TCIF3R
[src]
pub fn tcif3(&self) -> TCIF3R
Bit 9 - Channel x transfer complete flag (x = 1 ..7)
pub fn gif3(&self) -> GIF3R
[src]
pub fn gif3(&self) -> GIF3R
Bit 8 - Channel x global interrupt flag (x = 1 ..7)
pub fn teif2(&self) -> TEIF2R
[src]
pub fn teif2(&self) -> TEIF2R
Bit 7 - Channel x transfer error flag (x = 1 ..7)
pub fn htif2(&self) -> HTIF2R
[src]
pub fn htif2(&self) -> HTIF2R
Bit 6 - Channel x half transfer flag (x = 1 ..7)
pub fn tcif2(&self) -> TCIF2R
[src]
pub fn tcif2(&self) -> TCIF2R
Bit 5 - Channel x transfer complete flag (x = 1 ..7)
pub fn gif2(&self) -> GIF2R
[src]
pub fn gif2(&self) -> GIF2R
Bit 4 - Channel x global interrupt flag (x = 1 ..7)
pub fn teif1(&self) -> TEIF1R
[src]
pub fn teif1(&self) -> TEIF1R
Bit 3 - Channel x transfer error flag (x = 1 ..7)
pub fn htif1(&self) -> HTIF1R
[src]
pub fn htif1(&self) -> HTIF1R
Bit 2 - Channel x half transfer flag (x = 1 ..7)
pub fn tcif1(&self) -> TCIF1R
[src]
pub fn tcif1(&self) -> TCIF1R
Bit 1 - Channel x transfer complete flag (x = 1 ..7)
pub fn gif1(&self) -> GIF1R
[src]
pub fn gif1(&self) -> GIF1R
Bit 0 - Channel x global interrupt flag (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