Searched defs:_SAMPLETIME_ (Results 1 – 8 of 8) sorted by relevance
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_hal_adc_ex.h | 313 #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
|
D | stm32l1xx_hal_adc.h | 894 #define ADC_SMPR2(_SAMPLETIME_, _CHANNELNB_) \ argument 903 #define ADC_SMPR3(_SAMPLETIME_, _CHANNELNB_) \ argument
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_hal_adc.h | 786 #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/ |
D | stm32f1xx_hal_adc.h | 668 #define ADC_SMPR1(_SAMPLETIME_, _CHANNELNB_) \ argument 677 #define ADC_SMPR2(_SAMPLETIME_, _CHANNELNB_) \ argument
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_adc.h | 795 #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/ |
D | stm32f7xx_hal_adc.h | 854 #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/ |
D | stm32f3xx_hal_adc_ex.h | 2256 #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/ |
D | stm32f0xx_hal_adc.h | 739 #define ADC_SMPR_SET(_SAMPLETIME_) \ argument
|