Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_dcmipp.c230 if (Pipe == DCMIPP_PIPE0) in Pipe_Config()
247 if (Pipe == DCMIPP_PIPE0) in DCMIPP_SetConfig()
275 if (Pipe == DCMIPP_PIPE0) in DCMIPP_SetDBMConfig()
304 if (Pipe == DCMIPP_PIPE0) in DCMIPP_EnableCapture()
323 if (Pipe == DCMIPP_PIPE0) in DCMIPP_Stop()
865 if (Pipe == DCMIPP_PIPE0) in HAL_DCMIPP_PIPE_Suspend()
923 if (Pipe == DCMIPP_PIPE0) in HAL_DCMIPP_PIPE_Resume()
986 hdcmipp->PIPE_LimitEventCallback(hdcmipp, DCMIPP_PIPE0); in HAL_DCMIPP_IRQHandler()
988 HAL_DCMIPP_PIPE_LimitEventCallback(hdcmipp, DCMIPP_PIPE0); in HAL_DCMIPP_IRQHandler()
1003 hdcmipp->PIPE_VsyncEventCallback(hdcmipp, DCMIPP_PIPE0); in HAL_DCMIPP_IRQHandler()
[all …]
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dcmipp.c808 … (pCSI_PipeConfig->DataTypeMode == DCMIPP_DTMODE_ALL_EXCEPT_DTIA_DTIB)) && (Pipe != DCMIPP_PIPE0)) in HAL_DCMIPP_CSI_PIPE_SetConfig()
835 if (Pipe == DCMIPP_PIPE0) in HAL_DCMIPP_CSI_PIPE_SetConfig()
1029 if (Pipe != DCMIPP_PIPE0) in HAL_DCMIPP_PIPE_SetConfig()
1947 if (Pipe == DCMIPP_PIPE0) in HAL_DCMIPP_PIPE_Suspend()
2062 if (Pipe == DCMIPP_PIPE0) in HAL_DCMIPP_PIPE_Resume()
2153 hdcmipp->PIPE_LimitEventCallback(hdcmipp, DCMIPP_PIPE0); in HAL_DCMIPP_IRQHandler()
2155 HAL_DCMIPP_PIPE_LimitEventCallback(hdcmipp, DCMIPP_PIPE0); in HAL_DCMIPP_IRQHandler()
2170 hdcmipp->PIPE_VsyncEventCallback(hdcmipp, DCMIPP_PIPE0); in HAL_DCMIPP_IRQHandler()
2172 HAL_DCMIPP_PIPE_VsyncEventCallback(hdcmipp, DCMIPP_PIPE0); in HAL_DCMIPP_IRQHandler()
2196 hdcmipp->PIPE_FrameEventCallback(hdcmipp, DCMIPP_PIPE0); in HAL_DCMIPP_IRQHandler()
[all …]
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_dcmipp.h249 #define DCMIPP_PIPE0 0U /*!< DCMIPP Pipe0 (Dump pipe) */ macro
813 #define IS_DCMIPP_PIPE(PIPE) ((PIPE) == DCMIPP_PIPE0)
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_dcmipp.h516 #define DCMIPP_PIPE0 0U /*!< DCMIPP Pipe0 (Dump pipe) */ macro
2184 #define IS_DCMIPP_PIPE(PIPE) (((PIPE) == DCMIPP_PIPE0) || \