Home
last modified time | relevance | path

Searched refs:_CHANNELNB_ (Results 1 – 10 of 10) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_adc.h668 #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_)))
686 #define ADC_SQR3_RK(_CHANNELNB_, _RANKNB_) \ argument
687 ((_CHANNELNB_) << (ADC_SQR3_SQ2_Pos * ((_RANKNB_) - 1)))
695 #define ADC_SQR2_RK(_CHANNELNB_, _RANKNB_) \ argument
696 ((_CHANNELNB_) << (ADC_SQR2_SQ8_Pos * ((_RANKNB_) - 7)))
704 #define ADC_SQR1_RK(_CHANNELNB_, _RANKNB_) \ argument
705 ((_CHANNELNB_) << (ADC_SQR1_SQ14_Pos * ((_RANKNB_) - 13)))
[all …]
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_adc.h894 #define ADC_SMPR2(_SAMPLETIME_, _CHANNELNB_) \ argument
895 ((_SAMPLETIME_) << (3 * ((_CHANNELNB_) - 10)))
903 #define ADC_SMPR3(_SAMPLETIME_, _CHANNELNB_) \ argument
904 ((_SAMPLETIME_) << (3 * (_CHANNELNB_)))
912 #define ADC_SQR5_RK(_CHANNELNB_, _RANKNB_) \ argument
913 ((_CHANNELNB_) << (5 * ((_RANKNB_) - 1)))
921 #define ADC_SQR4_RK(_CHANNELNB_, _RANKNB_) \ argument
922 ((_CHANNELNB_) << (5 * ((_RANKNB_) - 7)))
930 #define ADC_SQR3_RK(_CHANNELNB_, _RANKNB_) \ argument
931 ((_CHANNELNB_) << (5 * ((_RANKNB_) - 13)))
[all …]
Dstm32l1xx_hal_adc_ex.h313 #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)))
/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
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
Dstm32f2xx_hal_adc_ex.h329 #define ADC_JSQR(_CHANNELNB_, _RANKNB_, _JSQR_JL_) (((uint32_t)((uint16_t)(_CHANNELNB_))) << (5U… 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
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
Dstm32f4xx_hal_adc_ex.h367 #define ADC_JSQR(_CHANNELNB_, _RANKNB_, _JSQR_JL_) (((uint32_t)((uint16_t)(_CHANNELNB_))) << (5U… 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
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
3549 ((_SAMPLETIME_) << (3U * ((_CHANNELNB_) - 10U)))
3557 #define ADC_SMPR2(_SAMPLETIME_, _CHANNELNB_) \ argument
[all …]
/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
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
Dstm32f7xx_hal_adc_ex.h326 #define ADC_JSQR(_CHANNELNB_, _RANKNB_,_JSQR_JL_) (((uint32_t)((uint16_t)(_CHANNELNB_))) << (5 * … argument