Fixed typo.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4974 35acf78f-673a-0410-8e92-d51de3d6d3f4
master
gdisirio 2012-12-26 09:07:31 +00:00
parent f17c783014
commit fdfd900d97
5 changed files with 11 additions and 7 deletions

View File

@ -289,7 +289,7 @@ struct ADCDriver {
*/ */
ADC_TypeDef *adc; ADC_TypeDef *adc;
/** /**
* @brief Pointer to associated SMA channel. * @brief Pointer to associated DMA channel.
*/ */
const stm32_dma_stream_t *dmastp; const stm32_dma_stream_t *dmastp;
/** /**

View File

@ -301,7 +301,7 @@ struct ADCDriver {
*/ */
ADC_TypeDef *adc; ADC_TypeDef *adc;
/** /**
* @brief Pointer to associated SMA channel. * @brief Pointer to associated DMA channel.
*/ */
const stm32_dma_stream_t *dmastp; const stm32_dma_stream_t *dmastp;
/** /**

View File

@ -389,11 +389,15 @@ struct ADCDriver {
#endif #endif
/* End of the mandatory fields.*/ /* End of the mandatory fields.*/
/** /**
* @brief Pointer to the ADCx registers block. * @brief Pointer to the master ADCx registers block.
*/ */
ADC_TypeDef *adc; ADC_TypeDef *adcm;
/** /**
* @brief Pointer to associated SMA channel. * @brief Pointer to the slave ADCx registers block.
*/
ADC_TypeDef *adc2;
/**
* @brief Pointer to associated DMA channel.
*/ */
const stm32_dma_stream_t *dmastp; const stm32_dma_stream_t *dmastp;
/** /**

View File

@ -462,7 +462,7 @@ struct ADCDriver {
*/ */
ADC_TypeDef *adc; ADC_TypeDef *adc;
/** /**
* @brief Pointer to associated SMA channel. * @brief Pointer to associated DMA channel.
*/ */
const stm32_dma_stream_t *dmastp; const stm32_dma_stream_t *dmastp;
/** /**

View File

@ -368,7 +368,7 @@ struct ADCDriver {
*/ */
ADC_TypeDef *adc; ADC_TypeDef *adc;
/** /**
* @brief Pointer to associated SMA channel. * @brief Pointer to associated DMA channel.
*/ */
const stm32_dma_stream_t *dmastp; const stm32_dma_stream_t *dmastp;
/** /**