STM32

In STM32H735 .c at line 482 there is a RegisteredCallback.With red rectangle is denoted the referenced callback of type BSP_COM_Cb_t .In can not find where is this type defined.I expect to find a #typedef which can introduce this type of data as pointer to COM MspInit/MspDeInit callback functions, but nowhere can be found.Also which exactly is the stored callbacks structure.

  • Are you using STM32CubeIDE? Right click on the item in question to find the info you're looking for.