iLLD_TC27xD
1.0
|
The microcontroller documentation root group is IfxLld. The group is defined in the file info.dox located in the microcontroller derivative root directory.
Example:
Module's group names have the follwing syntax: '\defgroup IfxLld_<Module>'. The group is direct child of the Microcontroller root group.
v <Module> is the module short name in with the 1st letter upper case and then lower case. The group name is defined in the Ifx<Module>_regdef.h file. Example:
The following groups are also defined in the Ifx<Module>_regdef.h file for each modules:
Module's standard driver group have the follwing syntax: '\defgroup IfxLld_<Module>_Std'. The group is direct child of the Modules group.
Example:
Module's interface driver group have the follwing syntax: '\defgroup IfxLld_<Module>_<Interface>'. The group is direct child of the Modules group.
<Interface> is the interface driver name.
Example:
Example:
The return value shall be documented using \return when docuementation is provided for a single case.
The return value shall be documented using \retval when docuementation is provided for a multiple case.
Example (single case):
Output:
Example (multiple case):Output:
TRUE | in case of success |
FALSE | in case of error |
Documentation shall provide range for parameters when not entirely defined.
Example: