In the driver library for the timer module of the msp430f5438a, there is an initialization function for the timer, namely TIMER_A_initUpMode() (to configure the timer in UP mode).
Why do we also need to specify the mode in the TIMER_A_startCounter() method?
Isn't that already mentioned in the previous function?