Documentation fixes.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11425 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2018-02-02 10:25:11 +00:00
parent 4f98c8cf4c
commit 241e03a205
4 changed files with 6 additions and 6 deletions

View File

@ -308,11 +308,11 @@ typedef enum {
typedef void (*daccallback_t)(DACDriver *dacp, dacsample_t *buffer, size_t n);
/**
* @brief ADC error callback type.
* @brief DAC error callback type.
*
* @param[in] dacp pointer to the @p DACDriver object triggering the
* callback
* @param[in] err ADC error code
* @param[in] err DAC error code
*/
typedef void (*dacerrorcallback_t)(DACDriver *dacp, dacerror_t err);

View File

@ -119,7 +119,7 @@ void wdg_lld_start(WDGDriver *wdgp) {
*
* @param[in] wdgp pointer to the @p WDGDriver object
*
* @api
* @notapi
*/
void wdg_lld_stop(WDGDriver *wdgp) {

View File

@ -98,11 +98,11 @@ typedef enum {
typedef void (*daccallback_t)(DACDriver *dacp, dacsample_t *buffer, size_t n);
/**
* @brief ADC error callback type.
* @brief DAC error callback type.
*
* @param[in] dacp pointer to the @p DACDriver object triggering the
* callback
* @param[in] err ADC error code
* @param[in] err DAC error code
*/
typedef void (*dacerrorcallback_t)(DACDriver *dacp, dacerror_t err);

View File

@ -80,7 +80,7 @@ void wdg_lld_start(WDGDriver *wdgp) {
*
* @param[in] wdgp pointer to the @p WDGDriver object
*
* @api
* @notapi
*/
void wdg_lld_stop(WDGDriver *wdgp) {