SAMV71 Xplained Ultra Software Package 1.4

the .c file.

Files

file  uip-code-style.c

Functions

void code_style_example_function (void)
 Use Doxygen documentation for functions.

Function Documentation

void code_style_example_function ( void   ) 

Use Doxygen documentation for functions.

Parameters:
c Briefly describe all parameters.
Returns:
Briefly describe the return value.
Return values:
0 Functions that return a few specified values
1 can use the
keyword instead of
Returns:
.

Put a longer description of what the function does after the preamble of Doxygen keywords.

This template should always be used to document functions. The text following the introduction is used as the function's documentation.

Function prototypes have the return type on one line, the name and arguments on one line (with no space between the name and the first parenthesis), followed by a single curly bracket on its own line.

Definition at line 70 of file uip-code-style.c.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines