Home
last modified time | relevance | path

Searched refs:CMCR (Results 1 – 25 of 36) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dcmipp.c403 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/
Dstm32u5xx_hal_dsi.c1427 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/
Dstm32h7xx_hal_dsi.c1288 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/
Dstm32f4xx_hal_dsi.c1288 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/
Dstm32f7xx_hal_dsi.c1288 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/
Dstm32l4xx_hal_dsi.c1288 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/
Dstm32h7rsxx_hal_dcmipp.c2145 SET_BIT(hdcmipp->Instance->CMCR, DCMIPP_CMCR_CFC); in HAL_DCMIPP_PIPE_ResetFrameCounter()
/hal_stm32-latest/stm32cube/stm32f4xx/soc/
Dstm32f469xx.h432 …__IO uint32_t CMCR; /*!< DSI Host Command Mode Configuration Register, Addre… member
Dstm32f479xx.h433 …__IO uint32_t CMCR; /*!< DSI Host Command Mode Configuration Register, Addre… member
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/
Dstm32h7r3xx.h481 …__IO uint32_t CMCR; /*!< Common configuration register Address offset:… member
Dstm32h7s7xx.h536 …__IO uint32_t CMCR; /*!< Common configuration register Address offset:… member
Dstm32h7s3xx.h529 …__IO uint32_t CMCR; /*!< Common configuration register Address offset:… member
Dstm32h7r7xx.h486 …__IO uint32_t CMCR; /*!< Common configuration register Address offset:… member
/hal_stm32-latest/stm32cube/stm32f7xx/soc/
Dstm32f779xx.h1386 …__IO uint32_t CMCR; /*!< DSI Host Command Mode Configuration Register, Addre… member
Dstm32f769xx.h1317 …__IO uint32_t CMCR; /*!< DSI Host Command Mode Configuration Register, Addre… member
/hal_stm32-latest/stm32cube/stm32l4xx/soc/
Dstm32l4r9xx.h541 …__IO uint32_t CMCR; /*!< DSI Host Command Mode Configuration Register, Addr… member
Dstm32l4s9xx.h542 …__IO uint32_t CMCR; /*!< DSI Host Command Mode Configuration Register, Addr… member
/hal_stm32-latest/stm32cube/stm32h7xx/soc/
Dstm32h757xx.h734 …__IO uint32_t CMCR; /*!< DSI Host Command Mode Configuration Register, Addre… member
Dstm32h747xg.h733 …__IO uint32_t CMCR; /*!< DSI Host Command Mode Configuration Register, Addre… member
Dstm32h747xx.h733 …__IO uint32_t CMCR; /*!< DSI Host Command Mode Configuration Register, Addre… member
/hal_stm32-latest/stm32cube/stm32u5xx/soc/
Dstm32u599xx.h492 …__IO uint32_t CMCR; /*!< DSI Host Command Mode Configuration Register, Addr… member
Dstm32u5f9xx.h494 …__IO uint32_t CMCR; /*!< DSI Host Command Mode Configuration Register, Addr… member
Dstm32u5a9xx.h532 …__IO uint32_t CMCR; /*!< DSI Host Command Mode Configuration Register, Addr… member
Dstm32u5g9xx.h534 …__IO uint32_t CMCR; /*!< DSI Host Command Mode Configuration Register, Addr… member
/hal_stm32-latest/stm32cube/stm32mp1xx/soc/
Dstm32mp157axx_ca7.h969 …__IO uint32_t CMCR; /*!< DSI Host Command Mode Configuration Register, Addre… member

12