/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_ltdc_ex.c | 111 …HAL_LTDCEx_StructInitFromAdaptedCommandConfig(LTDC_HandleTypeDef *hltdc, DSI_CmdCfgTypeDef *CmdCfg) in HAL_LTDCEx_StructInitFromAdaptedCommandConfig() argument 122 hltdc->Init.DEPolarity = (CmdCfg->DEPolarity == \ in HAL_LTDCEx_StructInitFromAdaptedCommandConfig() 124 …hltdc->Init.VSPolarity = (CmdCfg->VSPolarity == DSI_VSYNC_ACTIVE_HIGH) ? LTDC_VSPOLARITY_AL : LTDC… in HAL_LTDCEx_StructInitFromAdaptedCommandConfig() 125 …hltdc->Init.HSPolarity = (CmdCfg->HSPolarity == DSI_HSYNC_ACTIVE_HIGH) ? LTDC_HSPOLARITY_AL : LTDC… in HAL_LTDCEx_StructInitFromAdaptedCommandConfig() 128 hltdc->Init.DEPolarity = CmdCfg->DEPolarity << 29; in HAL_LTDCEx_StructInitFromAdaptedCommandConfig() 129 hltdc->Init.VSPolarity = CmdCfg->VSPolarity << 29; in HAL_LTDCEx_StructInitFromAdaptedCommandConfig() 130 hltdc->Init.HSPolarity = CmdCfg->HSPolarity << 29; in HAL_LTDCEx_StructInitFromAdaptedCommandConfig()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_ltdc_ex.c | 111 …HAL_LTDCEx_StructInitFromAdaptedCommandConfig(LTDC_HandleTypeDef *hltdc, DSI_CmdCfgTypeDef *CmdCfg) in HAL_LTDCEx_StructInitFromAdaptedCommandConfig() argument 122 hltdc->Init.DEPolarity = (CmdCfg->DEPolarity == \ in HAL_LTDCEx_StructInitFromAdaptedCommandConfig() 124 …hltdc->Init.VSPolarity = (CmdCfg->VSPolarity == DSI_VSYNC_ACTIVE_HIGH) ? LTDC_VSPOLARITY_AL : LTDC… in HAL_LTDCEx_StructInitFromAdaptedCommandConfig() 125 …hltdc->Init.HSPolarity = (CmdCfg->HSPolarity == DSI_HSYNC_ACTIVE_HIGH) ? LTDC_HSPOLARITY_AL : LTDC… in HAL_LTDCEx_StructInitFromAdaptedCommandConfig() 128 hltdc->Init.DEPolarity = CmdCfg->DEPolarity << 29; in HAL_LTDCEx_StructInitFromAdaptedCommandConfig() 129 hltdc->Init.VSPolarity = CmdCfg->VSPolarity << 29; in HAL_LTDCEx_StructInitFromAdaptedCommandConfig() 130 hltdc->Init.HSPolarity = CmdCfg->HSPolarity << 29; in HAL_LTDCEx_StructInitFromAdaptedCommandConfig()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_ltdc_ex.c | 111 …HAL_LTDCEx_StructInitFromAdaptedCommandConfig(LTDC_HandleTypeDef *hltdc, DSI_CmdCfgTypeDef *CmdCfg) in HAL_LTDCEx_StructInitFromAdaptedCommandConfig() argument 122 hltdc->Init.DEPolarity = (CmdCfg->DEPolarity == \ in HAL_LTDCEx_StructInitFromAdaptedCommandConfig() 124 …hltdc->Init.VSPolarity = (CmdCfg->VSPolarity == DSI_VSYNC_ACTIVE_HIGH) ? LTDC_VSPOLARITY_AL : LTDC… in HAL_LTDCEx_StructInitFromAdaptedCommandConfig() 125 …hltdc->Init.HSPolarity = (CmdCfg->HSPolarity == DSI_HSYNC_ACTIVE_HIGH) ? LTDC_HSPOLARITY_AL : LTDC… in HAL_LTDCEx_StructInitFromAdaptedCommandConfig() 128 hltdc->Init.DEPolarity = CmdCfg->DEPolarity << 29; in HAL_LTDCEx_StructInitFromAdaptedCommandConfig() 129 hltdc->Init.VSPolarity = CmdCfg->VSPolarity << 29; in HAL_LTDCEx_StructInitFromAdaptedCommandConfig() 130 hltdc->Init.HSPolarity = CmdCfg->HSPolarity << 29; in HAL_LTDCEx_StructInitFromAdaptedCommandConfig()
|
D | stm32u5xx_hal_dsi.c | 1380 …_StatusTypeDef HAL_DSI_ConfigAdaptedCommandMode(DSI_HandleTypeDef *hdsi, DSI_CmdCfgTypeDef *CmdCfg) in HAL_DSI_ConfigAdaptedCommandMode() argument 1386 assert_param(IS_DSI_COLOR_CODING(CmdCfg->ColorCoding)); in HAL_DSI_ConfigAdaptedCommandMode() 1387 assert_param(IS_DSI_TE_SOURCE(CmdCfg->TearingEffectSource)); in HAL_DSI_ConfigAdaptedCommandMode() 1388 assert_param(IS_DSI_TE_POLARITY(CmdCfg->TearingEffectPolarity)); in HAL_DSI_ConfigAdaptedCommandMode() 1389 assert_param(IS_DSI_AUTOMATIC_REFRESH(CmdCfg->AutomaticRefresh)); in HAL_DSI_ConfigAdaptedCommandMode() 1390 assert_param(IS_DSI_VS_POLARITY(CmdCfg->VSyncPol)); in HAL_DSI_ConfigAdaptedCommandMode() 1391 assert_param(IS_DSI_TE_ACK_REQUEST(CmdCfg->TEAcknowledgeRequest)); in HAL_DSI_ConfigAdaptedCommandMode() 1392 assert_param(IS_DSI_DE_POLARITY(CmdCfg->DEPolarity)); in HAL_DSI_ConfigAdaptedCommandMode() 1393 assert_param(IS_DSI_VSYNC_POLARITY(CmdCfg->VSPolarity)); in HAL_DSI_ConfigAdaptedCommandMode() 1394 assert_param(IS_DSI_HSYNC_POLARITY(CmdCfg->HSPolarity)); in HAL_DSI_ConfigAdaptedCommandMode() [all …]
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_ltdc_ex.c | 111 …HAL_LTDCEx_StructInitFromAdaptedCommandConfig(LTDC_HandleTypeDef *hltdc, DSI_CmdCfgTypeDef *CmdCfg) in HAL_LTDCEx_StructInitFromAdaptedCommandConfig() argument 122 hltdc->Init.DEPolarity = (CmdCfg->DEPolarity == \ in HAL_LTDCEx_StructInitFromAdaptedCommandConfig() 124 …hltdc->Init.VSPolarity = (CmdCfg->VSPolarity == DSI_VSYNC_ACTIVE_HIGH) ? LTDC_VSPOLARITY_AL : LTDC… in HAL_LTDCEx_StructInitFromAdaptedCommandConfig() 125 …hltdc->Init.HSPolarity = (CmdCfg->HSPolarity == DSI_HSYNC_ACTIVE_HIGH) ? LTDC_HSPOLARITY_AL : LTDC… in HAL_LTDCEx_StructInitFromAdaptedCommandConfig() 128 hltdc->Init.DEPolarity = CmdCfg->DEPolarity << 29; in HAL_LTDCEx_StructInitFromAdaptedCommandConfig() 129 hltdc->Init.VSPolarity = CmdCfg->VSPolarity << 29; in HAL_LTDCEx_StructInitFromAdaptedCommandConfig() 130 hltdc->Init.HSPolarity = CmdCfg->HSPolarity << 29; in HAL_LTDCEx_StructInitFromAdaptedCommandConfig()
|
D | stm32f4xx_hal_dsi.c | 1241 …_StatusTypeDef HAL_DSI_ConfigAdaptedCommandMode(DSI_HandleTypeDef *hdsi, DSI_CmdCfgTypeDef *CmdCfg) in HAL_DSI_ConfigAdaptedCommandMode() argument 1247 assert_param(IS_DSI_COLOR_CODING(CmdCfg->ColorCoding)); in HAL_DSI_ConfigAdaptedCommandMode() 1248 assert_param(IS_DSI_TE_SOURCE(CmdCfg->TearingEffectSource)); in HAL_DSI_ConfigAdaptedCommandMode() 1249 assert_param(IS_DSI_TE_POLARITY(CmdCfg->TearingEffectPolarity)); in HAL_DSI_ConfigAdaptedCommandMode() 1250 assert_param(IS_DSI_AUTOMATIC_REFRESH(CmdCfg->AutomaticRefresh)); in HAL_DSI_ConfigAdaptedCommandMode() 1251 assert_param(IS_DSI_VS_POLARITY(CmdCfg->VSyncPol)); in HAL_DSI_ConfigAdaptedCommandMode() 1252 assert_param(IS_DSI_TE_ACK_REQUEST(CmdCfg->TEAcknowledgeRequest)); in HAL_DSI_ConfigAdaptedCommandMode() 1253 assert_param(IS_DSI_DE_POLARITY(CmdCfg->DEPolarity)); in HAL_DSI_ConfigAdaptedCommandMode() 1254 assert_param(IS_DSI_VSYNC_POLARITY(CmdCfg->VSPolarity)); in HAL_DSI_ConfigAdaptedCommandMode() 1255 assert_param(IS_DSI_HSYNC_POLARITY(CmdCfg->HSPolarity)); in HAL_DSI_ConfigAdaptedCommandMode() [all …]
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_ltdc_ex.c | 111 …HAL_LTDCEx_StructInitFromAdaptedCommandConfig(LTDC_HandleTypeDef *hltdc, DSI_CmdCfgTypeDef *CmdCfg) in HAL_LTDCEx_StructInitFromAdaptedCommandConfig() argument 122 hltdc->Init.DEPolarity = (CmdCfg->DEPolarity == \ in HAL_LTDCEx_StructInitFromAdaptedCommandConfig() 124 …hltdc->Init.VSPolarity = (CmdCfg->VSPolarity == DSI_VSYNC_ACTIVE_HIGH) ? LTDC_VSPOLARITY_AL : LTDC… in HAL_LTDCEx_StructInitFromAdaptedCommandConfig() 125 …hltdc->Init.HSPolarity = (CmdCfg->HSPolarity == DSI_HSYNC_ACTIVE_HIGH) ? LTDC_HSPOLARITY_AL : LTDC… in HAL_LTDCEx_StructInitFromAdaptedCommandConfig() 128 hltdc->Init.DEPolarity = CmdCfg->DEPolarity << 29; in HAL_LTDCEx_StructInitFromAdaptedCommandConfig() 129 hltdc->Init.VSPolarity = CmdCfg->VSPolarity << 29; in HAL_LTDCEx_StructInitFromAdaptedCommandConfig() 130 hltdc->Init.HSPolarity = CmdCfg->HSPolarity << 29; in HAL_LTDCEx_StructInitFromAdaptedCommandConfig()
|
D | stm32f7xx_hal_dsi.c | 1241 …_StatusTypeDef HAL_DSI_ConfigAdaptedCommandMode(DSI_HandleTypeDef *hdsi, DSI_CmdCfgTypeDef *CmdCfg) in HAL_DSI_ConfigAdaptedCommandMode() argument 1247 assert_param(IS_DSI_COLOR_CODING(CmdCfg->ColorCoding)); in HAL_DSI_ConfigAdaptedCommandMode() 1248 assert_param(IS_DSI_TE_SOURCE(CmdCfg->TearingEffectSource)); in HAL_DSI_ConfigAdaptedCommandMode() 1249 assert_param(IS_DSI_TE_POLARITY(CmdCfg->TearingEffectPolarity)); in HAL_DSI_ConfigAdaptedCommandMode() 1250 assert_param(IS_DSI_AUTOMATIC_REFRESH(CmdCfg->AutomaticRefresh)); in HAL_DSI_ConfigAdaptedCommandMode() 1251 assert_param(IS_DSI_VS_POLARITY(CmdCfg->VSyncPol)); in HAL_DSI_ConfigAdaptedCommandMode() 1252 assert_param(IS_DSI_TE_ACK_REQUEST(CmdCfg->TEAcknowledgeRequest)); in HAL_DSI_ConfigAdaptedCommandMode() 1253 assert_param(IS_DSI_DE_POLARITY(CmdCfg->DEPolarity)); in HAL_DSI_ConfigAdaptedCommandMode() 1254 assert_param(IS_DSI_VSYNC_POLARITY(CmdCfg->VSPolarity)); in HAL_DSI_ConfigAdaptedCommandMode() 1255 assert_param(IS_DSI_HSYNC_POLARITY(CmdCfg->HSPolarity)); in HAL_DSI_ConfigAdaptedCommandMode() [all …]
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_ltdc_ex.c | 111 …HAL_LTDCEx_StructInitFromAdaptedCommandConfig(LTDC_HandleTypeDef *hltdc, DSI_CmdCfgTypeDef *CmdCfg) in HAL_LTDCEx_StructInitFromAdaptedCommandConfig() argument 122 hltdc->Init.DEPolarity = (CmdCfg->DEPolarity == \ in HAL_LTDCEx_StructInitFromAdaptedCommandConfig() 124 …hltdc->Init.VSPolarity = (CmdCfg->VSPolarity == DSI_VSYNC_ACTIVE_HIGH) ? LTDC_VSPOLARITY_AL : LTDC… in HAL_LTDCEx_StructInitFromAdaptedCommandConfig() 125 …hltdc->Init.HSPolarity = (CmdCfg->HSPolarity == DSI_HSYNC_ACTIVE_HIGH) ? LTDC_HSPOLARITY_AL : LTDC… in HAL_LTDCEx_StructInitFromAdaptedCommandConfig() 128 hltdc->Init.DEPolarity = CmdCfg->DEPolarity << 29; in HAL_LTDCEx_StructInitFromAdaptedCommandConfig() 129 hltdc->Init.VSPolarity = CmdCfg->VSPolarity << 29; in HAL_LTDCEx_StructInitFromAdaptedCommandConfig() 130 hltdc->Init.HSPolarity = CmdCfg->HSPolarity << 29; in HAL_LTDCEx_StructInitFromAdaptedCommandConfig()
|
D | stm32h7xx_hal_dsi.c | 1241 …_StatusTypeDef HAL_DSI_ConfigAdaptedCommandMode(DSI_HandleTypeDef *hdsi, DSI_CmdCfgTypeDef *CmdCfg) in HAL_DSI_ConfigAdaptedCommandMode() argument 1247 assert_param(IS_DSI_COLOR_CODING(CmdCfg->ColorCoding)); in HAL_DSI_ConfigAdaptedCommandMode() 1248 assert_param(IS_DSI_TE_SOURCE(CmdCfg->TearingEffectSource)); in HAL_DSI_ConfigAdaptedCommandMode() 1249 assert_param(IS_DSI_TE_POLARITY(CmdCfg->TearingEffectPolarity)); in HAL_DSI_ConfigAdaptedCommandMode() 1250 assert_param(IS_DSI_AUTOMATIC_REFRESH(CmdCfg->AutomaticRefresh)); in HAL_DSI_ConfigAdaptedCommandMode() 1251 assert_param(IS_DSI_VS_POLARITY(CmdCfg->VSyncPol)); in HAL_DSI_ConfigAdaptedCommandMode() 1252 assert_param(IS_DSI_TE_ACK_REQUEST(CmdCfg->TEAcknowledgeRequest)); in HAL_DSI_ConfigAdaptedCommandMode() 1253 assert_param(IS_DSI_DE_POLARITY(CmdCfg->DEPolarity)); in HAL_DSI_ConfigAdaptedCommandMode() 1254 assert_param(IS_DSI_VSYNC_POLARITY(CmdCfg->VSPolarity)); in HAL_DSI_ConfigAdaptedCommandMode() 1255 assert_param(IS_DSI_HSYNC_POLARITY(CmdCfg->HSPolarity)); in HAL_DSI_ConfigAdaptedCommandMode() [all …]
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_ltdc_ex.c | 111 …HAL_LTDCEx_StructInitFromAdaptedCommandConfig(LTDC_HandleTypeDef *hltdc, DSI_CmdCfgTypeDef *CmdCfg) in HAL_LTDCEx_StructInitFromAdaptedCommandConfig() argument 122 hltdc->Init.DEPolarity = (CmdCfg->DEPolarity == \ in HAL_LTDCEx_StructInitFromAdaptedCommandConfig() 124 …hltdc->Init.VSPolarity = (CmdCfg->VSPolarity == DSI_VSYNC_ACTIVE_HIGH) ? LTDC_VSPOLARITY_AL : LTDC… in HAL_LTDCEx_StructInitFromAdaptedCommandConfig() 125 …hltdc->Init.HSPolarity = (CmdCfg->HSPolarity == DSI_HSYNC_ACTIVE_HIGH) ? LTDC_HSPOLARITY_AL : LTDC… in HAL_LTDCEx_StructInitFromAdaptedCommandConfig() 128 hltdc->Init.DEPolarity = CmdCfg->DEPolarity << 29; in HAL_LTDCEx_StructInitFromAdaptedCommandConfig() 129 hltdc->Init.VSPolarity = CmdCfg->VSPolarity << 29; in HAL_LTDCEx_StructInitFromAdaptedCommandConfig() 130 hltdc->Init.HSPolarity = CmdCfg->HSPolarity << 29; in HAL_LTDCEx_StructInitFromAdaptedCommandConfig()
|
D | stm32l4xx_hal_dsi.c | 1241 …_StatusTypeDef HAL_DSI_ConfigAdaptedCommandMode(DSI_HandleTypeDef *hdsi, DSI_CmdCfgTypeDef *CmdCfg) in HAL_DSI_ConfigAdaptedCommandMode() argument 1247 assert_param(IS_DSI_COLOR_CODING(CmdCfg->ColorCoding)); in HAL_DSI_ConfigAdaptedCommandMode() 1248 assert_param(IS_DSI_TE_SOURCE(CmdCfg->TearingEffectSource)); in HAL_DSI_ConfigAdaptedCommandMode() 1249 assert_param(IS_DSI_TE_POLARITY(CmdCfg->TearingEffectPolarity)); in HAL_DSI_ConfigAdaptedCommandMode() 1250 assert_param(IS_DSI_AUTOMATIC_REFRESH(CmdCfg->AutomaticRefresh)); in HAL_DSI_ConfigAdaptedCommandMode() 1251 assert_param(IS_DSI_VS_POLARITY(CmdCfg->VSyncPol)); in HAL_DSI_ConfigAdaptedCommandMode() 1252 assert_param(IS_DSI_TE_ACK_REQUEST(CmdCfg->TEAcknowledgeRequest)); in HAL_DSI_ConfigAdaptedCommandMode() 1253 assert_param(IS_DSI_DE_POLARITY(CmdCfg->DEPolarity)); in HAL_DSI_ConfigAdaptedCommandMode() 1254 assert_param(IS_DSI_VSYNC_POLARITY(CmdCfg->VSPolarity)); in HAL_DSI_ConfigAdaptedCommandMode() 1255 assert_param(IS_DSI_HSYNC_POLARITY(CmdCfg->HSPolarity)); in HAL_DSI_ConfigAdaptedCommandMode() [all …]
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_ltdc_ex.h | 54 …AL_LTDCEx_StructInitFromAdaptedCommandConfig(LTDC_HandleTypeDef *hltdc, DSI_CmdCfgTypeDef *CmdCfg);
|
D | stm32h7xx_hal_dsi.h | 1167 …StatusTypeDef HAL_DSI_ConfigAdaptedCommandMode(DSI_HandleTypeDef *hdsi, DSI_CmdCfgTypeDef *CmdCfg);
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_ltdc_ex.h | 54 …AL_LTDCEx_StructInitFromAdaptedCommandConfig(LTDC_HandleTypeDef *hltdc, DSI_CmdCfgTypeDef *CmdCfg);
|
D | stm32f7xx_hal_dsi.h | 1167 …StatusTypeDef HAL_DSI_ConfigAdaptedCommandMode(DSI_HandleTypeDef *hdsi, DSI_CmdCfgTypeDef *CmdCfg);
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_ltdc_ex.h | 54 …AL_LTDCEx_StructInitFromAdaptedCommandConfig(LTDC_HandleTypeDef *hltdc, DSI_CmdCfgTypeDef *CmdCfg);
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_ltdc_ex.h | 54 …AL_LTDCEx_StructInitFromAdaptedCommandConfig(LTDC_HandleTypeDef *hltdc, DSI_CmdCfgTypeDef *CmdCfg);
|
D | stm32u5xx_hal_dsi.h | 1229 …StatusTypeDef HAL_DSI_ConfigAdaptedCommandMode(DSI_HandleTypeDef *hdsi, DSI_CmdCfgTypeDef *CmdCfg);
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_ltdc_ex.h | 54 …AL_LTDCEx_StructInitFromAdaptedCommandConfig(LTDC_HandleTypeDef *hltdc, DSI_CmdCfgTypeDef *CmdCfg);
|
D | stm32f4xx_hal_dsi.h | 1167 …StatusTypeDef HAL_DSI_ConfigAdaptedCommandMode(DSI_HandleTypeDef *hdsi, DSI_CmdCfgTypeDef *CmdCfg);
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_ltdc_ex.h | 54 …AL_LTDCEx_StructInitFromAdaptedCommandConfig(LTDC_HandleTypeDef *hltdc, DSI_CmdCfgTypeDef *CmdCfg);
|
D | stm32l4xx_hal_dsi.h | 1167 …StatusTypeDef HAL_DSI_ConfigAdaptedCommandMode(DSI_HandleTypeDef *hdsi, DSI_CmdCfgTypeDef *CmdCfg);
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_ltdc_ex.h | 54 …AL_LTDCEx_StructInitFromAdaptedCommandConfig(LTDC_HandleTypeDef *hltdc, DSI_CmdCfgTypeDef *CmdCfg);
|