Home
last modified time | relevance | path

Searched refs:DstAddress0 (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_dcmipp.c209 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/
Dstm32n6xx_hal_dcmipp.c296 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/
Dstm32h7rsxx_hal_dcmipp.h666 …L_DCMIPP_PIPE_DoubleBufferStart(DCMIPP_HandleTypeDef *hdcmipp, uint32_t Pipe, uint32_t DstAddress0,
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_dcmipp.h1822 …L_DCMIPP_PIPE_DoubleBufferStart(DCMIPP_HandleTypeDef *hdcmipp, uint32_t Pipe, uint32_t DstAddress0,
1827 … uint32_t VirtualChannel, uint32_t DstAddress0,