Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_ll_adc.c90 #define IS_LL_ADC_OVERRUN(__OVR__) (((__OVR__) == LL_ADC_NEW_DATA_IS_LOST) || \
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_adc.h381 #define ADC_NEW_DATA_IS_LOST (LL_ADC_NEW_DATA_IS_LOST) /*!< Previous data is preserved, n…
Dstm32wb0x_ll_adc.h365 #define LL_ADC_NEW_DATA_IS_LOST (0x00000000UL) /*!< Previous data is preserved, n… macro