Searched refs:THSel (Results 1 – 4 of 4) sorted by relevance
122 void TADC_IntTHConfig(uint32_t THSel) in TADC_IntTHConfig() argument127 assert_parameters(IS_ADCTINY_THSEL(THSel)); in TADC_IntTHConfig()131 tmp |= THSel; in TADC_IntTHConfig()
123 void TADC_IntTHConfig(uint32_t THSel) in TADC_IntTHConfig() argument128 assert_parameters(IS_ADCTINY_THSEL(THSel)); in TADC_IntTHConfig()132 tmp |= THSel; in TADC_IntTHConfig()
70 void TADC_IntTHConfig(uint32_t THSel);
Completed in 7 milliseconds