/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_dcmipp.c | 403 if ((hdcmipp->Instance->CMCR & DCMIPP_CMCR_INSEL) == DCMIPP_PARALLEL_MODE) in HAL_DCMIPP_DeInit() 409 CLEAR_BIT(hdcmipp->Instance->CMCR, DCMIPP_CMCR_INSEL); in HAL_DCMIPP_DeInit() 555 CLEAR_BIT(hdcmipp->Instance->CMCR, DCMIPP_CMCR_INSEL); in HAL_DCMIPP_PARALLEL_SetConfig() 854 SET_BIT(hdcmipp->Instance->CMCR, DCMIPP_CMCR_INSEL); in HAL_DCMIPP_CSI_PIPE_SetConfig() 1234 mode = READ_BIT(hdcmipp->Instance->CMCR, DCMIPP_CMCR_INSEL); in HAL_DCMIPP_PIPE_Start() 1271 mode = READ_BIT(hdcmipp->Instance->CMCR, DCMIPP_CMCR_INSEL); in HAL_DCMIPP_PIPE_DoubleBufferStart() 1304 if ((hdcmipp->Instance->CMCR & DCMIPP_CMCR_INSEL) != DCMIPP_PARALLEL_MODE) in HAL_DCMIPP_PIPE_Stop() 1357 mode = READ_BIT(hdcmipp->Instance->CMCR, DCMIPP_CMCR_INSEL); in HAL_DCMIPP_PIPE_SemiPlanarStart() 1410 mode = READ_BIT(hdcmipp->Instance->CMCR, DCMIPP_CMCR_INSEL); in HAL_DCMIPP_PIPE_SemiPlanarDoubleBufferStart() 1458 mode = READ_BIT(hdcmipp->Instance->CMCR, DCMIPP_CMCR_INSEL); in HAL_DCMIPP_PIPE_FullPlanarStart() [all …]
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_dsi.c | 1427 hdsi->Instance->CMCR &= ~DSI_CMCR_TEARE; in HAL_DSI_ConfigAdaptedCommandMode() 1428 hdsi->Instance->CMCR |= CmdCfg->TEAcknowledgeRequest; in HAL_DSI_ConfigAdaptedCommandMode() 1471 hdsi->Instance->CMCR &= ~(DSI_CMCR_GSW0TX | \ in HAL_DSI_ConfigCommand() 1483 hdsi->Instance->CMCR |= (LPCmd->LPGenShortWriteNoP | \ in HAL_DSI_ConfigCommand() 1497 hdsi->Instance->CMCR &= ~DSI_CMCR_ARE; in HAL_DSI_ConfigCommand() 1498 hdsi->Instance->CMCR |= LPCmd->AcknowledgeRequest; in HAL_DSI_ConfigCommand()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_dsi.c | 1288 hdsi->Instance->CMCR &= ~DSI_CMCR_TEARE; in HAL_DSI_ConfigAdaptedCommandMode() 1289 hdsi->Instance->CMCR |= CmdCfg->TEAcknowledgeRequest; in HAL_DSI_ConfigAdaptedCommandMode() 1332 hdsi->Instance->CMCR &= ~(DSI_CMCR_GSW0TX | \ in HAL_DSI_ConfigCommand() 1344 hdsi->Instance->CMCR |= (LPCmd->LPGenShortWriteNoP | \ in HAL_DSI_ConfigCommand() 1358 hdsi->Instance->CMCR &= ~DSI_CMCR_ARE; in HAL_DSI_ConfigCommand() 1359 hdsi->Instance->CMCR |= LPCmd->AcknowledgeRequest; in HAL_DSI_ConfigCommand()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_dsi.c | 1288 hdsi->Instance->CMCR &= ~DSI_CMCR_TEARE; in HAL_DSI_ConfigAdaptedCommandMode() 1289 hdsi->Instance->CMCR |= CmdCfg->TEAcknowledgeRequest; in HAL_DSI_ConfigAdaptedCommandMode() 1332 hdsi->Instance->CMCR &= ~(DSI_CMCR_GSW0TX | \ in HAL_DSI_ConfigCommand() 1344 hdsi->Instance->CMCR |= (LPCmd->LPGenShortWriteNoP | \ in HAL_DSI_ConfigCommand() 1358 hdsi->Instance->CMCR &= ~DSI_CMCR_ARE; in HAL_DSI_ConfigCommand() 1359 hdsi->Instance->CMCR |= LPCmd->AcknowledgeRequest; in HAL_DSI_ConfigCommand()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_dsi.c | 1288 hdsi->Instance->CMCR &= ~DSI_CMCR_TEARE; in HAL_DSI_ConfigAdaptedCommandMode() 1289 hdsi->Instance->CMCR |= CmdCfg->TEAcknowledgeRequest; in HAL_DSI_ConfigAdaptedCommandMode() 1332 hdsi->Instance->CMCR &= ~(DSI_CMCR_GSW0TX | \ in HAL_DSI_ConfigCommand() 1344 hdsi->Instance->CMCR |= (LPCmd->LPGenShortWriteNoP | \ in HAL_DSI_ConfigCommand() 1358 hdsi->Instance->CMCR &= ~DSI_CMCR_ARE; in HAL_DSI_ConfigCommand() 1359 hdsi->Instance->CMCR |= LPCmd->AcknowledgeRequest; in HAL_DSI_ConfigCommand()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_dsi.c | 1288 hdsi->Instance->CMCR &= ~DSI_CMCR_TEARE; in HAL_DSI_ConfigAdaptedCommandMode() 1289 hdsi->Instance->CMCR |= CmdCfg->TEAcknowledgeRequest; in HAL_DSI_ConfigAdaptedCommandMode() 1332 hdsi->Instance->CMCR &= ~(DSI_CMCR_GSW0TX | \ in HAL_DSI_ConfigCommand() 1344 hdsi->Instance->CMCR |= (LPCmd->LPGenShortWriteNoP | \ in HAL_DSI_ConfigCommand() 1358 hdsi->Instance->CMCR &= ~DSI_CMCR_ARE; in HAL_DSI_ConfigCommand() 1359 hdsi->Instance->CMCR |= LPCmd->AcknowledgeRequest; in HAL_DSI_ConfigCommand()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_dcmipp.c | 2145 SET_BIT(hdcmipp->Instance->CMCR, DCMIPP_CMCR_CFC); in HAL_DCMIPP_PIPE_ResetFrameCounter()
|
/hal_stm32-latest/stm32cube/stm32f4xx/soc/ |
D | stm32f469xx.h | 432 …__IO uint32_t CMCR; /*!< DSI Host Command Mode Configuration Register, Addre… member
|
D | stm32f479xx.h | 433 …__IO uint32_t CMCR; /*!< DSI Host Command Mode Configuration Register, Addre… member
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/ |
D | stm32h7r3xx.h | 481 …__IO uint32_t CMCR; /*!< Common configuration register Address offset:… member
|
D | stm32h7s7xx.h | 536 …__IO uint32_t CMCR; /*!< Common configuration register Address offset:… member
|
D | stm32h7s3xx.h | 529 …__IO uint32_t CMCR; /*!< Common configuration register Address offset:… member
|
D | stm32h7r7xx.h | 486 …__IO uint32_t CMCR; /*!< Common configuration register Address offset:… member
|
/hal_stm32-latest/stm32cube/stm32f7xx/soc/ |
D | stm32f779xx.h | 1386 …__IO uint32_t CMCR; /*!< DSI Host Command Mode Configuration Register, Addre… member
|
D | stm32f769xx.h | 1317 …__IO uint32_t CMCR; /*!< DSI Host Command Mode Configuration Register, Addre… member
|
/hal_stm32-latest/stm32cube/stm32l4xx/soc/ |
D | stm32l4r9xx.h | 541 …__IO uint32_t CMCR; /*!< DSI Host Command Mode Configuration Register, Addr… member
|
D | stm32l4s9xx.h | 542 …__IO uint32_t CMCR; /*!< DSI Host Command Mode Configuration Register, Addr… member
|
/hal_stm32-latest/stm32cube/stm32h7xx/soc/ |
D | stm32h757xx.h | 734 …__IO uint32_t CMCR; /*!< DSI Host Command Mode Configuration Register, Addre… member
|
D | stm32h747xg.h | 733 …__IO uint32_t CMCR; /*!< DSI Host Command Mode Configuration Register, Addre… member
|
D | stm32h747xx.h | 733 …__IO uint32_t CMCR; /*!< DSI Host Command Mode Configuration Register, Addre… member
|
/hal_stm32-latest/stm32cube/stm32u5xx/soc/ |
D | stm32u599xx.h | 492 …__IO uint32_t CMCR; /*!< DSI Host Command Mode Configuration Register, Addr… member
|
D | stm32u5f9xx.h | 494 …__IO uint32_t CMCR; /*!< DSI Host Command Mode Configuration Register, Addr… member
|
D | stm32u5a9xx.h | 532 …__IO uint32_t CMCR; /*!< DSI Host Command Mode Configuration Register, Addr… member
|
D | stm32u5g9xx.h | 534 …__IO uint32_t CMCR; /*!< DSI Host Command Mode Configuration Register, Addr… member
|
/hal_stm32-latest/stm32cube/stm32mp1xx/soc/ |
D | stm32mp157axx_ca7.h | 969 …__IO uint32_t CMCR; /*!< DSI Host Command Mode Configuration Register, Addre… member
|