git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4480 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
0c66e8a71b
commit
09d733a314
|
@ -222,6 +222,23 @@
|
|||
* @ingroup STM32F2xx_DRIVERS
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup STM32F2xx_SDC STM32F2xx SDC Support
|
||||
* @details The STM32F2xx SDC driver uses the SDIO peripheral.
|
||||
*
|
||||
* @section stm32f2xx_sdc_1 Supported HW resources
|
||||
* - SDIO.
|
||||
* - DMA2.
|
||||
* .
|
||||
* @section stm32f2xx_sdc_2 STM32F4xx SDC driver implementation features
|
||||
* - Clock stop for reduced power usage when the driver is in stop state.
|
||||
* - Programmable interrupt priority.
|
||||
* - DMA is used for receiving and transmitting.
|
||||
* - Programmable DMA bus priority for each DMA channel.
|
||||
* .
|
||||
* @ingroup STM32F2xx_DRIVERS
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup STM32F2xx_SERIAL STM32F2xx Serial Support
|
||||
* @details The STM32F2xx Serial driver uses the USART/UART peripherals in a
|
||||
|
|
|
@ -70,18 +70,18 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @defgroup STM32F2xx_CAN STM32F2xx CAN Support
|
||||
* @details The STM32F2xx CAN driver uses the CAN peripherals.
|
||||
* @defgroup STM32F4xx_CAN STM32F4xx CAN Support
|
||||
* @details The STM32F4xx CAN driver uses the CAN peripherals.
|
||||
*
|
||||
* @section stm32f2xx_can_1 Supported HW resources
|
||||
* @section stm32f4xx_can_1 Supported HW resources
|
||||
* - bxCAN1.
|
||||
* .
|
||||
* @section stm32f2xx_can_2 STM32F2xx CAN driver implementation features
|
||||
* @section stm32f4xx_can_2 STM32F4xx CAN driver implementation features
|
||||
* - Clock stop for reduced power usage when the driver is in stop state.
|
||||
* - Support for bxCAN sleep mode.
|
||||
* - Programmable bxCAN interrupts priority level.
|
||||
* .
|
||||
* @ingroup STM32F2xx_DRIVERS
|
||||
* @ingroup STM32F4xx_DRIVERS
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -222,6 +222,23 @@
|
|||
* @ingroup STM32F4xx_DRIVERS
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup STM32F4xx_SDC STM32F4xx SDC Support
|
||||
* @details The STM32F4xx SDC driver uses the SDIO peripheral.
|
||||
*
|
||||
* @section stm32f4xx_sdc_1 Supported HW resources
|
||||
* - SDIO.
|
||||
* - DMA2.
|
||||
* .
|
||||
* @section stm32f4xx_sdc_2 STM32F4xx SDC driver implementation features
|
||||
* - Clock stop for reduced power usage when the driver is in stop state.
|
||||
* - Programmable interrupt priority.
|
||||
* - DMA is used for receiving and transmitting.
|
||||
* - Programmable DMA bus priority for each DMA channel.
|
||||
* .
|
||||
* @ingroup STM32F4xx_DRIVERS
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup STM32F4xx_SERIAL STM32F4xx Serial Support
|
||||
* @details The STM32F4xx Serial driver uses the USART/UART peripherals in a
|
||||
|
|
Loading…
Reference in New Issue