How do we publish the APIs generated by the DDGen so that Device driver users can use the generated driver?
The functionality of the APIs are implemented in what is called a “feature” in the DPS file. The name of the feature along with the input and output parameters determine the API signature that will be generated. The information pertaining to the APIs generated by DDGen in terms of parameters passed, return type and the functionality of the API can also be extracted by “doxygen”.