Searched refs:Overrun (Results 1 – 12 of 12) sorted by relevance
578 assert_param(IS_LL_ADC_REG_OVR_DATA_BEHAVIOR(ADC_REG_InitStruct->Overrun)); in LL_ADC_REG_Init()607 | ADC_REG_InitStruct->Overrun in LL_ADC_REG_Init()635 ADC_REG_InitStruct->Overrun = LL_ADC_REG_OVR_DATA_OVERWRITTEN; in LL_ADC_REG_StructInit()
376 assert_param(IS_ADC_OVERRUN(hadc->Init.Overrun)); in HAL_ADC_Init()486 hadc->Init.Overrun | in HAL_ADC_Init()1056 if (hadc->Init.Overrun == ADC_OVR_DATA_PRESERVED) in HAL_ADC_PollForEvent()1510 if ((hadc->Init.Overrun == ADC_OVR_DATA_PRESERVED) || in HAL_ADC_IRQHandler()
844 assert_param(IS_LL_ADC_REG_OVR_DATA_BEHAVIOR(ADC_REG_InitStruct->Overrun)); in LL_ADC_REG_Init()877 | ADC_REG_InitStruct->Overrun in LL_ADC_REG_Init()896 | ADC_REG_InitStruct->Overrun in LL_ADC_REG_Init()928 ADC_REG_InitStruct->Overrun = LL_ADC_REG_OVR_DATA_OVERWRITTEN; in LL_ADC_REG_StructInit()
447 assert_param(IS_ADC_OVERRUN(hadc->Init.Overrun)); in HAL_ADC_Init()595 hadc->Init.Overrun | in HAL_ADC_Init()1699 if (hadc->Init.Overrun == ADC_OVR_DATA_PRESERVED) in HAL_ADC_PollForEvent()1827 if (hadc->Init.Overrun == ADC_OVR_DATA_PRESERVED) in HAL_ADC_Start_IT()2538 if (hadc->Init.Overrun == ADC_OVR_DATA_PRESERVED) in HAL_ADC_IRQHandler()
58 AdcHandle.Init.Overrun = ADC_OVR_DATA_PRESERVED; in AdcMcuConfig()
361 uint32_t Overrun; /*!< Set ADC group regular behavior in case of overrun: member2835 __STATIC_INLINE void LL_ADC_REG_SetOverrun(ADC_TypeDef *ADCx, uint32_t Overrun) in LL_ADC_REG_SetOverrun() argument2837 MODIFY_REG(ADCx->CFGR1, ADC_CFGR1_OVRMOD, Overrun); in LL_ADC_REG_SetOverrun()
159 …uint32_t Overrun; /*!< Select the behavior in case of overrun: data overwritten or p… member
180 …uint32_t Overrun; /*!< Select the behavior in case of overrun: data overwritten or p… member
533 uint32_t Overrun; /*!< Set ADC group regular behavior in case of overrun: member3785 __STATIC_INLINE void LL_ADC_REG_SetOverrun(ADC_TypeDef *ADCx, uint32_t Overrun) in LL_ADC_REG_SetOverrun() argument3787 MODIFY_REG(ADCx->CFGR, ADC_CFGR_OVRMOD, Overrun); in LL_ADC_REG_SetOverrun()
914 - Added the UART Overrun bit exception handling to the UART driver