Small documentation error.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6152 35acf78f-673a-0410-8e92-d51de3d6d3f4master
parent
9568ccf9d1
commit
6c2ed791b1
|
@ -387,7 +387,7 @@ typedef struct {
|
|||
gptcallback_t callback;
|
||||
/* End of the mandatory fields.*/
|
||||
/**
|
||||
* @brief TIM CR2 register initialization data.
|
||||
* @brief TIM DIER register initialization data.
|
||||
* @note The value of this field should normally be equal to zero.
|
||||
* @note Only the DMA-related bits can be specified in this field.
|
||||
*/
|
||||
|
|
|
@ -292,7 +292,7 @@ typedef struct {
|
|||
*/
|
||||
icuchannel_t channel;
|
||||
/**
|
||||
* @brief TIM CR2 register initialization data.
|
||||
* @brief TIM DIER register initialization data.
|
||||
* @note The value of this field should normally be equal to zero.
|
||||
* @note Only the DMA-related bits can be specified in this field.
|
||||
*/
|
||||
|
|
|
@ -354,7 +354,7 @@ typedef struct {
|
|||
uint32_t bdtr;
|
||||
#endif
|
||||
/**
|
||||
* @brief TIM CR2 register initialization data.
|
||||
* @brief TIM DIER register initialization data.
|
||||
* @note The value of this field should normally be equal to zero.
|
||||
* @note Only the DMA-related bits can be specified in this field.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue