[][src]Struct stm32h7::stm32h743v::jpeg::cr::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn jcen(&self) -> JCENR[src]

Bit 0 - JPEG Core Enable Enable the JPEG codec Core.

pub fn iftie(&self) -> IFTIER[src]

Bit 1 - Input FIFO Threshold Interrupt Enable This bit enables the interrupt generation when input FIFO reach the threshold.

pub fn ifnfie(&self) -> IFNFIER[src]

Bit 2 - Input FIFO Not Full Interrupt Enable This bit enables the interrupt generation when input FIFO is not empty.

pub fn oftie(&self) -> OFTIER[src]

Bit 3 - Output FIFO Threshold Interrupt Enable This bit enables the interrupt generation when output FIFO reach the threshold.

pub fn ofneie(&self) -> OFNEIER[src]

Bit 4 - Output FIFO Not Empty Interrupt Enable This bit enables the interrupt generation when output FIFO is not empty.

pub fn eocie(&self) -> EOCIER[src]

Bit 5 - End of Conversion Interrupt Enable This bit enables the interrupt generation on the end of conversion.

pub fn hpdie(&self) -> HPDIER[src]

Bit 6 - Header Parsing Done Interrupt Enable This bit enables the interrupt generation on the Header Parsing Operation.

pub fn idmaen(&self) -> IDMAENR[src]

Bit 11 - Input DMA Enable Enable the DMA request generation for the input FIFO.

pub fn odmaen(&self) -> ODMAENR[src]

Bit 12 - Output DMA Enable Enable the DMA request generation for the output FIFO.

pub fn iff(&self) -> IFFR[src]

Bit 13 - Input FIFO Flush This bit flush the input FIFO. This bit is always read as 0.

pub fn off(&self) -> OFFR[src]

Bit 14 - Output FIFO Flush This bit flush the output FIFO. This bit is always read as 0.

Auto Trait Implementations

impl Unpin for R

impl Send for R

impl Sync for R

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