Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_dcmipp.h485 …void (* ClockChangerFifoFullEventCallback)(struct __DCMIPP_HandleTypeDef *hdcmipp); /*!< DCMIPP CS… member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dcmipp.c352 hdcmipp->ClockChangerFifoFullEventCallback = HAL_DCMIPP_CSI_ClockChangerFifoFullEventCallback; in HAL_DCMIPP_Init()
2498 hdcmipp->ClockChangerFifoFullEventCallback(hdcmipp); in HAL_DCMIPP_CSI_IRQHandler()