Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_ltdc_ex.c97 …hltdc->Init.HSPolarity = (VidCfg->HSPolarity == DSI_HSYNC_ACTIVE_HIGH) ? LTDC_HSPOLARITY_AH : LTDC… in HAL_LTDCEx_StructInitFromVideoConfig()
135 …hltdc->Init.HSPolarity = (CmdCfg->HSPolarity == DSI_HSYNC_ACTIVE_HIGH) ? LTDC_HSPOLARITY_AL : LTDC… in HAL_LTDCEx_StructInitFromAdaptedCommandConfig()
Dstm32l4xx_hal_dcmi.c266 assert_param(IS_DCMI_HSPOLARITY(hdcmi->Init.HSPolarity)); in HAL_DCMI_Init()
321 hdcmi->Init.VSPolarity | hdcmi->Init.HSPolarity |\ in HAL_DCMI_Init()
Dstm32l4xx_hal_dsi.c1002 assert_param(IS_DSI_HSYNC_POLARITY(VidCfg->HSPolarity)); in HAL_DSI_ConfigVideoMode()
1035 hdsi->Instance->LPCR |= (VidCfg->DEPolarity | VidCfg->VSPolarity | VidCfg->HSPolarity); in HAL_DSI_ConfigVideoMode()
1148 assert_param(IS_DSI_HSYNC_POLARITY(CmdCfg->HSPolarity)); in HAL_DSI_ConfigAdaptedCommandMode()
1161 hdsi->Instance->LPCR |= (CmdCfg->DEPolarity | CmdCfg->VSPolarity | CmdCfg->HSPolarity); in HAL_DSI_ConfigAdaptedCommandMode()
Dstm32l4xx_hal_ltdc.c227 assert_param(IS_LTDC_HSPOL(hltdc->Init.HSPolarity)); 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.h113 uint32_t HSPolarity; /*!< HSYNC pin polarity member
187 uint32_t HSPolarity; /*!< HSYNC pin polarity member
Dstm32l4xx_hal_dcmi.h101 …uint32_t HSPolarity; /*!< Specifies the Horizontal synchronization polarity: High… member
Dstm32l4xx_hal_ltdc.h87 …uint32_t HSPolarity; /*!< configures the horizontal synchronization pola… member