Searched refs:DstAddress0 (Results 1 – 4 of 4) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_dcmipp.c | 209 static void DCMIPP_SetDBMConfig(DCMIPP_HandleTypeDef *hdcmipp, uint32_t Pipe, uint32_t DstAddress0, 272 static void DCMIPP_SetDBMConfig(DCMIPP_HandleTypeDef *hdcmipp, uint32_t Pipe, uint32_t DstAddress0, in DCMIPP_SetDBMConfig() argument 284 WRITE_REG(hdcmipp->Instance->P0PPM0AR1, DstAddress0); in DCMIPP_SetDBMConfig() 777 …L_DCMIPP_PIPE_DoubleBufferStart(DCMIPP_HandleTypeDef *hdcmipp, uint32_t Pipe, uint32_t DstAddress0, in HAL_DCMIPP_PIPE_DoubleBufferStart() argument 784 if ((hdcmipp == NULL) || ((DstAddress0 & 0xFU) != 0U) || ((DstAddress1 & 0xFU) != 0U)) in HAL_DCMIPP_PIPE_DoubleBufferStart() 796 DCMIPP_SetDBMConfig(hdcmipp, Pipe, DstAddress0, DstAddress1, CaptureMode); in HAL_DCMIPP_PIPE_DoubleBufferStart()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_dcmipp.c | 296 static void DCMIPP_SetDBMConfig(DCMIPP_HandleTypeDef *hdcmipp, uint32_t Pipe, uint32_t DstAddress0, 1258 …L_DCMIPP_PIPE_DoubleBufferStart(DCMIPP_HandleTypeDef *hdcmipp, uint32_t Pipe, uint32_t DstAddress0, in HAL_DCMIPP_PIPE_DoubleBufferStart() argument 1266 if ((hdcmipp == NULL) || ((DstAddress0 & 0xFU) != 0U) || ((DstAddress1 & 0xFU) != 0U)) in HAL_DCMIPP_PIPE_DoubleBufferStart() 1278 DCMIPP_SetDBMConfig(hdcmipp, Pipe, DstAddress0, DstAddress1, CaptureMode); in HAL_DCMIPP_PIPE_DoubleBufferStart() 1594 … uint32_t VirtualChannel, uint32_t DstAddress0, in HAL_DCMIPP_CSI_PIPE_DoubleBufferStart() argument 1603 if ((hdcmipp == NULL) || ((DstAddress0 & 0xFU) != 0U) || ((DstAddress1 & 0xFU) != 0U)) in HAL_DCMIPP_CSI_PIPE_DoubleBufferStart() 1621 DCMIPP_SetDBMConfig(hdcmipp, Pipe, DstAddress0, DstAddress1, CaptureMode); in HAL_DCMIPP_CSI_PIPE_DoubleBufferStart() 8207 static void DCMIPP_SetDBMConfig(DCMIPP_HandleTypeDef *hdcmipp, uint32_t Pipe, uint32_t DstAddress0, in DCMIPP_SetDBMConfig() argument 8219 WRITE_REG(hdcmipp->Instance->P0PPM0AR1, DstAddress0); in DCMIPP_SetDBMConfig() 8239 WRITE_REG(hdcmipp->Instance->P1PPM0AR1, DstAddress0); in DCMIPP_SetDBMConfig() [all …]
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_dcmipp.h | 666 …L_DCMIPP_PIPE_DoubleBufferStart(DCMIPP_HandleTypeDef *hdcmipp, uint32_t Pipe, uint32_t DstAddress0,
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_dcmipp.h | 1822 …L_DCMIPP_PIPE_DoubleBufferStart(DCMIPP_HandleTypeDef *hdcmipp, uint32_t Pipe, uint32_t DstAddress0, 1827 … uint32_t VirtualChannel, uint32_t DstAddress0,
|