Home
last modified time | relevance | path

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

123

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_ltdc_ex.c82 …hltdc->Init.HSPolarity = (VidCfg->HSPolarity == DSI_HSYNC_ACTIVE_HIGH) ? LTDC_HSPOLARITY_AH : LTDC… in HAL_LTDCEx_StructInitFromVideoConfig()
87 hltdc->Init.HSPolarity = VidCfg->HSPolarity << 29; in HAL_LTDCEx_StructInitFromVideoConfig()
125 …hltdc->Init.HSPolarity = (CmdCfg->HSPolarity == DSI_HSYNC_ACTIVE_HIGH) ? LTDC_HSPOLARITY_AL : LTDC… in HAL_LTDCEx_StructInitFromAdaptedCommandConfig()
130 hltdc->Init.HSPolarity = CmdCfg->HSPolarity << 29; in HAL_LTDCEx_StructInitFromAdaptedCommandConfig()
Dstm32n6xx_hal_dcmi.c207 assert_param(IS_DCMI_HSPOLARITY(hdcmi->Init.HSPolarity)); in HAL_DCMI_Init()
257 hdcmi->Init.VSPolarity | hdcmi->Init.HSPolarity | \ in HAL_DCMI_Init()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_ltdc_ex.c82 …hltdc->Init.HSPolarity = (VidCfg->HSPolarity == DSI_HSYNC_ACTIVE_HIGH) ? LTDC_HSPOLARITY_AH : LTDC… in HAL_LTDCEx_StructInitFromVideoConfig()
87 hltdc->Init.HSPolarity = VidCfg->HSPolarity << 29; in HAL_LTDCEx_StructInitFromVideoConfig()
125 …hltdc->Init.HSPolarity = (CmdCfg->HSPolarity == DSI_HSYNC_ACTIVE_HIGH) ? LTDC_HSPOLARITY_AL : LTDC… in HAL_LTDCEx_StructInitFromAdaptedCommandConfig()
130 hltdc->Init.HSPolarity = CmdCfg->HSPolarity << 29; in HAL_LTDCEx_StructInitFromAdaptedCommandConfig()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_ltdc_ex.c82 …hltdc->Init.HSPolarity = (VidCfg->HSPolarity == DSI_HSYNC_ACTIVE_HIGH) ? LTDC_HSPOLARITY_AH : LTDC… in HAL_LTDCEx_StructInitFromVideoConfig()
87 hltdc->Init.HSPolarity = VidCfg->HSPolarity << 29; in HAL_LTDCEx_StructInitFromVideoConfig()
125 …hltdc->Init.HSPolarity = (CmdCfg->HSPolarity == DSI_HSYNC_ACTIVE_HIGH) ? LTDC_HSPOLARITY_AL : LTDC… in HAL_LTDCEx_StructInitFromAdaptedCommandConfig()
130 hltdc->Init.HSPolarity = CmdCfg->HSPolarity << 29; in HAL_LTDCEx_StructInitFromAdaptedCommandConfig()
Dstm32u5xx_hal_dsi.c1248 assert_param(IS_DSI_HSYNC_POLARITY(VidCfg->HSPolarity)); in HAL_DSI_ConfigVideoMode()
1281 hdsi->Instance->LPCR |= (VidCfg->DEPolarity | VidCfg->VSPolarity | VidCfg->HSPolarity); in HAL_DSI_ConfigVideoMode()
1394 assert_param(IS_DSI_HSYNC_POLARITY(CmdCfg->HSPolarity)); in HAL_DSI_ConfigAdaptedCommandMode()
1407 hdsi->Instance->LPCR |= (CmdCfg->DEPolarity | CmdCfg->VSPolarity | CmdCfg->HSPolarity); in HAL_DSI_ConfigAdaptedCommandMode()
Dstm32u5xx_hal_dcmi.c207 assert_param(IS_DCMI_HSPOLARITY(hdcmi->Init.HSPolarity)); in HAL_DCMI_Init()
257 hdcmi->Init.VSPolarity | hdcmi->Init.HSPolarity | \ in HAL_DCMI_Init()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_ltdc_ex.c82 …hltdc->Init.HSPolarity = (VidCfg->HSPolarity == DSI_HSYNC_ACTIVE_HIGH) ? LTDC_HSPOLARITY_AH : LTDC… in HAL_LTDCEx_StructInitFromVideoConfig()
87 hltdc->Init.HSPolarity = VidCfg->HSPolarity << 29; in HAL_LTDCEx_StructInitFromVideoConfig()
125 …hltdc->Init.HSPolarity = (CmdCfg->HSPolarity == DSI_HSYNC_ACTIVE_HIGH) ? LTDC_HSPOLARITY_AL : LTDC… in HAL_LTDCEx_StructInitFromAdaptedCommandConfig()
130 hltdc->Init.HSPolarity = CmdCfg->HSPolarity << 29; in HAL_LTDCEx_StructInitFromAdaptedCommandConfig()
Dstm32f4xx_hal_dcmi_ex.c91 assert_param(IS_DCMI_HSPOLARITY(hdcmi->Init.HSPolarity)); in HAL_DCMI_Init()
140 hdcmi->Init.VSPolarity | hdcmi->Init.HSPolarity |\ in HAL_DCMI_Init()
Dstm32f4xx_hal_dcmi.c189 assert_param(IS_DCMI_HSPOLARITY(hdcmi->Init.HSPolarity)); in HAL_DCMI_Init()
230 hdcmi->Init.VSPolarity | hdcmi->Init.HSPolarity | \ in HAL_DCMI_Init()
Dstm32f4xx_hal_dsi.c1109 assert_param(IS_DSI_HSYNC_POLARITY(VidCfg->HSPolarity)); in HAL_DSI_ConfigVideoMode()
1142 hdsi->Instance->LPCR |= (VidCfg->DEPolarity | VidCfg->VSPolarity | VidCfg->HSPolarity); in HAL_DSI_ConfigVideoMode()
1255 assert_param(IS_DSI_HSYNC_POLARITY(CmdCfg->HSPolarity)); in HAL_DSI_ConfigAdaptedCommandMode()
1268 hdsi->Instance->LPCR |= (CmdCfg->DEPolarity | CmdCfg->VSPolarity | CmdCfg->HSPolarity); in HAL_DSI_ConfigAdaptedCommandMode()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_ltdc_ex.c82 …hltdc->Init.HSPolarity = (VidCfg->HSPolarity == DSI_HSYNC_ACTIVE_HIGH) ? LTDC_HSPOLARITY_AH : LTDC… in HAL_LTDCEx_StructInitFromVideoConfig()
87 hltdc->Init.HSPolarity = VidCfg->HSPolarity << 29; in HAL_LTDCEx_StructInitFromVideoConfig()
125 …hltdc->Init.HSPolarity = (CmdCfg->HSPolarity == DSI_HSYNC_ACTIVE_HIGH) ? LTDC_HSPOLARITY_AL : LTDC… in HAL_LTDCEx_StructInitFromAdaptedCommandConfig()
130 hltdc->Init.HSPolarity = CmdCfg->HSPolarity << 29; in HAL_LTDCEx_StructInitFromAdaptedCommandConfig()
Dstm32f7xx_hal_dcmi.c207 assert_param(IS_DCMI_HSPOLARITY(hdcmi->Init.HSPolarity)); in HAL_DCMI_Init()
262 hdcmi->Init.VSPolarity | hdcmi->Init.HSPolarity | \ in HAL_DCMI_Init()
272 hdcmi->Init.VSPolarity | hdcmi->Init.HSPolarity | \ in HAL_DCMI_Init()
Dstm32f7xx_hal_dsi.c1109 assert_param(IS_DSI_HSYNC_POLARITY(VidCfg->HSPolarity)); in HAL_DSI_ConfigVideoMode()
1142 hdsi->Instance->LPCR |= (VidCfg->DEPolarity | VidCfg->VSPolarity | VidCfg->HSPolarity); in HAL_DSI_ConfigVideoMode()
1255 assert_param(IS_DSI_HSYNC_POLARITY(CmdCfg->HSPolarity)); in HAL_DSI_ConfigAdaptedCommandMode()
1268 hdsi->Instance->LPCR |= (CmdCfg->DEPolarity | CmdCfg->VSPolarity | CmdCfg->HSPolarity); in HAL_DSI_ConfigAdaptedCommandMode()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_ltdc_ex.c82 …hltdc->Init.HSPolarity = (VidCfg->HSPolarity == DSI_HSYNC_ACTIVE_HIGH) ? LTDC_HSPOLARITY_AH : LTDC… in HAL_LTDCEx_StructInitFromVideoConfig()
87 hltdc->Init.HSPolarity = VidCfg->HSPolarity << 29; in HAL_LTDCEx_StructInitFromVideoConfig()
125 …hltdc->Init.HSPolarity = (CmdCfg->HSPolarity == DSI_HSYNC_ACTIVE_HIGH) ? LTDC_HSPOLARITY_AL : LTDC… in HAL_LTDCEx_StructInitFromAdaptedCommandConfig()
130 hltdc->Init.HSPolarity = CmdCfg->HSPolarity << 29; in HAL_LTDCEx_StructInitFromAdaptedCommandConfig()
Dstm32h7xx_hal_dcmi.c190 assert_param(IS_DCMI_HSPOLARITY(hdcmi->Init.HSPolarity)); in HAL_DCMI_Init()
240 hdcmi->Init.VSPolarity | hdcmi->Init.HSPolarity | \ in HAL_DCMI_Init()
Dstm32h7xx_hal_dsi.c1109 assert_param(IS_DSI_HSYNC_POLARITY(VidCfg->HSPolarity)); in HAL_DSI_ConfigVideoMode()
1142 hdsi->Instance->LPCR |= (VidCfg->DEPolarity | VidCfg->VSPolarity | VidCfg->HSPolarity); in HAL_DSI_ConfigVideoMode()
1255 assert_param(IS_DSI_HSYNC_POLARITY(CmdCfg->HSPolarity)); in HAL_DSI_ConfigAdaptedCommandMode()
1268 hdsi->Instance->LPCR |= (CmdCfg->DEPolarity | CmdCfg->VSPolarity | CmdCfg->HSPolarity); in HAL_DSI_ConfigAdaptedCommandMode()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_ltdc_ex.c82 …hltdc->Init.HSPolarity = (VidCfg->HSPolarity == DSI_HSYNC_ACTIVE_HIGH) ? LTDC_HSPOLARITY_AH : LTDC… in HAL_LTDCEx_StructInitFromVideoConfig()
87 hltdc->Init.HSPolarity = VidCfg->HSPolarity << 29; in HAL_LTDCEx_StructInitFromVideoConfig()
125 …hltdc->Init.HSPolarity = (CmdCfg->HSPolarity == DSI_HSYNC_ACTIVE_HIGH) ? LTDC_HSPOLARITY_AL : LTDC… in HAL_LTDCEx_StructInitFromAdaptedCommandConfig()
130 hltdc->Init.HSPolarity = CmdCfg->HSPolarity << 29; in HAL_LTDCEx_StructInitFromAdaptedCommandConfig()
Dstm32l4xx_hal_dsi.c1109 assert_param(IS_DSI_HSYNC_POLARITY(VidCfg->HSPolarity)); in HAL_DSI_ConfigVideoMode()
1142 hdsi->Instance->LPCR |= (VidCfg->DEPolarity | VidCfg->VSPolarity | VidCfg->HSPolarity); in HAL_DSI_ConfigVideoMode()
1255 assert_param(IS_DSI_HSYNC_POLARITY(CmdCfg->HSPolarity)); in HAL_DSI_ConfigAdaptedCommandMode()
1268 hdsi->Instance->LPCR |= (CmdCfg->DEPolarity | CmdCfg->VSPolarity | CmdCfg->HSPolarity); in HAL_DSI_ConfigAdaptedCommandMode()
Dstm32l4xx_hal_dcmi.c250 assert_param(IS_DCMI_HSPOLARITY(hdcmi->Init.HSPolarity)); in HAL_DCMI_Init()
305 hdcmi->Init.VSPolarity | hdcmi->Init.HSPolarity |\ in HAL_DCMI_Init()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_dcmi.c207 assert_param(IS_DCMI_HSPOLARITY(hdcmi->Init.HSPolarity)); in HAL_DCMI_Init()
245 hdcmi->Init.VSPolarity | hdcmi->Init.HSPolarity | \ in HAL_DCMI_Init()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_dcmi.c185 assert_param(IS_DCMI_HSPOLARITY(hdcmi->Init.HSPolarity)); in HAL_DCMI_Init()
230 hdcmi->Init.VSPolarity | hdcmi->Init.HSPolarity |\ in HAL_DCMI_Init()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_dcmi.c207 assert_param(IS_DCMI_HSPOLARITY(hdcmi->Init.HSPolarity)); in HAL_DCMI_Init()
257 hdcmi->Init.VSPolarity | hdcmi->Init.HSPolarity | \ in HAL_DCMI_Init()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_dsi.h100 uint32_t HSPolarity; /*!< HSYNC pin polarity member
174 uint32_t HSPolarity; /*!< HSYNC pin polarity member
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_dsi.h100 uint32_t HSPolarity; /*!< HSYNC pin polarity member
174 uint32_t HSPolarity; /*!< HSYNC pin polarity member
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_dsi.h115 uint32_t HSPolarity; /*!< HSYNC pin polarity member
189 uint32_t HSPolarity; /*!< HSYNC pin polarity member

123