| /hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
| D | stm32l1xx_hal_adc.h | 894 #define ADC_SMPR2(_SAMPLETIME_, _CHANNELNB_) \ argument 903 #define ADC_SMPR3(_SAMPLETIME_, _CHANNELNB_) \ argument 912 #define ADC_SQR5_RK(_CHANNELNB_, _RANKNB_) \ argument 921 #define ADC_SQR4_RK(_CHANNELNB_, _RANKNB_) \ argument 930 #define ADC_SQR3_RK(_CHANNELNB_, _RANKNB_) \ argument 939 #define ADC_SQR2_RK(_CHANNELNB_, _RANKNB_) \ argument 948 #define ADC_SQR1_RK(_CHANNELNB_, _RANKNB_) \ argument 968 #define ADC_JSQR_RK_JL(_CHANNELNB_, _RANKNB_, _JSQR_JL_) \ argument
|
| 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
|
| /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 686 #define ADC_SQR3_RK(_CHANNELNB_, _RANKNB_) \ argument 695 #define ADC_SQR2_RK(_CHANNELNB_, _RANKNB_) \ argument 704 #define ADC_SQR1_RK(_CHANNELNB_, _RANKNB_) \ argument 725 #define ADC_JSQR_RK_JL(_CHANNELNB_, _RANKNB_, _JSQR_JL_) \ 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 2272 #define ADC_SQR1_RK(_CHANNELNB_, _RANKNB_) ((_CHANNELNB_) << (6U * (_RANKNB_))) argument 2280 #define ADC_SQR2_RK(_CHANNELNB_, _RANKNB_) ((_CHANNELNB_) << (6U * ((_RANKNB_) - 5U))) argument 2288 #define ADC_SQR3_RK(_CHANNELNB_, _RANKNB_) ((_CHANNELNB_) << (6U * ((_RANKNB_) - 10U))) argument 2296 #define ADC_SQR4_RK(_CHANNELNB_, _RANKNB_) ((_CHANNELNB_) << (6U * ((_RANKNB_) - 15U))) argument 2304 #define ADC_JSQR_RK(_CHANNELNB_, _RANKNB_) ((_CHANNELNB_) << (6U * (_RANKNB_) +2U)) argument 3548 #define ADC_SMPR1(_SAMPLETIME_, _CHANNELNB_) \ argument 3557 #define ADC_SMPR2(_SAMPLETIME_, _CHANNELNB_) \ argument 3566 #define ADC_SQR3_RK(_CHANNELNB_, _RANKNB_) \ argument [all …]
|
| /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 802 #define ADC_SQR3_RK(_CHANNELNB_, _RANKNB_) (((uint32_t)((uint16_t)(_CHANNELNB_))) << (5U * ((_RANKN… argument 810 #define ADC_SQR2_RK(_CHANNELNB_, _RANKNB_) (((uint32_t)((uint16_t)(_CHANNELNB_))) << (5U * ((_RANKN… argument 818 #define ADC_SQR1_RK(_CHANNELNB_, _RANKNB_) (((uint32_t)((uint16_t)(_CHANNELNB_))) << (5U * ((_RANKN… argument
|
| D | stm32f2xx_hal_adc_ex.h | 329 #define ADC_JSQR(_CHANNELNB_, _RANKNB_, _JSQR_JL_) (((uint32_t)((uint16_t)(_CHANNELNB_))) << (5U… 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 811 #define ADC_SQR3_RK(_CHANNELNB_, _RANKNB_) (((uint32_t)((uint16_t)(_CHANNELNB_))) << (5U * ((_RANKN… argument 819 #define ADC_SQR2_RK(_CHANNELNB_, _RANKNB_) (((uint32_t)((uint16_t)(_CHANNELNB_))) << (5U * ((_RANKN… argument 827 #define ADC_SQR1_RK(_CHANNELNB_, _RANKNB_) (((uint32_t)((uint16_t)(_CHANNELNB_))) << (5U * ((_RANKN… argument
|
| D | stm32f4xx_hal_adc_ex.h | 367 #define ADC_JSQR(_CHANNELNB_, _RANKNB_, _JSQR_JL_) (((uint32_t)((uint16_t)(_CHANNELNB_))) << (5U… 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 870 #define ADC_SQR3_RK(_CHANNELNB_, _RANKNB_) (((uint32_t)((uint16_t)(_CHANNELNB_))) << (5 * ((_RANKNB… argument 878 #define ADC_SQR2_RK(_CHANNELNB_, _RANKNB_) (((uint32_t)((uint16_t)(_CHANNELNB_))) << (5 * ((_RANKNB… argument 886 #define ADC_SQR1_RK(_CHANNELNB_, _RANKNB_) (((uint32_t)((uint16_t)(_CHANNELNB_))) << (5 * ((_RANKNB… argument
|
| D | stm32f7xx_hal_adc_ex.h | 326 #define ADC_JSQR(_CHANNELNB_, _RANKNB_,_JSQR_JL_) (((uint32_t)((uint16_t)(_CHANNELNB_))) << (5 * … argument
|