Type Definition stm32_hal2::pac::dma2d::bgor::LO_R

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

Field LO reader - Line offset Line offset used for the background image (expressed in pixel). This value is used for the address generation. 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 data transfer has started, they become read-only. If the image format is 4-bit per pixel, the line offset must be even.