diff options
Diffstat (limited to 'os/hal/platforms/LPC11xx/gpt_lld.h')
-rw-r--r-- | os/hal/platforms/LPC11xx/gpt_lld.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/os/hal/platforms/LPC11xx/gpt_lld.h b/os/hal/platforms/LPC11xx/gpt_lld.h index a1a516d6e..1aa1e3b90 100644 --- a/os/hal/platforms/LPC11xx/gpt_lld.h +++ b/os/hal/platforms/LPC11xx/gpt_lld.h @@ -127,18 +127,6 @@ typedef uint32_t gptfreq_t; typedef uint32_t gptcnt_t;
/**
- * @brief Type of a structure representing a GPT driver.
- */
-typedef struct GPTDriver GPTDriver;
-
-/**
- * @brief GPT notification callback type.
- *
- * @param[in] gptp pointer to a @p GPTDriver object
- */
-typedef void (*gptcallback_t)(GPTDriver *gptp);
-
-/**
* @brief Driver configuration structure.
* @note It could be empty on some architectures.
*/
@@ -171,10 +159,6 @@ struct GPTDriver { const GPTConfig *config;
/* End of the mandatory fields.*/
/**
- * @brief Timer base clock.
- */
- uint32_t clock;
- /**
* @brief Pointer to the CTxxBy registers block.
*/
LPC_TMR_TypeDef *tmr;
|