Home
last modified time | relevance | path

Searched defs:_SAMPLETIME_ (Results 1 – 8 of 8) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_adc_ex.h313 #define ADC_SMPR0(_SAMPLETIME_, _CHANNELNB_) \ argument
316 #define ADC_SMPR0(_SAMPLETIME_, _CHANNELNB_) \ argument
327 #define ADC_SMPR1(_SAMPLETIME_, _CHANNELNB_) \ argument
336 #define ADC_SMPR1(_SAMPLETIME_, _CHANNELNB_) \ argument
465 #define ADC_SMPR0_CHANNEL_SET(__HANDLE__, _SAMPLETIME_, __CHANNEL__) \ argument
470 #define ADC_SMPR0_CHANNEL_SET(__HANDLE__, _SAMPLETIME_, __CHANNEL__) __NOP() argument
Dstm32l1xx_hal_adc.h894 #define ADC_SMPR2(_SAMPLETIME_, _CHANNELNB_) \ argument
903 #define ADC_SMPR3(_SAMPLETIME_, _CHANNELNB_) \ argument
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_adc.h786 #define ADC_SMPR1(_SAMPLETIME_, _CHANNELNB_) ((_SAMPLETIME_) << (3U * (((uint32_t)((uint16_t)(_CHAN… argument
794 #define ADC_SMPR2(_SAMPLETIME_, _CHANNELNB_) ((_SAMPLETIME_) << (3U * ((uint32_t)((uint16_t)(_CHANN… argument
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_adc.h668 #define ADC_SMPR1(_SAMPLETIME_, _CHANNELNB_) \ argument
677 #define ADC_SMPR2(_SAMPLETIME_, _CHANNELNB_) \ argument
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_adc.h795 #define ADC_SMPR1(_SAMPLETIME_, _CHANNELNB_) ((_SAMPLETIME_) << (3U * (((uint32_t)((uint16_t)(_CHAN… argument
803 #define ADC_SMPR2(_SAMPLETIME_, _CHANNELNB_) ((_SAMPLETIME_) << (3U * ((uint32_t)((uint16_t)(_CHANN… argument
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_adc.h854 #define ADC_SMPR1(_SAMPLETIME_, _CHANNELNB_) ((_SAMPLETIME_) << (3 * (((uint32_t)((uint16_t)(_CHANN… argument
862 #define ADC_SMPR2(_SAMPLETIME_, _CHANNELNB_) ((_SAMPLETIME_) << (3 * ((uint32_t)((uint16_t)(_CHANNE… argument
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_adc_ex.h2256 #define ADC_SMPR1(_SAMPLETIME_, _CHANNELNB_) ((_SAMPLETIME_) << (3U * (_CHANNELNB_))) argument
2264 #define ADC_SMPR2(_SAMPLETIME_, _CHANNELNB_) ((_SAMPLETIME_) << (3U * ((_CHANNELNB_) - 10U))) argument
3548 #define ADC_SMPR1(_SAMPLETIME_, _CHANNELNB_) \ argument
3557 #define ADC_SMPR2(_SAMPLETIME_, _CHANNELNB_) \ argument
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_adc.h739 #define ADC_SMPR_SET(_SAMPLETIME_) \ argument