git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3418 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
e3262e950c
commit
2913907698
|
@ -197,6 +197,22 @@
|
|||
* @ingroup STM32_DRIVERS
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup STM32_RCC STM32F1xx RCC Support
|
||||
* @details This RCC helper driver is used by the other drivers in order to
|
||||
* access the shared RCC resources in a consistent way.
|
||||
*
|
||||
* @section stm32f1xx_rcc_1 Supported HW resources
|
||||
* - RCC.
|
||||
* .
|
||||
* @section stm32f1xx_rcc_2 STM32F1xx RCC driver implementation features
|
||||
* - Peripherals reset.
|
||||
* - Peripherals clock enable.
|
||||
* - Periplerals clock disable.
|
||||
* .
|
||||
* @ingroup STM32_DRIVERS
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup STM32_SERIAL STM32L1xx Serial Support
|
||||
* @details The STM32L1xx Serial driver uses the USART/UART peripherals in a
|
||||
|
|
Loading…
Reference in New Issue