Question
Where is TIM_GetITStatus() documented?
Posted on October 14, 2015 at 22:57
I'm using the STM32F0308-DISCO board and want to have an interrupt generated on both edges of a PWM (generated by TIM15). Using STM32CubeMX, I found how to generate the TIM15_IRQHandler. Then, a search here showed a few examples that call the function TIM_GetITStatus() - but that's where I get lost.
Can someone point me to where that function is documented? (And what other functions might be relevant to a Timer interrupt?)Thanks!