Home
last modified time | relevance | path

Searched refs:horizontal_stop (Results 1 – 1 of 1) sorted by relevance

/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_ltdc.c712 uint32_t horizontal_stop; in LTDC_LayerPosition() local
750 horizontal_stop = (((tempreg & 0x1FFF) - 3)/temp) + horizontal_start - 1; in LTDC_LayerPosition()
755 LTDC_Layerx->WHPCR = horizontal_start | (horizontal_stop << 16); in LTDC_LayerPosition()
805 uint32_t horizontal_stop; in LTDC_LayerSize() local
834 horizontal_stop = Width + horizontal_start - 1; in LTDC_LayerSize()
840 LTDC_Layerx->WHPCR = horizontal_start | (horizontal_stop << 16); in LTDC_LayerSize()

Completed in 6 milliseconds