Home
last modified time | relevance | path

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

/btstack/port/msp432p401lp-cc256x/ti/devices/msp432p4xx/driverlib/
H A Dtimer_a.h102 uint_fast16_t timerPeriod; member
124 uint_fast16_t timerPeriod; member
188 uint_fast16_t timerPeriod; member
H A Dtimer_a.c202 TIMER_A_CMSIS(timer)->CCR[0] = config->timerPeriod; in Timer_A_configureUpMode()
237 TIMER_A_CMSIS(timer)->CCR[0] = config->timerPeriod; in Timer_A_configureUpDownMode()
549 TIMER_A_CMSIS(timer)->CCR[0] = config->timerPeriod; in Timer_A_generatePWM()