Searched refs:HSPolarity (Results 1 – 7 of 7) sorted by relevance
97 …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()
266 assert_param(IS_DCMI_HSPOLARITY(hdcmi->Init.HSPolarity)); in HAL_DCMI_Init()321 hdcmi->Init.VSPolarity | hdcmi->Init.HSPolarity |\ in HAL_DCMI_Init()
1002 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()
227 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()
113 uint32_t HSPolarity; /*!< HSYNC pin polarity member187 uint32_t HSPolarity; /*!< HSYNC pin polarity member
101 …uint32_t HSPolarity; /*!< Specifies the Horizontal synchronization polarity: High… member
87 …uint32_t HSPolarity; /*!< configures the horizontal synchronization pola… member