Type Alias stm32_hal2::pac::dma2d::oor::LO_W

source ·
pub type LO_W<'a, const O: u8> = FieldWriterRaw<'a, u32, OOR_SPEC, u16, u16, Safe, 16, O>;
Expand description

Field LO writer - Line Offset Line offset used for the output (expressed in pixels). 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 the transfer has started, they are read-only.

Aliased Type§

struct LO_W<'a, const O: u8> { /* private fields */ }