Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_ltdc.h530 #define LTDC_MIRROR_HORIZONTAL 0U /*!< Enable Horizontal Mirroring … macro
1057 #define IS_LTDC_MIRROR(__MIRROR__) (((__MIRROR__) == LTDC_MIRROR_HORIZONTAL) ||\
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_ltdc.c3482 *Mirror = LTDC_MIRROR_HORIZONTAL; in LTDC_RetrieveUserConfig()
3708 else if (Mirror == LTDC_MIRROR_HORIZONTAL) in LTDC_SetConfig()