git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8693 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
64acf753c7
commit
c13011a069
|
@ -16,7 +16,7 @@
|
|||
|
||||
/**
|
||||
* @defgroup DAC DAC Driver
|
||||
* @brief Generic DAC driver.
|
||||
* @brief Generic DAC Driver.
|
||||
* @details This module implements a generic DAC (Digital to Analog Converter)
|
||||
* driver.
|
||||
* @pre In order to use the MAC driver the @p HAL_USE_DAC option
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
/**
|
||||
* @defgroup MAC MAC Driver
|
||||
* @brief Generic MAC driver.
|
||||
* @brief Generic MAC Driver.
|
||||
* @details This module implements a generic MAC (Media Access Control)
|
||||
* driver for Ethernet controllers.
|
||||
* @pre In order to use the MAC driver the @p HAL_USE_MAC option
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
/**
|
||||
* @defgroup RTC RTC Driver
|
||||
* @brief Real Time Clock Abstraction Layer
|
||||
* @brief Generic RTC Driver.
|
||||
* @details This module defines an abstract interface for a Real Time Clock
|
||||
* Peripheral.
|
||||
* @pre In order to use the RTC driver the @p HAL_USE_RTC option
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
/**
|
||||
* @defgroup WDG WDG Driver
|
||||
* @brief Watchdog Timer Abstraction Layer
|
||||
* @brief Generic WDG Driver
|
||||
* @details This module defines an abstract interface for a watchdog
|
||||
* timer.
|
||||
* @pre In order to use the WDG driver the @p HAL_USE_WDG option
|
||||
|
|
Loading…
Reference in New Issue