STM32F479xx HAL User Manual
|
Flags defines which can be used with LL_ADC_ReadReg function. More...
Defines | |
#define | LL_ADC_FLAG_STRT ADC_SR_STRT |
#define | LL_ADC_FLAG_EOCS ADC_SR_EOC |
#define | LL_ADC_FLAG_OVR ADC_SR_OVR |
#define | LL_ADC_FLAG_JSTRT ADC_SR_JSTRT |
#define | LL_ADC_FLAG_JEOS ADC_SR_JEOC |
#define | LL_ADC_FLAG_AWD1 ADC_SR_AWD |
#define | LL_ADC_FLAG_EOCS_MST ADC_CSR_EOC1 |
#define | LL_ADC_FLAG_EOCS_SLV1 ADC_CSR_EOC2 |
#define | LL_ADC_FLAG_EOCS_SLV2 ADC_CSR_EOC3 |
#define | LL_ADC_FLAG_OVR_MST ADC_CSR_OVR1 |
#define | LL_ADC_FLAG_OVR_SLV1 ADC_CSR_OVR2 |
#define | LL_ADC_FLAG_OVR_SLV2 ADC_CSR_OVR3 |
#define | LL_ADC_FLAG_JEOS_MST ADC_CSR_JEOC1 |
#define | LL_ADC_FLAG_JEOS_SLV1 ADC_CSR_JEOC2 |
#define | LL_ADC_FLAG_JEOS_SLV2 ADC_CSR_JEOC3 |
#define | LL_ADC_FLAG_AWD1_MST ADC_CSR_AWD1 |
#define | LL_ADC_FLAG_AWD1_SLV1 ADC_CSR_AWD2 |
#define | LL_ADC_FLAG_AWD1_SLV2 ADC_CSR_AWD3 |
Flags defines which can be used with LL_ADC_ReadReg function.
#define LL_ADC_FLAG_AWD1 ADC_SR_AWD |
ADC flag ADC analog watchdog 1
Definition at line 508 of file stm32f4xx_ll_adc.h.
Referenced by LL_ADC_ClearFlag_AWD1(), LL_ADC_DeInit(), and LL_ADC_IsActiveFlag_AWD1().
#define LL_ADC_FLAG_AWD1_MST ADC_CSR_AWD1 |
ADC flag ADC multimode master analog watchdog 1 of the ADC master
Definition at line 519 of file stm32f4xx_ll_adc.h.
Referenced by LL_ADC_IsActiveFlag_MST_AWD1().
#define LL_ADC_FLAG_AWD1_SLV1 ADC_CSR_AWD2 |
ADC flag ADC multimode slave 1 analog watchdog 1
Definition at line 520 of file stm32f4xx_ll_adc.h.
Referenced by LL_ADC_IsActiveFlag_SLV1_AWD1().
#define LL_ADC_FLAG_AWD1_SLV2 ADC_CSR_AWD3 |
ADC flag ADC multimode slave 2 analog watchdog 1
Definition at line 521 of file stm32f4xx_ll_adc.h.
Referenced by LL_ADC_IsActiveFlag_SLV2_AWD1().
#define LL_ADC_FLAG_EOCS ADC_SR_EOC |
ADC flag ADC group regular end of unitary conversion or sequence conversions (to configure flag of end of conversion, use function LL_ADC_REG_SetFlagEndOfConversion() )
Definition at line 504 of file stm32f4xx_ll_adc.h.
Referenced by LL_ADC_ClearFlag_EOCS(), LL_ADC_DeInit(), LL_ADC_IsActiveFlag_EOCS(), and LL_ADC_IsActiveFlag_MST_EOCS().
#define LL_ADC_FLAG_EOCS_MST ADC_CSR_EOC1 |
ADC flag ADC multimode master group regular end of unitary conversion or sequence conversions (to configure flag of end of conversion, use function LL_ADC_REG_SetFlagEndOfConversion() )
Definition at line 510 of file stm32f4xx_ll_adc.h.
#define LL_ADC_FLAG_EOCS_SLV1 ADC_CSR_EOC2 |
ADC flag ADC multimode slave 1 group regular end of unitary conversion or sequence conversions (to configure flag of end of conversion, use function LL_ADC_REG_SetFlagEndOfConversion() )
Definition at line 511 of file stm32f4xx_ll_adc.h.
Referenced by LL_ADC_IsActiveFlag_SLV1_EOCS().
#define LL_ADC_FLAG_EOCS_SLV2 ADC_CSR_EOC3 |
ADC flag ADC multimode slave 2 group regular end of unitary conversion or sequence conversions (to configure flag of end of conversion, use function LL_ADC_REG_SetFlagEndOfConversion() )
Definition at line 512 of file stm32f4xx_ll_adc.h.
Referenced by LL_ADC_IsActiveFlag_SLV2_EOCS().
#define LL_ADC_FLAG_JEOS ADC_SR_JEOC |
ADC flag ADC group injected end of sequence conversions (Note: on this STM32 series, there is no flag ADC group injected end of unitary conversion. Flag noted as "JEOC" is corresponding to flag "JEOS" in other STM32 families)
Definition at line 507 of file stm32f4xx_ll_adc.h.
Referenced by LL_ADC_ClearFlag_JEOS(), LL_ADC_DeInit(), and LL_ADC_IsActiveFlag_JEOS().
#define LL_ADC_FLAG_JEOS_MST ADC_CSR_JEOC1 |
ADC flag ADC multimode master group injected end of sequence conversions (Note: on this STM32 series, there is no flag ADC group injected end of unitary conversion. Flag noted as "JEOC" is corresponding to flag "JEOS" in other STM32 families)
Definition at line 516 of file stm32f4xx_ll_adc.h.
#define LL_ADC_FLAG_JEOS_SLV1 ADC_CSR_JEOC2 |
ADC flag ADC multimode slave 1 group injected end of sequence conversions (Note: on this STM32 series, there is no flag ADC group injected end of unitary conversion. Flag noted as "JEOC" is corresponding to flag "JEOS" in other STM32 families)
Definition at line 517 of file stm32f4xx_ll_adc.h.
#define LL_ADC_FLAG_JEOS_SLV2 ADC_CSR_JEOC3 |
ADC flag ADC multimode slave 2 group injected end of sequence conversions (Note: on this STM32 series, there is no flag ADC group injected end of unitary conversion. Flag noted as "JEOC" is corresponding to flag "JEOS" in other STM32 families)
Definition at line 518 of file stm32f4xx_ll_adc.h.
#define LL_ADC_FLAG_JSTRT ADC_SR_JSTRT |
ADC flag ADC group injected conversion start
Definition at line 506 of file stm32f4xx_ll_adc.h.
Referenced by LL_ADC_DeInit().
#define LL_ADC_FLAG_OVR ADC_SR_OVR |
ADC flag ADC group regular overrun
Definition at line 505 of file stm32f4xx_ll_adc.h.
Referenced by LL_ADC_ClearFlag_OVR(), LL_ADC_DeInit(), and LL_ADC_IsActiveFlag_OVR().
#define LL_ADC_FLAG_OVR_MST ADC_CSR_OVR1 |
ADC flag ADC multimode master group regular overrun
Definition at line 513 of file stm32f4xx_ll_adc.h.
Referenced by LL_ADC_IsActiveFlag_MST_OVR().
#define LL_ADC_FLAG_OVR_SLV1 ADC_CSR_OVR2 |
ADC flag ADC multimode slave 1 group regular overrun
Definition at line 514 of file stm32f4xx_ll_adc.h.
Referenced by LL_ADC_IsActiveFlag_SLV1_OVR().
#define LL_ADC_FLAG_OVR_SLV2 ADC_CSR_OVR3 |
ADC flag ADC multimode slave 2 group regular overrun
Definition at line 515 of file stm32f4xx_ll_adc.h.
Referenced by LL_ADC_IsActiveFlag_SLV2_OVR().
#define LL_ADC_FLAG_STRT ADC_SR_STRT |
ADC flag ADC group regular conversion start
Definition at line 503 of file stm32f4xx_ll_adc.h.
Referenced by LL_ADC_DeInit().