Type Definition stm32_hal2::pac::dma2d::fgor::LO_R

source · []
pub type LO_R = FieldReaderRaw<u16, u16>;
Expand description

Field LO reader - Line offset Line offset used for the foreground expressed in pixel. This value is used to generate the address. It is added at the end of each line to determine the starting address of the next line. These bits can only be written when data transfers are disabled. Once a data transfer has started, they become read-only. If the image format is 4-bit per pixel, the line offset must be even.