Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_ltdc_ex.c96 …hltdc->Init.VSPolarity = (VidCfg->VSPolarity == DSI_VSYNC_ACTIVE_HIGH) ? LTDC_VSPOLARITY_AH : LTDC… in HAL_LTDCEx_StructInitFromVideoConfig()
134 …hltdc->Init.VSPolarity = (CmdCfg->VSPolarity == DSI_VSYNC_ACTIVE_HIGH) ? LTDC_VSPOLARITY_AL : LTDC… in HAL_LTDCEx_StructInitFromAdaptedCommandConfig()
Dstm32l4xx_hal_dcmi.c265 assert_param(IS_DCMI_VSPOLARITY(hdcmi->Init.VSPolarity)); in HAL_DCMI_Init()
321 hdcmi->Init.VSPolarity | hdcmi->Init.HSPolarity |\ in HAL_DCMI_Init()
Dstm32l4xx_hal_dsi.c1001 assert_param(IS_DSI_VSYNC_POLARITY(VidCfg->VSPolarity)); in HAL_DSI_ConfigVideoMode()
1035 hdsi->Instance->LPCR |= (VidCfg->DEPolarity | VidCfg->VSPolarity | VidCfg->HSPolarity); in HAL_DSI_ConfigVideoMode()
1147 assert_param(IS_DSI_VSYNC_POLARITY(CmdCfg->VSPolarity)); in HAL_DSI_ConfigAdaptedCommandMode()
1161 hdsi->Instance->LPCR |= (CmdCfg->DEPolarity | CmdCfg->VSPolarity | CmdCfg->HSPolarity); in HAL_DSI_ConfigAdaptedCommandMode()
Dstm32l4xx_hal_ltdc.c228 assert_param(IS_LTDC_VSPOL(hltdc->Init.VSPolarity)); in HAL_LTDC_Init()
265 hltdc->Instance->GCR |= (uint32_t)(hltdc->Init.HSPolarity | hltdc->Init.VSPolarity | \ in HAL_LTDC_Init()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_dsi.h116 uint32_t VSPolarity; /*!< VSYNC pin polarity member
190 uint32_t VSPolarity; /*!< VSYNC pin polarity member
1268 #define IS_DSI_VS_POLARITY(VSPolarity) (((VSPolarity) == DSI_VSYNC_FALLING) || ((VSPol… argument
Dstm32l4xx_hal_dcmi.h98 …uint32_t VSPolarity; /*!< Specifies the Vertical synchronization polarity: High o… member
Dstm32l4xx_hal_ltdc.h90 …uint32_t VSPolarity; /*!< configures the vertical synchronization polari… member