Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dcmipp.c7863 assert_param(IS_DCMIPP_CSI_TIMER(Timer)); in HAL_DCMIPP_CSI_SetTimerConfig()
7904 assert_param(IS_DCMIPP_CSI_TIMER(Timer)); in HAL_DCMIPP_CSI_EnableTimer()
7931 assert_param(IS_DCMIPP_CSI_TIMER(Timer)); in HAL_DCMIPP_CSI_DisableTimer()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_dcmipp.h2286 #define IS_DCMIPP_CSI_TIMER(TIMER) (((TIMER) == DCMIPP_CSI_TIMER0) ||\ macro