STM32F103xB HAL User Manual
|
Functions | |
__STATIC_INLINE uint32_t | LL_ADC_IsActiveFlag_EOS (ADC_TypeDef *ADCx) |
Get flag ADC group regular end of sequence conversions. | |
__STATIC_INLINE uint32_t | LL_ADC_IsActiveFlag_JEOS (ADC_TypeDef *ADCx) |
Get flag ADC group injected end of sequence conversions. | |
__STATIC_INLINE uint32_t | LL_ADC_IsActiveFlag_AWD1 (ADC_TypeDef *ADCx) |
Get flag ADC analog watchdog 1 flag. | |
__STATIC_INLINE void | LL_ADC_ClearFlag_EOS (ADC_TypeDef *ADCx) |
Clear flag ADC group regular end of sequence conversions. | |
__STATIC_INLINE void | LL_ADC_ClearFlag_JEOS (ADC_TypeDef *ADCx) |
Clear flag ADC group injected end of sequence conversions. | |
__STATIC_INLINE void | LL_ADC_ClearFlag_AWD1 (ADC_TypeDef *ADCx) |
Clear flag ADC analog watchdog 1. | |
__STATIC_INLINE uint32_t | LL_ADC_IsActiveFlag_MST_EOS (ADC_Common_TypeDef *ADCxy_COMMON) |
Get flag multimode ADC group regular end of sequence conversions of the ADC master. | |
__STATIC_INLINE uint32_t | LL_ADC_IsActiveFlag_SLV_EOS (ADC_Common_TypeDef *ADCxy_COMMON) |
Get flag multimode ADC group regular end of sequence conversions of the ADC slave. | |
__STATIC_INLINE uint32_t | LL_ADC_IsActiveFlag_MST_JEOS (ADC_Common_TypeDef *ADCxy_COMMON) |
Get flag multimode ADC group injected end of sequence conversions of the ADC master. | |
__STATIC_INLINE uint32_t | LL_ADC_IsActiveFlag_SLV_JEOS (ADC_Common_TypeDef *ADCxy_COMMON) |
Get flag multimode ADC group injected end of sequence conversions of the ADC slave. | |
__STATIC_INLINE uint32_t | LL_ADC_IsActiveFlag_MST_AWD1 (ADC_Common_TypeDef *ADCxy_COMMON) |
Get flag multimode ADC analog watchdog 1 of the ADC master. | |
__STATIC_INLINE uint32_t | LL_ADC_IsActiveFlag_SLV_AWD1 (ADC_Common_TypeDef *ADCxy_COMMON) |
Get flag multimode analog watchdog 1 of the ADC slave. |
__STATIC_INLINE void LL_ADC_ClearFlag_AWD1 | ( | ADC_TypeDef * | ADCx | ) |
Clear flag ADC analog watchdog 1.
ADCx | ADC instance |
None |
Definition at line 3635 of file stm32f1xx_ll_adc.h.
References LL_ADC_FLAG_AWD1.
__STATIC_INLINE void LL_ADC_ClearFlag_EOS | ( | ADC_TypeDef * | ADCx | ) |
Clear flag ADC group regular end of sequence conversions.
ADCx | ADC instance |
None |
Definition at line 3604 of file stm32f1xx_ll_adc.h.
References LL_ADC_FLAG_EOS.
__STATIC_INLINE void LL_ADC_ClearFlag_JEOS | ( | ADC_TypeDef * | ADCx | ) |
Clear flag ADC group injected end of sequence conversions.
ADCx | ADC instance |
None |
Definition at line 3620 of file stm32f1xx_ll_adc.h.
References LL_ADC_FLAG_JEOS.
__STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_AWD1 | ( | ADC_TypeDef * | ADCx | ) |
Get flag ADC analog watchdog 1 flag.
ADCx | ADC instance |
State | of bit (1 or 0). |
Definition at line 3593 of file stm32f1xx_ll_adc.h.
References LL_ADC_FLAG_AWD1.
__STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_EOS | ( | ADC_TypeDef * | ADCx | ) |
Get flag ADC group regular end of sequence conversions.
ADCx | ADC instance |
State | of bit (1 or 0). |
Definition at line 3562 of file stm32f1xx_ll_adc.h.
References LL_ADC_FLAG_EOS.
__STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_JEOS | ( | ADC_TypeDef * | ADCx | ) |
Get flag ADC group injected end of sequence conversions.
ADCx | ADC instance |
State | of bit (1 or 0). |
Definition at line 3578 of file stm32f1xx_ll_adc.h.
References LL_ADC_FLAG_JEOS.
__STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_MST_AWD1 | ( | ADC_Common_TypeDef * | ADCxy_COMMON | ) |
Get flag multimode ADC analog watchdog 1 of the ADC master.
ADCxy_COMMON | ADC common instance (can be set directly from CMSIS definition or by using helper macro __LL_ADC_COMMON_INSTANCE() ) |
State | of bit (1 or 0). |
Definition at line 3719 of file stm32f1xx_ll_adc.h.
References LL_ADC_FLAG_AWD1.
__STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_MST_EOS | ( | ADC_Common_TypeDef * | ADCxy_COMMON | ) |
Get flag multimode ADC group regular end of sequence conversions of the ADC master.
ADCxy_COMMON | ADC common instance (can be set directly from CMSIS definition or by using helper macro __LL_ADC_COMMON_INSTANCE() ) |
State | of bit (1 or 0). |
Definition at line 3648 of file stm32f1xx_ll_adc.h.
__STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_MST_JEOS | ( | ADC_Common_TypeDef * | ADCxy_COMMON | ) |
Get flag multimode ADC group injected end of sequence conversions of the ADC master.
ADCxy_COMMON | ADC common instance (can be set directly from CMSIS definition or by using helper macro __LL_ADC_COMMON_INSTANCE() ) |
State | of bit (1 or 0). |
Definition at line 3684 of file stm32f1xx_ll_adc.h.
__STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_SLV_AWD1 | ( | ADC_Common_TypeDef * | ADCxy_COMMON | ) |
Get flag multimode analog watchdog 1 of the ADC slave.
ADCxy_COMMON | ADC common instance (can be set directly from CMSIS definition or by using helper macro __LL_ADC_COMMON_INSTANCE() ) |
State | of bit (1 or 0). |
Definition at line 3731 of file stm32f1xx_ll_adc.h.
References __ADC_PTR_REG_OFFSET, and LL_ADC_FLAG_AWD1.
__STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_SLV_EOS | ( | ADC_Common_TypeDef * | ADCxy_COMMON | ) |
Get flag multimode ADC group regular end of sequence conversions of the ADC slave.
ADCxy_COMMON | ADC common instance (can be set directly from CMSIS definition or by using helper macro __LL_ADC_COMMON_INSTANCE() ) |
State | of bit (1 or 0). |
Definition at line 3664 of file stm32f1xx_ll_adc.h.
References __ADC_PTR_REG_OFFSET, and LL_ADC_FLAG_EOS_SLV.
__STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_SLV_JEOS | ( | ADC_Common_TypeDef * | ADCxy_COMMON | ) |
Get flag multimode ADC group injected end of sequence conversions of the ADC slave.
ADCxy_COMMON | ADC common instance (can be set directly from CMSIS definition or by using helper macro __LL_ADC_COMMON_INSTANCE() ) |
State | of bit (1 or 0). |
Definition at line 3700 of file stm32f1xx_ll_adc.h.
References __ADC_PTR_REG_OFFSET, and LL_ADC_FLAG_JEOS_SLV.