/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/ |
D | stm32wb0x_hal_adc.c | 327 assert_param(IS_ADC_OVERRUN(hadc->Init.Overrun)); in HAL_ADC_Init() 411 LL_ADC_SetOverrunDS(hadc->Instance, hadc->Init.Overrun); in HAL_ADC_Init() 415 LL_ADC_SetOverrunDF(hadc->Instance, hadc->Init.Overrun); in HAL_ADC_Init() 418 LL_ADC_SetOverrunDS(hadc->Instance, hadc->Init.Overrun); in HAL_ADC_Init() 1126 if (hadc->Init.Overrun == ADC_NEW_DATA_IS_KEPT) in HAL_ADC_PollForEvent() 1148 if (hadc->Init.Overrun == ADC_NEW_DATA_IS_KEPT) in HAL_ADC_PollForEvent() 1210 if (hadc->Init.Overrun == ADC_NEW_DATA_IS_LOST) in HAL_ADC_PollForEvent() 1290 if (hadc->Init.Overrun == ADC_NEW_DATA_IS_LOST) in HAL_ADC_Start_IT() 1676 if (hadc->Init.Overrun == ADC_NEW_DATA_IS_LOST) in HAL_ADC_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_ll_adc.c | 980 assert_param(IS_LL_ADC_REG_OVR_DATA_BEHAVIOR(ADC_REG_InitStruct->Overrun)); in LL_ADC_REG_Init() 1018 | ADC_REG_InitStruct->Overrun in LL_ADC_REG_Init() 1039 | ADC_REG_InitStruct->Overrun in LL_ADC_REG_Init() 1059 | ADC_REG_InitStruct->Overrun in LL_ADC_REG_Init() 1078 | ADC_REG_InitStruct->Overrun in LL_ADC_REG_Init() 1118 ADC_REG_InitStruct->Overrun = LL_ADC_REG_OVR_DATA_OVERWRITTEN; in LL_ADC_REG_StructInit()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_ll_adc.c | 980 assert_param(IS_LL_ADC_REG_OVR_DATA_BEHAVIOR(pADC_RegInitStruct->Overrun)); in LL_ADC_REG_Init() 1015 | pADC_RegInitStruct->Overrun in LL_ADC_REG_Init() 1033 | pADC_RegInitStruct->Overrun in LL_ADC_REG_Init() 1056 | pADC_RegInitStruct->Overrun in LL_ADC_REG_Init() 1074 | pADC_RegInitStruct->Overrun in LL_ADC_REG_Init() 1118 pADC_RegInitStruct->Overrun = LL_ADC_REG_OVR_DATA_OVERWRITTEN; in LL_ADC_REG_StructInit()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_ll_adc.c | 566 assert_param(IS_LL_ADC_REG_OVR_DATA_BEHAVIOR(pADC_RegInitStruct->Overrun)); in LL_ADC_REG_Init() 620 | pADC_RegInitStruct->Overrun in LL_ADC_REG_Init() 641 | pADC_RegInitStruct->Overrun in LL_ADC_REG_Init() 676 pADC_RegInitStruct->Overrun = LL_ADC_REG_OVR_DATA_OVERWRITTEN; in LL_ADC_REG_StructInit()
|
D | stm32wbaxx_hal_adc.c | 404 assert_param(IS_ADC_OVERRUN(hadc->Init.Overrun)); in HAL_ADC_Init() 591 ADC_CFGR1_OVERRUN(hadc->Init.Overrun) | in HAL_ADC_Init() 1510 if (hadc->Init.Overrun == ADC_OVR_DATA_PRESERVED) in HAL_ADC_PollForEvent() 1608 if (hadc->Init.Overrun == ADC_OVR_DATA_PRESERVED) in HAL_ADC_Start_IT() 2062 if (hadc->Init.Overrun == ADC_OVR_DATA_PRESERVED) in HAL_ADC_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_ll_adc.c | 618 assert_param(IS_LL_ADC_REG_OVR_DATA_BEHAVIOR(pADC_RegInitStruct->Overrun)); in LL_ADC_REG_Init() 672 | pADC_RegInitStruct->Overrun in LL_ADC_REG_Init() 693 | pADC_RegInitStruct->Overrun in LL_ADC_REG_Init() 728 pADC_RegInitStruct->Overrun = LL_ADC_REG_OVR_DATA_OVERWRITTEN; in LL_ADC_REG_StructInit()
|
D | stm32u0xx_hal_adc.c | 405 assert_param(IS_ADC_OVERRUN(hadc->Init.Overrun)); in HAL_ADC_Init() 552 ADC_CFGR1_OVERRUN(hadc->Init.Overrun) | in HAL_ADC_Init() 1519 if (hadc->Init.Overrun == ADC_OVR_DATA_PRESERVED) in HAL_ADC_PollForEvent() 1617 if (hadc->Init.Overrun == ADC_OVR_DATA_PRESERVED) in HAL_ADC_Start_IT() 2048 if (hadc->Init.Overrun == ADC_OVR_DATA_PRESERVED) in HAL_ADC_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_ll_adc.c | 629 assert_param(IS_LL_ADC_REG_OVR_DATA_BEHAVIOR(pADC_RegInitStruct->Overrun)); in LL_ADC_REG_Init() 683 | pADC_RegInitStruct->Overrun in LL_ADC_REG_Init() 704 | pADC_RegInitStruct->Overrun in LL_ADC_REG_Init() 739 pADC_RegInitStruct->Overrun = LL_ADC_REG_OVR_DATA_OVERWRITTEN; in LL_ADC_REG_StructInit()
|
D | stm32wlxx_hal_adc.c | 404 assert_param(IS_ADC_OVERRUN(hadc->Init.Overrun)); in HAL_ADC_Init() 548 ADC_CFGR1_OVERRUN(hadc->Init.Overrun) | in HAL_ADC_Init() 1479 if (hadc->Init.Overrun == ADC_OVR_DATA_PRESERVED) in HAL_ADC_PollForEvent() 1577 if (hadc->Init.Overrun == ADC_OVR_DATA_PRESERVED) in HAL_ADC_Start_IT() 2008 if (hadc->Init.Overrun == ADC_OVR_DATA_PRESERVED) in HAL_ADC_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_ll_adc.c | 635 assert_param(IS_LL_ADC_REG_OVR_DATA_BEHAVIOR(ADC_REG_InitStruct->Overrun)); in LL_ADC_REG_Init() 689 | ADC_REG_InitStruct->Overrun in LL_ADC_REG_Init() 710 | ADC_REG_InitStruct->Overrun in LL_ADC_REG_Init() 745 ADC_REG_InitStruct->Overrun = LL_ADC_REG_OVR_DATA_OVERWRITTEN; in LL_ADC_REG_StructInit()
|
D | stm32c0xx_hal_adc.c | 412 assert_param(IS_ADC_OVERRUN(hadc->Init.Overrun)); in HAL_ADC_Init() 554 ADC_CFGR1_OVERRUN(hadc->Init.Overrun) | in HAL_ADC_Init() 1499 if (hadc->Init.Overrun == ADC_OVR_DATA_PRESERVED) in HAL_ADC_PollForEvent() 1598 if (hadc->Init.Overrun == ADC_OVR_DATA_PRESERVED) in HAL_ADC_Start_IT() 2038 if (hadc->Init.Overrun == ADC_OVR_DATA_PRESERVED) in HAL_ADC_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_ll_adc.c | 647 assert_param(IS_LL_ADC_REG_OVR_DATA_BEHAVIOR(pADC_RegInitStruct->Overrun)); in LL_ADC_REG_Init() 701 | pADC_RegInitStruct->Overrun in LL_ADC_REG_Init() 722 | pADC_RegInitStruct->Overrun in LL_ADC_REG_Init() 757 pADC_RegInitStruct->Overrun = LL_ADC_REG_OVR_DATA_OVERWRITTEN; in LL_ADC_REG_StructInit()
|
D | stm32g0xx_hal_adc.c | 404 assert_param(IS_ADC_OVERRUN(hadc->Init.Overrun)); in HAL_ADC_Init() 548 ADC_CFGR1_OVERRUN(hadc->Init.Overrun) | in HAL_ADC_Init() 1487 if (hadc->Init.Overrun == ADC_OVR_DATA_PRESERVED) in HAL_ADC_PollForEvent() 1585 if (hadc->Init.Overrun == ADC_OVR_DATA_PRESERVED) in HAL_ADC_Start_IT() 2016 if (hadc->Init.Overrun == ADC_OVR_DATA_PRESERVED) in HAL_ADC_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_ll_adc.c | 473 assert_param(IS_LL_ADC_REG_OVR_DATA_BEHAVIOR(ADC_REG_InitStruct->Overrun)); in LL_ADC_REG_Init() 507 | ADC_REG_InitStruct->Overrun in LL_ADC_REG_Init() 535 ADC_REG_InitStruct->Overrun = LL_ADC_REG_OVR_DATA_OVERWRITTEN; in LL_ADC_REG_StructInit()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_ll_adc.c | 828 assert_param(IS_LL_ADC_REG_OVR_DATA_BEHAVIOR(pADC_RegInitStruct->Overrun)); in LL_ADC_REG_Init() 861 | pADC_RegInitStruct->Overrun in LL_ADC_REG_Init() 880 | pADC_RegInitStruct->Overrun in LL_ADC_REG_Init() 912 pADC_RegInitStruct->Overrun = LL_ADC_REG_OVR_DATA_OVERWRITTEN; in LL_ADC_REG_StructInit()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_ll_adc.c | 835 assert_param(IS_LL_ADC_REG_OVR_DATA_BEHAVIOR(pADC_RegInitStruct ->Overrun)); in LL_ADC_REG_Init() 868 | pADC_RegInitStruct ->Overrun in LL_ADC_REG_Init() 886 | pADC_RegInitStruct ->Overrun in LL_ADC_REG_Init() 918 pADC_RegInitStruct ->Overrun = LL_ADC_REG_OVR_DATA_OVERWRITTEN; in LL_ADC_REG_StructInit()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_ll_adc.c | 828 assert_param(IS_LL_ADC_REG_OVR_DATA_BEHAVIOR(pADC_RegInitStruct->Overrun)); in LL_ADC_REG_Init() 861 | pADC_RegInitStruct->Overrun in LL_ADC_REG_Init() 880 | pADC_RegInitStruct->Overrun in LL_ADC_REG_Init() 912 pADC_RegInitStruct->Overrun = LL_ADC_REG_OVR_DATA_OVERWRITTEN; in LL_ADC_REG_StructInit()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_ll_adc.c | 841 assert_param(IS_LL_ADC_REG_OVR_DATA_BEHAVIOR(pADC_RegInitStruct->Overrun)); in LL_ADC_REG_Init() 875 | pADC_RegInitStruct->Overrun in LL_ADC_REG_Init() 895 | pADC_RegInitStruct->Overrun in LL_ADC_REG_Init() 927 pADC_RegInitStruct->Overrun = LL_ADC_REG_OVR_DATA_OVERWRITTEN; in LL_ADC_REG_StructInit()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_adc.c | 885 assert_param(IS_LL_ADC_REG_OVR_DATA_BEHAVIOR(pADC_RegInitStruct->Overrun)); in LL_ADC_REG_Init() 918 | pADC_RegInitStruct->Overrun in LL_ADC_REG_Init() 937 | pADC_RegInitStruct->Overrun in LL_ADC_REG_Init() 969 pADC_RegInitStruct->Overrun = LL_ADC_REG_OVR_DATA_OVERWRITTEN; in LL_ADC_REG_StructInit()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_ll_adc.c | 858 assert_param(IS_LL_ADC_REG_OVR_DATA_BEHAVIOR(pADC_REG_InitStruct->Overrun)); in LL_ADC_REG_Init() 890 | pADC_REG_InitStruct->Overrun in LL_ADC_REG_Init() 908 | pADC_REG_InitStruct->Overrun in LL_ADC_REG_Init() 940 pADC_REG_InitStruct->Overrun = LL_ADC_REG_OVR_DATA_OVERWRITTEN; in LL_ADC_REG_StructInit()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_adc.c | 432 assert_param(IS_ADC_OVERRUN(hadc->Init.Overrun)); in HAL_ADC_Init() 581 hadc->Init.Overrun | in HAL_ADC_Init() 589 hadc->Init.Overrun | in HAL_ADC_Init() 597 hadc->Init.Overrun | in HAL_ADC_Init() 608 hadc->Init.Overrun | in HAL_ADC_Init() 616 hadc->Init.Overrun | in HAL_ADC_Init() 1839 if (hadc->Init.Overrun == ADC_OVR_DATA_PRESERVED) in HAL_ADC_PollForEvent() 1963 if (hadc->Init.Overrun == ADC_OVR_DATA_PRESERVED) in HAL_ADC_Start_IT() 2644 if (hadc->Init.Overrun == ADC_OVR_DATA_PRESERVED) in HAL_ADC_IRQHandler()
|
D | stm32h7xx_ll_adc.c | 948 assert_param(IS_LL_ADC_REG_OVR_DATA_BEHAVIOR(ADC_REG_InitStruct->Overrun)); in LL_ADC_REG_Init() 980 | ADC_REG_InitStruct->Overrun in LL_ADC_REG_Init() 998 | ADC_REG_InitStruct->Overrun in LL_ADC_REG_Init() 1030 ADC_REG_InitStruct->Overrun = LL_ADC_REG_OVR_DATA_OVERWRITTEN; in LL_ADC_REG_StructInit()
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_ll_adc.c | 584 assert_param(IS_LL_ADC_REG_OVR_DATA_BEHAVIOR(ADC_REG_InitStruct->Overrun)); in LL_ADC_REG_Init() 618 | ADC_REG_InitStruct->Overrun in LL_ADC_REG_Init() 646 ADC_REG_InitStruct->Overrun = LL_ADC_REG_OVR_DATA_OVERWRITTEN; in LL_ADC_REG_StructInit()
|
D | stm32l0xx_hal_adc.c | 414 assert_param(IS_ADC_OVERRUN(hadc->Init.Overrun)); in HAL_ADC_Init() 540 hadc->Init.Overrun | in HAL_ADC_Init() 1324 if (hadc->Init.Overrun == ADC_OVR_DATA_PRESERVED) in HAL_ADC_PollForEvent() 1790 if ((hadc->Init.Overrun == ADC_OVR_DATA_PRESERVED) || in HAL_ADC_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_ll_adc.c | 1195 assert_param(IS_LL_ADC_REG_OVR_DATA_BEHAVIOR(pADC_RegInitStruct->Overrun)); in LL_ADC_REG_Init() 1228 | pADC_RegInitStruct->Overrun in LL_ADC_REG_Init() 1247 | pADC_RegInitStruct->Overrun in LL_ADC_REG_Init() 1279 pADC_RegInitStruct->Overrun = LL_ADC_REG_OVR_DATA_OVERWRITTEN; in LL_ADC_REG_StructInit()
|