Searched refs:_SAMPLETIME_ (Results 1 – 2 of 2) sorted by relevance
656 #define ADC_SMPR1(_SAMPLETIME_, _CHANNELNB_) ((_SAMPLETIME_) << (3 * (((uint32_t)((uint16_t)(_CHANN… argument664 #define ADC_SMPR2(_SAMPLETIME_, _CHANNELNB_) ((_SAMPLETIME_) << (3 * ((uint32_t)((uint16_t)(_CHANNE… argument
710 #define ADC_SMPR_SET(_SAMPLETIME_) \ argument711 ((_SAMPLETIME_) & (ADC_SMPR_SMP))
Completed in 7 milliseconds