Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_sdadc.h548 #define IS_SDADC_CALIB_SEQUENCE(SEQUENCE) (((SEQUENCE) == SDADC_CALIBRATION_SEQ_1) || \ macro
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_sdadc.c1247 assert_param(IS_SDADC_CALIB_SEQUENCE(CalibrationSequence)); in HAL_SDADC_CalibrationStart()
1348 assert_param(IS_SDADC_CALIB_SEQUENCE(CalibrationSequence)); in HAL_SDADC_CalibrationStart_IT()