Home
last modified time | relevance | path

Searched refs:LL_ADC_FLAG_OVR_SLV1 (Results 1 – 1 of 1) sorted by relevance

/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_ll_adc.h514 #define LL_ADC_FLAG_OVR_SLV1 ADC_CSR_OVR2 /*!< ADC flag ADC multimode slave 1 group… macro
4416 return (READ_BIT(ADCxy_COMMON->CSR, LL_ADC_FLAG_OVR_SLV1) == (LL_ADC_FLAG_OVR_SLV1)); in LL_ADC_IsActiveFlag_SLV1_OVR()