Home
last modified time | relevance | path

Searched refs:IS_SDADC_ALL_INSTANCE (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_sdadc.c330 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 …]
/hal_stm32-latest/stm32cube/stm32f3xx/soc/
Dstm32f378xx.h11349 #define IS_SDADC_ALL_INSTANCE(INSTANCE) (((INSTANCE) == SDADC1) || \ macro
Dstm32f373xc.h11568 #define IS_SDADC_ALL_INSTANCE(INSTANCE) (((INSTANCE) == SDADC1) || \ macro