Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_ltdc.h96 uint32_t PCPolarity; /*!< configures the pixel clock polarity. member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_ltdc.c230 assert_param(IS_LTDC_PCPOL(hltdc->Init.PCPolarity)); in HAL_LTDC_Init()
266 hltdc->Init.DEPolarity | hltdc->Init.PCPolarity); in HAL_LTDC_Init()