Searched refs:IS_SDADC_ALL_INSTANCE (Results 1 – 3 of 3) sorted by relevance
330 assert_param(IS_SDADC_ALL_INSTANCE(hsdadc->Instance)); in HAL_SDADC_Init()428 assert_param(IS_SDADC_ALL_INSTANCE(hsdadc->Instance)); in HAL_SDADC_DeInit()746 assert_param(IS_SDADC_ALL_INSTANCE(hsdadc->Instance)); in HAL_SDADC_PrepareChannelConfig()806 assert_param(IS_SDADC_ALL_INSTANCE(hsdadc->Instance)); in HAL_SDADC_AssociateChannelConfig()865 assert_param(IS_SDADC_ALL_INSTANCE(hsdadc->Instance)); in HAL_SDADC_ConfigChannel()910 assert_param(IS_SDADC_ALL_INSTANCE(hsdadc->Instance)); in HAL_SDADC_InjectedConfigChannel()956 assert_param(IS_SDADC_ALL_INSTANCE(hsdadc->Instance)); in HAL_SDADC_SelectRegularTrigger()996 assert_param(IS_SDADC_ALL_INSTANCE(hsdadc->Instance)); in HAL_SDADC_SelectInjectedTrigger()1038 assert_param(IS_SDADC_ALL_INSTANCE(hsdadc->Instance)); in HAL_SDADC_SelectInjectedExtTrigger()1088 assert_param(IS_SDADC_ALL_INSTANCE(hsdadc->Instance)); in HAL_SDADC_SelectInjectedDelay()[all …]
11349 #define IS_SDADC_ALL_INSTANCE(INSTANCE) (((INSTANCE) == SDADC1) || \ macro
11568 #define IS_SDADC_ALL_INSTANCE(INSTANCE) (((INSTANCE) == SDADC1) || \ macro