Searched refs:_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 314 ((_SAMPLETIME_) << (3 * ((_CHANNELNB_) - 30))) 316 #define ADC_SMPR0(_SAMPLETIME_, _CHANNELNB_) \ argument 327 #define ADC_SMPR1(_SAMPLETIME_, _CHANNELNB_) \ argument 328 ((_SAMPLETIME_) << (3 * ((_CHANNELNB_) - 20))) 336 #define ADC_SMPR1(_SAMPLETIME_, _CHANNELNB_) \ argument 337 ((_SAMPLETIME_) << (3 * ((_CHANNELNB_) - 20))) 465 #define ADC_SMPR0_CHANNEL_SET(__HANDLE__, _SAMPLETIME_, __CHANNEL__) \ argument 468 ADC_SMPR0((_SAMPLETIME_), (__CHANNEL__)) ) 470 #define ADC_SMPR0_CHANNEL_SET(__HANDLE__, _SAMPLETIME_, __CHANNEL__) __NOP() argument
|
D | stm32l1xx_hal_adc.h | 894 #define ADC_SMPR2(_SAMPLETIME_, _CHANNELNB_) \ argument 895 ((_SAMPLETIME_) << (3 * ((_CHANNELNB_) - 10))) 903 #define ADC_SMPR3(_SAMPLETIME_, _CHANNELNB_) \ argument 904 ((_SAMPLETIME_) << (3 * (_CHANNELNB_)))
|
/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 669 ((_SAMPLETIME_) << (ADC_SMPR1_SMP11_Pos * ((_CHANNELNB_) - 10))) 677 #define ADC_SMPR2(_SAMPLETIME_, _CHANNELNB_) \ argument 678 ((_SAMPLETIME_) << (ADC_SMPR2_SMP1_Pos * (_CHANNELNB_)))
|
/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 3549 ((_SAMPLETIME_) << (3U * ((_CHANNELNB_) - 10U))) 3557 #define ADC_SMPR2(_SAMPLETIME_, _CHANNELNB_) \ argument 3558 ((_SAMPLETIME_) << (3U * (_CHANNELNB_)))
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_hal_adc.h | 739 #define ADC_SMPR_SET(_SAMPLETIME_) \ argument 740 ((_SAMPLETIME_) & (ADC_SMPR_SMP))
|