Hal Drivers for L4
Dependents: BSP OneHopeOnePrayer FINAL_AUDIO_RECORD AudioDemo
Fork of STM32L4xx_HAL_Driver by
ADC flag management
[ADC Exported Functions]
Functions | |
__STATIC_INLINE uint32_t | LL_ADC_IsActiveFlag_ADRDY (ADC_TypeDef *ADCx) |
Get flag ADC ready. | |
__STATIC_INLINE uint32_t | LL_ADC_IsActiveFlag_EOC (ADC_TypeDef *ADCx) |
Get flag ADC group regular end of unitary conversion. | |
__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_OVR (ADC_TypeDef *ADCx) |
Get flag ADC group regular overrun. | |
__STATIC_INLINE uint32_t | LL_ADC_IsActiveFlag_EOSMP (ADC_TypeDef *ADCx) |
Get flag ADC group regular end of sampling phase. | |
__STATIC_INLINE uint32_t | LL_ADC_IsActiveFlag_JEOC (ADC_TypeDef *ADCx) |
Get flag ADC group injected end of unitary conversion. | |
__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_JQOVF (ADC_TypeDef *ADCx) |
Get flag ADC group injected contexts queue overflow. | |
__STATIC_INLINE uint32_t | LL_ADC_IsActiveFlag_AWD1 (ADC_TypeDef *ADCx) |
Get flag ADC analog watchdog 1 flag ISR AWD1 LL_ADC_IsActiveFlag_AWD1. | |
__STATIC_INLINE uint32_t | LL_ADC_IsActiveFlag_AWD2 (ADC_TypeDef *ADCx) |
Get flag ADC analog watchdog 2. | |
__STATIC_INLINE uint32_t | LL_ADC_IsActiveFlag_AWD3 (ADC_TypeDef *ADCx) |
Get flag ADC analog watchdog 3. | |
__STATIC_INLINE void | LL_ADC_ClearFlag_ADRDY (ADC_TypeDef *ADCx) |
Clear flag ADC ready. | |
__STATIC_INLINE void | LL_ADC_ClearFlag_EOC (ADC_TypeDef *ADCx) |
Clear flag ADC group regular end of unitary conversion. | |
__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_OVR (ADC_TypeDef *ADCx) |
Clear flag ADC group regular overrun. | |
__STATIC_INLINE void | LL_ADC_ClearFlag_EOSMP (ADC_TypeDef *ADCx) |
Clear flag ADC group regular end of sampling phase. | |
__STATIC_INLINE void | LL_ADC_ClearFlag_JEOC (ADC_TypeDef *ADCx) |
Clear flag ADC group injected end of unitary conversion. | |
__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_JQOVF (ADC_TypeDef *ADCx) |
Clear flag ADC group injected contexts queue overflow. | |
__STATIC_INLINE void | LL_ADC_ClearFlag_AWD1 (ADC_TypeDef *ADCx) |
Clear flag ADC analog watchdog 1. | |
__STATIC_INLINE void | LL_ADC_ClearFlag_AWD2 (ADC_TypeDef *ADCx) |
Clear flag ADC analog watchdog 2. | |
__STATIC_INLINE void | LL_ADC_ClearFlag_AWD3 (ADC_TypeDef *ADCx) |
Clear flag ADC analog watchdog 3. | |
__STATIC_INLINE uint32_t | LL_ADC_IsActiveFlag_MST_ADRDY (ADC_Common_TypeDef *ADCxy_COMMON) |
Get flag multimode ADC ready of the ADC master. | |
__STATIC_INLINE uint32_t | LL_ADC_IsActiveFlag_SLV_ADRDY (ADC_Common_TypeDef *ADCxy_COMMON) |
Get flag multimode ADC ready of the ADC slave. | |
__STATIC_INLINE uint32_t | LL_ADC_IsActiveFlag_MST_EOC (ADC_Common_TypeDef *ADCxy_COMMON) |
Get flag multimode ADC group regular end of unitary conversion of the ADC master. | |
__STATIC_INLINE uint32_t | LL_ADC_IsActiveFlag_SLV_EOC (ADC_Common_TypeDef *ADCxy_COMMON) |
Get flag multimode ADC group regular end of unitary conversion of the ADC slave. | |
__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_OVR (ADC_Common_TypeDef *ADCxy_COMMON) |
Get flag multimode ADC group regular overrun of the ADC master. | |
__STATIC_INLINE uint32_t | LL_ADC_IsActiveFlag_SLV_OVR (ADC_Common_TypeDef *ADCxy_COMMON) |
Get flag multimode ADC group regular overrun of the ADC slave. | |
__STATIC_INLINE uint32_t | LL_ADC_IsActiveFlag_MST_EOSMP (ADC_Common_TypeDef *ADCxy_COMMON) |
Get flag multimode ADC group regular end of sampling of the ADC master. | |
__STATIC_INLINE uint32_t | LL_ADC_IsActiveFlag_SLV_EOSMP (ADC_Common_TypeDef *ADCxy_COMMON) |
Get flag multimode ADC group regular end of sampling of the ADC slave. | |
__STATIC_INLINE uint32_t | LL_ADC_IsActiveFlag_MST_JEOC (ADC_Common_TypeDef *ADCxy_COMMON) |
Get flag multimode ADC group injected end of unitary conversion of the ADC master. | |
__STATIC_INLINE uint32_t | LL_ADC_IsActiveFlag_SLV_JEOC (ADC_Common_TypeDef *ADCxy_COMMON) |
Get flag multimode ADC group injected end of unitary conversion 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_JQOVF (ADC_Common_TypeDef *ADCxy_COMMON) |
Get flag multimode ADC group injected context queue overflow of the ADC master. | |
__STATIC_INLINE uint32_t | LL_ADC_IsActiveFlag_SLV_JQOVF (ADC_Common_TypeDef *ADCxy_COMMON) |
Get flag multimode ADC group injected context queue overflow 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 uint32_t | LL_ADC_IsActiveFlag_MST_AWD2 (ADC_Common_TypeDef *ADCxy_COMMON) |
Get flag multimode ADC analog watchdog 2 of the ADC master. | |
__STATIC_INLINE uint32_t | LL_ADC_IsActiveFlag_SLV_AWD2 (ADC_Common_TypeDef *ADCxy_COMMON) |
Get flag multimode ADC analog watchdog 2 of the ADC slave. | |
__STATIC_INLINE uint32_t | LL_ADC_IsActiveFlag_MST_AWD3 (ADC_Common_TypeDef *ADCxy_COMMON) |
Get flag multimode ADC analog watchdog 3 of the ADC master. | |
__STATIC_INLINE uint32_t | LL_ADC_IsActiveFlag_SLV_AWD3 (ADC_Common_TypeDef *ADCxy_COMMON) |
Get flag multimode ADC analog watchdog 3 of the ADC slave. |
Function Documentation
__STATIC_INLINE void LL_ADC_ClearFlag_ADRDY | ( | ADC_TypeDef * | ADCx ) |
Clear flag ADC ready.
ISR ADRDY LL_ADC_ClearFlag_ADRDY
- Parameters:
-
ADCx ADC instance
- Return values:
-
None
Definition at line 5777 of file stm32l4xx_ll_adc.h.
__STATIC_INLINE void LL_ADC_ClearFlag_AWD1 | ( | ADC_TypeDef * | ADCx ) |
Clear flag ADC analog watchdog 1.
ISR AWD1 LL_ADC_ClearFlag_AWD1
- Parameters:
-
ADCx ADC instance
- Return values:
-
None
Definition at line 5865 of file stm32l4xx_ll_adc.h.
__STATIC_INLINE void LL_ADC_ClearFlag_AWD2 | ( | ADC_TypeDef * | ADCx ) |
Clear flag ADC analog watchdog 2.
ISR AWD2 LL_ADC_ClearFlag_AWD2
- Parameters:
-
ADCx ADC instance
- Return values:
-
None
Definition at line 5876 of file stm32l4xx_ll_adc.h.
__STATIC_INLINE void LL_ADC_ClearFlag_AWD3 | ( | ADC_TypeDef * | ADCx ) |
Clear flag ADC analog watchdog 3.
ISR AWD3 LL_ADC_ClearFlag_AWD3
- Parameters:
-
ADCx ADC instance
- Return values:
-
None
Definition at line 5887 of file stm32l4xx_ll_adc.h.
__STATIC_INLINE void LL_ADC_ClearFlag_EOC | ( | ADC_TypeDef * | ADCx ) |
Clear flag ADC group regular end of unitary conversion.
ISR EOC LL_ADC_ClearFlag_EOC
- Parameters:
-
ADCx ADC instance
- Return values:
-
None
Definition at line 5788 of file stm32l4xx_ll_adc.h.
__STATIC_INLINE void LL_ADC_ClearFlag_EOS | ( | ADC_TypeDef * | ADCx ) |
Clear flag ADC group regular end of sequence conversions.
ISR EOS LL_ADC_ClearFlag_EOS
- Parameters:
-
ADCx ADC instance
- Return values:
-
None
Definition at line 5799 of file stm32l4xx_ll_adc.h.
__STATIC_INLINE void LL_ADC_ClearFlag_EOSMP | ( | ADC_TypeDef * | ADCx ) |
Clear flag ADC group regular end of sampling phase.
ISR EOSMP LL_ADC_ClearFlag_EOSMP
- Parameters:
-
ADCx ADC instance
- Return values:
-
None
Definition at line 5821 of file stm32l4xx_ll_adc.h.
__STATIC_INLINE void LL_ADC_ClearFlag_JEOC | ( | ADC_TypeDef * | ADCx ) |
Clear flag ADC group injected end of unitary conversion.
ISR JEOC LL_ADC_ClearFlag_JEOC
- Parameters:
-
ADCx ADC instance
- Return values:
-
None
Definition at line 5832 of file stm32l4xx_ll_adc.h.
__STATIC_INLINE void LL_ADC_ClearFlag_JEOS | ( | ADC_TypeDef * | ADCx ) |
Clear flag ADC group injected end of sequence conversions.
ISR JEOS LL_ADC_ClearFlag_JEOS
- Parameters:
-
ADCx ADC instance
- Return values:
-
None
Definition at line 5843 of file stm32l4xx_ll_adc.h.
__STATIC_INLINE void LL_ADC_ClearFlag_JQOVF | ( | ADC_TypeDef * | ADCx ) |
Clear flag ADC group injected contexts queue overflow.
ISR JQOVF LL_ADC_ClearFlag_JQOVF
- Parameters:
-
ADCx ADC instance
- Return values:
-
None
Definition at line 5854 of file stm32l4xx_ll_adc.h.
__STATIC_INLINE void LL_ADC_ClearFlag_OVR | ( | ADC_TypeDef * | ADCx ) |
Clear flag ADC group regular overrun.
ISR OVR LL_ADC_ClearFlag_OVR
- Parameters:
-
ADCx ADC instance
- Return values:
-
None
Definition at line 5810 of file stm32l4xx_ll_adc.h.
__STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_ADRDY | ( | ADC_TypeDef * | ADCx ) |
Get flag ADC ready.
ISR ADRDY LL_ADC_IsActiveFlag_ADRDY
- Parameters:
-
ADCx ADC instance
- Return values:
-
State of bit (1 or 0).
Definition at line 5656 of file stm32l4xx_ll_adc.h.
__STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_AWD1 | ( | ADC_TypeDef * | ADCx ) |
Get flag ADC analog watchdog 1 flag ISR AWD1 LL_ADC_IsActiveFlag_AWD1.
- Parameters:
-
ADCx ADC instance
- Return values:
-
State of bit (1 or 0).
Definition at line 5744 of file stm32l4xx_ll_adc.h.
__STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_AWD2 | ( | ADC_TypeDef * | ADCx ) |
Get flag ADC analog watchdog 2.
ISR AWD2 LL_ADC_IsActiveFlag_AWD2
- Parameters:
-
ADCx ADC instance
- Return values:
-
State of bit (1 or 0).
Definition at line 5755 of file stm32l4xx_ll_adc.h.
__STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_AWD3 | ( | ADC_TypeDef * | ADCx ) |
Get flag ADC analog watchdog 3.
ISR AWD3 LL_ADC_IsActiveFlag_AWD3
- Parameters:
-
ADCx ADC instance
- Return values:
-
State of bit (1 or 0).
Definition at line 5766 of file stm32l4xx_ll_adc.h.
__STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_EOC | ( | ADC_TypeDef * | ADCx ) |
Get flag ADC group regular end of unitary conversion.
ISR EOC LL_ADC_IsActiveFlag_EOC
- Parameters:
-
ADCx ADC instance
- Return values:
-
State of bit (1 or 0).
Definition at line 5667 of file stm32l4xx_ll_adc.h.
__STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_EOS | ( | ADC_TypeDef * | ADCx ) |
Get flag ADC group regular end of sequence conversions.
ISR EOS LL_ADC_IsActiveFlag_EOS
- Parameters:
-
ADCx ADC instance
- Return values:
-
State of bit (1 or 0).
Definition at line 5678 of file stm32l4xx_ll_adc.h.
__STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_EOSMP | ( | ADC_TypeDef * | ADCx ) |
Get flag ADC group regular end of sampling phase.
ISR EOSMP LL_ADC_IsActiveFlag_EOSMP
- Parameters:
-
ADCx ADC instance
- Return values:
-
State of bit (1 or 0).
Definition at line 5700 of file stm32l4xx_ll_adc.h.
__STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_JEOC | ( | ADC_TypeDef * | ADCx ) |
Get flag ADC group injected end of unitary conversion.
ISR JEOC LL_ADC_IsActiveFlag_JEOC
- Parameters:
-
ADCx ADC instance
- Return values:
-
State of bit (1 or 0).
Definition at line 5711 of file stm32l4xx_ll_adc.h.
__STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_JEOS | ( | ADC_TypeDef * | ADCx ) |
Get flag ADC group injected end of sequence conversions.
ISR JEOS LL_ADC_IsActiveFlag_JEOS
- Parameters:
-
ADCx ADC instance
- Return values:
-
State of bit (1 or 0).
Definition at line 5722 of file stm32l4xx_ll_adc.h.
__STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_JQOVF | ( | ADC_TypeDef * | ADCx ) |
Get flag ADC group injected contexts queue overflow.
ISR JQOVF LL_ADC_IsActiveFlag_JQOVF
- Parameters:
-
ADCx ADC instance
- Return values:
-
State of bit (1 or 0).
Definition at line 5733 of file stm32l4xx_ll_adc.h.
__STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_MST_ADRDY | ( | ADC_Common_TypeDef * | ADCxy_COMMON ) |
Get flag multimode ADC ready of the ADC master.
CSR ADRDY_MST LL_ADC_IsActiveFlag_MST_ADRDY
- Parameters:
-
ADCxy_COMMON ADC common instance (can be set directly from CMSIS definition or by using helper macro __LL_ADC_COMMON_INSTANCE() )
- Return values:
-
State of bit (1 or 0).
Definition at line 5900 of file stm32l4xx_ll_adc.h.
__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.
CSR AWD1_MST LL_ADC_IsActiveFlag_MST_AWD1
- Parameters:
-
ADCxy_COMMON ADC common instance (can be set directly from CMSIS definition or by using helper macro __LL_ADC_COMMON_INSTANCE() )
- Return values:
-
State of bit (1 or 0).
Definition at line 6092 of file stm32l4xx_ll_adc.h.
__STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_MST_AWD2 | ( | ADC_Common_TypeDef * | ADCxy_COMMON ) |
Get flag multimode ADC analog watchdog 2 of the ADC master.
CSR AWD2_MST LL_ADC_IsActiveFlag_MST_AWD2
- Parameters:
-
ADCxy_COMMON ADC common instance (can be set directly from CMSIS definition or by using helper macro __LL_ADC_COMMON_INSTANCE() )
- Return values:
-
State of bit (1 or 0).
Definition at line 6116 of file stm32l4xx_ll_adc.h.
__STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_MST_AWD3 | ( | ADC_Common_TypeDef * | ADCxy_COMMON ) |
Get flag multimode ADC analog watchdog 3 of the ADC master.
CSR AWD3_MST LL_ADC_IsActiveFlag_MST_AWD3
- Parameters:
-
ADCxy_COMMON ADC common instance (can be set directly from CMSIS definition or by using helper macro __LL_ADC_COMMON_INSTANCE() )
- Return values:
-
State of bit (1 or 0).
Definition at line 6140 of file stm32l4xx_ll_adc.h.
__STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_MST_EOC | ( | ADC_Common_TypeDef * | ADCxy_COMMON ) |
Get flag multimode ADC group regular end of unitary conversion of the ADC master.
CSR EOC_MST LL_ADC_IsActiveFlag_MST_EOC
- Parameters:
-
ADCxy_COMMON ADC common instance (can be set directly from CMSIS definition or by using helper macro __LL_ADC_COMMON_INSTANCE() )
- Return values:
-
State of bit (1 or 0).
Definition at line 5924 of file stm32l4xx_ll_adc.h.
__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.
CSR EOS_MST LL_ADC_IsActiveFlag_MST_EOS
- Parameters:
-
ADCxy_COMMON ADC common instance (can be set directly from CMSIS definition or by using helper macro __LL_ADC_COMMON_INSTANCE() )
- Return values:
-
State of bit (1 or 0).
Definition at line 5948 of file stm32l4xx_ll_adc.h.
__STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_MST_EOSMP | ( | ADC_Common_TypeDef * | ADCxy_COMMON ) |
Get flag multimode ADC group regular end of sampling of the ADC master.
CSR EOSMP_MST LL_ADC_IsActiveFlag_MST_EOSMP
- Parameters:
-
ADCxy_COMMON ADC common instance (can be set directly from CMSIS definition or by using helper macro __LL_ADC_COMMON_INSTANCE() )
- Return values:
-
State of bit (1 or 0).
Definition at line 5996 of file stm32l4xx_ll_adc.h.
__STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_MST_JEOC | ( | ADC_Common_TypeDef * | ADCxy_COMMON ) |
Get flag multimode ADC group injected end of unitary conversion of the ADC master.
CSR JEOC_MST LL_ADC_IsActiveFlag_MST_JEOC
- Parameters:
-
ADCxy_COMMON ADC common instance (can be set directly from CMSIS definition or by using helper macro __LL_ADC_COMMON_INSTANCE() )
- Return values:
-
State of bit (1 or 0).
Definition at line 6020 of file stm32l4xx_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.
CSR JEOS_MST LL_ADC_IsActiveFlag_MST_JEOS
- Parameters:
-
ADCxy_COMMON ADC common instance (can be set directly from CMSIS definition or by using helper macro __LL_ADC_COMMON_INSTANCE() )
- Return values:
-
State of bit (1 or 0).
Definition at line 6044 of file stm32l4xx_ll_adc.h.
__STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_MST_JQOVF | ( | ADC_Common_TypeDef * | ADCxy_COMMON ) |
Get flag multimode ADC group injected context queue overflow of the ADC master.
CSR JQOVF_MST LL_ADC_IsActiveFlag_MST_JQOVF
- Parameters:
-
ADCxy_COMMON ADC common instance (can be set directly from CMSIS definition or by using helper macro __LL_ADC_COMMON_INSTANCE() )
- Return values:
-
State of bit (1 or 0).
Definition at line 6068 of file stm32l4xx_ll_adc.h.
__STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_MST_OVR | ( | ADC_Common_TypeDef * | ADCxy_COMMON ) |
Get flag multimode ADC group regular overrun of the ADC master.
CSR OVR_MST LL_ADC_IsActiveFlag_MST_OVR
- Parameters:
-
ADCxy_COMMON ADC common instance (can be set directly from CMSIS definition or by using helper macro __LL_ADC_COMMON_INSTANCE() )
- Return values:
-
State of bit (1 or 0).
Definition at line 5972 of file stm32l4xx_ll_adc.h.
__STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_OVR | ( | ADC_TypeDef * | ADCx ) |
Get flag ADC group regular overrun.
ISR OVR LL_ADC_IsActiveFlag_OVR
- Parameters:
-
ADCx ADC instance
- Return values:
-
State of bit (1 or 0).
Definition at line 5689 of file stm32l4xx_ll_adc.h.
__STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_SLV_ADRDY | ( | ADC_Common_TypeDef * | ADCxy_COMMON ) |
Get flag multimode ADC ready of the ADC slave.
CSR ADRDY_SLV LL_ADC_IsActiveFlag_SLV_ADRDY
- Parameters:
-
ADCxy_COMMON ADC common instance (can be set directly from CMSIS definition or by using helper macro __LL_ADC_COMMON_INSTANCE() )
- Return values:
-
State of bit (1 or 0).
Definition at line 5912 of file stm32l4xx_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.
CSR AWD1_SLV LL_ADC_IsActiveFlag_SLV_AWD1
- Parameters:
-
ADCxy_COMMON ADC common instance (can be set directly from CMSIS definition or by using helper macro __LL_ADC_COMMON_INSTANCE() )
- Return values:
-
State of bit (1 or 0).
Definition at line 6104 of file stm32l4xx_ll_adc.h.
__STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_SLV_AWD2 | ( | ADC_Common_TypeDef * | ADCxy_COMMON ) |
Get flag multimode ADC analog watchdog 2 of the ADC slave.
CSR AWD2_SLV LL_ADC_IsActiveFlag_SLV_AWD2
- Parameters:
-
ADCxy_COMMON ADC common instance (can be set directly from CMSIS definition or by using helper macro __LL_ADC_COMMON_INSTANCE() )
- Return values:
-
State of bit (1 or 0).
Definition at line 6128 of file stm32l4xx_ll_adc.h.
__STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_SLV_AWD3 | ( | ADC_Common_TypeDef * | ADCxy_COMMON ) |
Get flag multimode ADC analog watchdog 3 of the ADC slave.
CSR AWD3_SLV LL_ADC_IsActiveFlag_SLV_AWD3
- Parameters:
-
ADCxy_COMMON ADC common instance (can be set directly from CMSIS definition or by using helper macro __LL_ADC_COMMON_INSTANCE() )
- Return values:
-
State of bit (1 or 0).
Definition at line 6152 of file stm32l4xx_ll_adc.h.
__STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_SLV_EOC | ( | ADC_Common_TypeDef * | ADCxy_COMMON ) |
Get flag multimode ADC group regular end of unitary conversion of the ADC slave.
CSR EOC_SLV LL_ADC_IsActiveFlag_SLV_EOC
- Parameters:
-
ADCxy_COMMON ADC common instance (can be set directly from CMSIS definition or by using helper macro __LL_ADC_COMMON_INSTANCE() )
- Return values:
-
State of bit (1 or 0).
Definition at line 5936 of file stm32l4xx_ll_adc.h.
__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.
CSR EOS_SLV LL_ADC_IsActiveFlag_SLV_EOS
- Parameters:
-
ADCxy_COMMON ADC common instance (can be set directly from CMSIS definition or by using helper macro __LL_ADC_COMMON_INSTANCE() )
- Return values:
-
State of bit (1 or 0).
Definition at line 5960 of file stm32l4xx_ll_adc.h.
__STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_SLV_EOSMP | ( | ADC_Common_TypeDef * | ADCxy_COMMON ) |
Get flag multimode ADC group regular end of sampling of the ADC slave.
CSR EOSMP_SLV LL_ADC_IsActiveFlag_SLV_EOSMP
- Parameters:
-
ADCxy_COMMON ADC common instance (can be set directly from CMSIS definition or by using helper macro __LL_ADC_COMMON_INSTANCE() )
- Return values:
-
State of bit (1 or 0).
Definition at line 6008 of file stm32l4xx_ll_adc.h.
__STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_SLV_JEOC | ( | ADC_Common_TypeDef * | ADCxy_COMMON ) |
Get flag multimode ADC group injected end of unitary conversion of the ADC slave.
CSR JEOC_SLV LL_ADC_IsActiveFlag_SLV_JEOC
- Parameters:
-
ADCxy_COMMON ADC common instance (can be set directly from CMSIS definition or by using helper macro __LL_ADC_COMMON_INSTANCE() )
- Return values:
-
State of bit (1 or 0).
Definition at line 6032 of file stm32l4xx_ll_adc.h.
__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.
CSR JEOS_SLV LL_ADC_IsActiveFlag_SLV_JEOS
- Parameters:
-
ADCxy_COMMON ADC common instance (can be set directly from CMSIS definition or by using helper macro __LL_ADC_COMMON_INSTANCE() )
- Return values:
-
State of bit (1 or 0).
Definition at line 6056 of file stm32l4xx_ll_adc.h.
__STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_SLV_JQOVF | ( | ADC_Common_TypeDef * | ADCxy_COMMON ) |
Get flag multimode ADC group injected context queue overflow of the ADC slave.
CSR JQOVF_SLV LL_ADC_IsActiveFlag_SLV_JQOVF
- Parameters:
-
ADCxy_COMMON ADC common instance (can be set directly from CMSIS definition or by using helper macro __LL_ADC_COMMON_INSTANCE() )
- Return values:
-
State of bit (1 or 0).
Definition at line 6080 of file stm32l4xx_ll_adc.h.
__STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_SLV_OVR | ( | ADC_Common_TypeDef * | ADCxy_COMMON ) |
Get flag multimode ADC group regular overrun of the ADC slave.
CSR OVR_SLV LL_ADC_IsActiveFlag_SLV_OVR
- Parameters:
-
ADCxy_COMMON ADC common instance (can be set directly from CMSIS definition or by using helper macro __LL_ADC_COMMON_INSTANCE() )
- Return values:
-
State of bit (1 or 0).
Definition at line 5984 of file stm32l4xx_ll_adc.h.
Generated on Tue Jul 12 2022 11:35:21 by
