Type Alias stm32h7xx_hal::device::jpeg::sr::EOCF_R

source ·
pub type EOCF_R = BitReaderRaw<bool>;
Expand description

Field EOCF reader - End of Conversion Flag This bit is set when the JPEG codec core has finished the encoding or the decoding process and than last data has been sent to the output FIFO.

Aliased Type§

struct EOCF_R { /* private fields */ }