Home
last modified time | relevance | path

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

/hal_ti-3.4.0/simplelink/source/ti/devices/msp432p4xx/driverlib/
Dtimer_a.c387 uint_fast16_t voteOne, voteTwo, res; in Timer_A_getCounterValue() local
393 voteOne = voteTwo; in Timer_A_getCounterValue()
396 if (voteTwo > voteOne) in Timer_A_getCounterValue()
397 res = voteTwo - voteOne; in Timer_A_getCounterValue()
398 else if (voteOne > voteTwo) in Timer_A_getCounterValue()
399 res = voteOne - voteTwo; in Timer_A_getCounterValue()