Question
HAL_StatusTypeDef
Posted on June 05, 2017 at 10:04
Hi,
Hopefully a simple question :)
Developing code on STM32F429. I have Cube installed on my Mac, running demo programs without issue.
I am after the definition of HAL_StatusTypeDef . Where is it defined (what file?).
I see it used in the APIs, but I cannot see it defined anywhere.
Example usage.
HAL_StatusTypeDef HAL_TIM_IC_Stop_DMA(TIM_HandleTypeDef *htim, uint32_t Channel)
Thanks / Frank