HAL2 API for turning timer output on/off
Hello,
What HAL2 API can I use to turn on/off the output of a timer? In HAL (ver 1) this could have been done like this:
TIMx->CCER &= ~TIM_CCER_CC1E; // Example for Channel 1: ~TIM_CCER_CC1E
// or
__HAL_TIM_MOE_DISABLE(&htimx);
Thank you,
-Gil
