Reset timer output compare output with timer in one pulse mode
I am using an STM32H742 MCU and have a timer with an output connected to the output compare function. The timer is triggered from another timer and set to One Pulse Mode. Basically I want the output to go high and stay high once the compare value is hit after being triggered by the other counter. That all seems to be working just fine.
Now, I want to be able to "reset" the timer so that the output goes back low and the timer can be triggered again. It is unclear to me what exactly I need to do to accomplish this. I can force the output value to be low by setting it to forced inactive mode, but it is not clear if once I switch it back to active on match if it will immediately go high or wait to be triggered again.