git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4642 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
7c88d27c82
commit
2bbff3550a
|
@ -707,8 +707,6 @@ void usb_lld_prepare_receive(USBDriver *usbp, usbep_t ep) {
|
|||
*
|
||||
* @param[in] usbp pointer to the @p USBDriver object
|
||||
* @param[in] ep endpoint number
|
||||
* @param[in] buf buffer where to fetch the data to be transmitted
|
||||
* @param[in] n maximum number of bytes to copy
|
||||
*
|
||||
* @notapi
|
||||
*/
|
||||
|
|
|
@ -49,8 +49,8 @@
|
|||
* @name STM32-specific EXT channel modes
|
||||
* @{
|
||||
*/
|
||||
#define EXT_MODE_GPIO_MASK 0xF0 /**< @bried Port field mask. */
|
||||
#define EXT_MODE_GPIO_OFF 4 /**< @bried Port field offset. */
|
||||
#define EXT_MODE_GPIO_MASK 0xF0 /**< @brief Port field mask. */
|
||||
#define EXT_MODE_GPIO_OFF 4 /**< @brief Port field offset. */
|
||||
#define EXT_MODE_GPIOA 0x00 /**< @brief GPIOA identifier. */
|
||||
#define EXT_MODE_GPIOB 0x10 /**< @brief GPIOB identifier. */
|
||||
#define EXT_MODE_GPIOC 0x20 /**< @brief GPIOC identifier. */
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @file templates/i2s_lld.c
|
||||
* @file STM32/i2s_lld.c
|
||||
* @brief I2S Driver subsystem low level driver source template.
|
||||
*
|
||||
* @addtogroup I2S
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @file templates/i2s_lld.h
|
||||
* @file STM32/i2s_lld.h
|
||||
* @brief I2S Driver subsystem low level driver header template.
|
||||
*
|
||||
* @addtogroup I2S
|
||||
|
|
|
@ -294,11 +294,11 @@ struct ICUDriver {
|
|||
*/
|
||||
stm32_tim_t *tim;
|
||||
/**
|
||||
* @bried CCR register used for width capture.
|
||||
* @brief CCR register used for width capture.
|
||||
*/
|
||||
volatile uint32_t *wccrp;
|
||||
/**
|
||||
* @bried CCR register used for period capture.
|
||||
* @brief CCR register used for period capture.
|
||||
*/
|
||||
volatile uint32_t *pccrp;
|
||||
};
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @file STM3F1xx/stm32_isr.h
|
||||
* @file STM32F1xx/stm32_isr.h
|
||||
* @brief ISR remapper driver header.
|
||||
*
|
||||
* @addtogroup STM32F1xx_ISR
|
||||
|
|
Loading…
Reference in New Issue