2014-02-03 19:37:31 +01:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2013 Freie Universität Berlin
|
|
|
|
*
|
2014-08-27 18:47:31 +02:00
|
|
|
* This file is subject to the terms and conditions of the GNU Lesser
|
|
|
|
* General Public License v2.1. See the file LICENSE in the top level
|
|
|
|
* directory for more details.
|
2014-02-03 19:37:31 +01:00
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
2014-08-06 15:06:06 +02:00
|
|
|
* @defgroup driver_periph Peripheral drivers
|
|
|
|
* @ingroup drivers
|
2014-02-04 18:47:05 +01:00
|
|
|
* @brief Low-level peripheral drivers
|
2014-02-03 19:37:31 +01:00
|
|
|
*
|
2014-02-04 18:47:05 +01:00
|
|
|
* The module contains the low-level peripheral driver layer. It consists of a set
|
2014-02-03 19:37:31 +01:00
|
|
|
* of platform independent interface definitions and cpu specific implementations
|
|
|
|
* for every targeted platform.
|
|
|
|
*/
|