Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_sdadc.h590 #define IS_SDADC_INJECTED_DELAY(DELAY) (((DELAY) == SDADC_INJECTED_DELAY_NONE) || \ macro
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_sdadc.c1089 assert_param(IS_SDADC_INJECTED_DELAY(InjectedDelay)); in HAL_SDADC_SelectInjectedDelay()