Home
last modified time | relevance | path

Searched refs:pipe_index (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_dcmipp.c377 uint32_t pipe_index; in HAL_DCMIPP_Init() local
416 for (pipe_index = 0U; pipe_index < DCMIPP_NUM_OF_PIPES; pipe_index++) in HAL_DCMIPP_Init()
418 hdcmipp->PipeState[pipe_index] = HAL_DCMIPP_PIPE_STATE_RESET; in HAL_DCMIPP_Init()
437 uint32_t pipe_index; in HAL_DCMIPP_DeInit() local
471 for (pipe_index = 0U; pipe_index < DCMIPP_NUM_OF_PIPES; pipe_index++) in HAL_DCMIPP_DeInit()
473 hdcmipp->PipeState[pipe_index] = HAL_DCMIPP_PIPE_STATE_RESET; in HAL_DCMIPP_DeInit()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dcmipp.c325 uint32_t pipe_index; in HAL_DCMIPP_Init() local
371 for (pipe_index = 0U; pipe_index < DCMIPP_NUM_OF_PIPES; pipe_index++) in HAL_DCMIPP_Init()
373 hdcmipp->PipeState[pipe_index] = HAL_DCMIPP_PIPE_STATE_RESET; in HAL_DCMIPP_Init()
392 uint32_t pipe_index; in HAL_DCMIPP_DeInit() local
441 for (pipe_index = 0U; pipe_index < DCMIPP_NUM_OF_PIPES; pipe_index++) in HAL_DCMIPP_DeInit()
443 hdcmipp->PipeState[pipe_index] = HAL_DCMIPP_PIPE_STATE_RESET; in HAL_DCMIPP_DeInit()