Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc32xx/inc/
Dhw_timer.h159 #define TIMER_CTL_TBPWML 0x00004000 // GPTM Timer B PWM Output Level macro
/hal_ti-latest/simplelink/source/ti/drivers/pwm/
DPWMTimerCC32XX.c558 (halfTimer & (TIMER_CTL_TAPWML | TIMER_CTL_TBPWML)); in PWMTimerCC32XX_setDuty()
700 (halfTimer & (TIMER_CTL_TAPWML | TIMER_CTL_TBPWML)); in PWMTimerCC32XX_setDutyAndPeriod()
/hal_ti-latest/simplelink/source/ti/devices/cc32xx/driverlib/
Dtimer.c262 ulTimer &= TIMER_CTL_TAPWML | TIMER_CTL_TBPWML; in TimerControlLevel()