i want the Timer 0 work in 16BIT mode,and prescaler ratio = 8
but I can't find a function to config the Timer A Pre-scaler(TAPSR) in the Driver code(GPTimerCC26XX), only find the :
#define GPT_TAPR_TAPSR_W 8
#define GPT_TAPR_TAPSR_M 0X000000FF
#define GPT_TAPR_TAPSR_S 0
and find :
AUXTimerPrescalerSet(uint32_t ui32Timer,uint32_t ui32PrescalerDiv);
in the "aux_timer.h"
but i don't know how to use this, so ,how to config the Prescaler of the Timer?
Thanks a lot in advance.
