git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5572 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2013-04-08 11:34:36 +00:00
parent ed0b21265f
commit f2e40f1ace
1 changed files with 3 additions and 3 deletions

View File

@ -395,7 +395,7 @@
typedef enum {
ICU_INPUT_ACTIVE_HIGH = 0, /**< Trigger on rising edge. */
ICU_INPUT_ACTIVE_LOW = 1, /**< Trigger on falling edge. */
}icumode_t;
} icumode_t;
/**
* @brief ICU frequency type.
@ -412,7 +412,7 @@ typedef enum {
ICU_CHANNEL_4 = 3, /**< Use SMODxCH4. */
ICU_CHANNEL_5 = 4, /**< Use SMODxCH5. */
ICU_CHANNEL_6 = 5, /**< Use SMODxCH6. */
}icuchannel_t;
} icuchannel_t;
/**
* @brief ICU counter type.
@ -451,7 +451,7 @@ typedef struct {
*/
icuchannel_t channel;
/* End of the mandatory fields.*/
}ICUConfig;
} ICUConfig;
/**
* @brief Structure representing an ICU driver.