aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/gpt_lld.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-03-31 12:35:42 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-03-31 12:35:42 +0000
commit91e4dee81eef472b69d7b5fe321d8c16b4a0ac59 (patch)
treed83dcdad84d5f3395533dbb9c05f92e7bfd3c05c /os/hal/platforms/STM32/gpt_lld.h
parenta58a524d4c7e58d03a0fa3698f09fb17985a70bc (diff)
downloadChibiOS-91e4dee81eef472b69d7b5fe321d8c16b4a0ac59.tar.gz
ChibiOS-91e4dee81eef472b69d7b5fe321d8c16b4a0ac59.tar.bz2
ChibiOS-91e4dee81eef472b69d7b5fe321d8c16b4a0ac59.zip
Generic improvements to the GPT driver organization.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2854 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32/gpt_lld.h')
-rw-r--r--os/hal/platforms/STM32/gpt_lld.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/os/hal/platforms/STM32/gpt_lld.h b/os/hal/platforms/STM32/gpt_lld.h
index 2d7fd13f1..cf749077f 100644
--- a/os/hal/platforms/STM32/gpt_lld.h
+++ b/os/hal/platforms/STM32/gpt_lld.h
@@ -164,18 +164,6 @@ typedef uint32_t gptfreq_t;
typedef uint16_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.
*/