mbed library sources. Supersedes mbed-src.

Dependents:   Nucleo_Hello_Encoder BLE_iBeaconScan AM1805_DEMO DISCO-F429ZI_ExportTemplate1 ... more

Revision:
150:02e0a0aed4ec
Parent:
149:156823d33999
Child:
161:2cc1468da177
--- a/targets/TARGET_Silicon_Labs/TARGET_EFM32/emlib/src/em_dac.c	Fri Oct 28 11:17:30 2016 +0100
+++ b/targets/TARGET_Silicon_Labs/TARGET_EFM32/emlib/src/em_dac.c	Tue Nov 08 17:45:16 2016 +0000
@@ -1,10 +1,10 @@
 /***************************************************************************//**
  * @file em_dac.c
- * @brief Digital to Analog Coversion (DAC) Peripheral API
- * @version 4.2.1
+ * @brief Digital to Analog Converter (DAC) Peripheral API
+ * @version 5.0.0
  *******************************************************************************
  * @section License
- * <b>(C) Copyright 2015 Silicon Labs, http://www.silabs.com</b>
+ * <b>Copyright 2016 Silicon Laboratories, Inc. http://www.silabs.com</b>
  *******************************************************************************
  *
  * Permission is granted to anyone to use this software for any purpose,
@@ -37,13 +37,18 @@
 #include "em_bus.h"
 
 /***************************************************************************//**
- * @addtogroup EM_Library
+ * @addtogroup emlib
  * @{
  ******************************************************************************/
 
 /***************************************************************************//**
  * @addtogroup DAC
- * @brief Digital to Analog Coversion (DAC) Peripheral API
+ * @brief Digital to Analog Converter (DAC) Peripheral API
+ * @details
+ *  This module contains functions to control the DAC peripheral of Silicon
+ *  Labs 32-bit MCUs and SoCs. The DAC converts digital values to analog signals
+ *  at up to 500 ksps with 12-bit accuracy. The DAC is designed for low energy
+ *  consumption, but can also provide very good performance.
  * @{
  ******************************************************************************/
 
@@ -337,5 +342,5 @@
 
 
 /** @} (end addtogroup DAC) */
-/** @} (end addtogroup EM_Library) */
+/** @} (end addtogroup emlib) */
 #endif /* defined(DAC_COUNT) && (DAC_COUNT > 0) */