This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

uVision: Documentation for Functions

Good day, everyone!

I had tried to do some searching on this functionality, but I might had used the incorrect words to describe that feature.  So I do apologize if this had been asked mutliple times already.  I am trying to find out how I can use the documentation for user made functions.  When viewing the functions that were provided by uVision, for example the CAN_LPC18xx.c, there are functions that contain:

  • \fn - Function Name
  • \brief - Short description of the function
  • \param[in] - Argument description
  • \return - return description

/**
  \fn          uint32_t CANx_WaitWhileBusy (uint8_t x)
  \brief       Wait for CMDREQ_BUSY flag to clear
  \param[in]   x      Controller number (0..1)
  \return      1 = OK; 0 = timeout
*/
static __INLINE uint32_t CANx_WaitWhileBusy (uint8_t x) {...}

Is there a way that I can have the template automatically generate for me in uVision, is there any formal documentation as to how I can use that feature?  I am aware, for example, in C# using Visual Studio I can use three consecutive backlashes to have a template almost adjacent above.

Thank you for your time!

Parents Reply Children
No data