aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authorbarthess <barthess@yandex.ru>2015-03-13 23:19:12 +0300
committerbarthess <barthess@yandex.ru>2015-03-13 23:19:12 +0300
commit22819b0f466a94a99cd65c970cea5623235d179d (patch)
tree9ef472c82d04661bacb967bbd22d52a213417896 /os
parent6f9bf595fd7b75b56248b4fe44a21d6b11da90cb (diff)
downloadChibiOS-Contrib-22819b0f466a94a99cd65c970cea5623235d179d.tar.gz
ChibiOS-Contrib-22819b0f466a94a99cd65c970cea5623235d179d.tar.bz2
ChibiOS-Contrib-22819b0f466a94a99cd65c970cea5623235d179d.zip
EICU. Temporal code moved to main chibios repo.
Diffstat (limited to 'os')
-rw-r--r--os/hal/ports/STM32/LLD/eicu_lld.h72
1 files changed, 0 insertions, 72 deletions
diff --git a/os/hal/ports/STM32/LLD/eicu_lld.h b/os/hal/ports/STM32/LLD/eicu_lld.h
index 28878ce..45d9b4e 100644
--- a/os/hal/ports/STM32/LLD/eicu_lld.h
+++ b/os/hal/ports/STM32/LLD/eicu_lld.h
@@ -25,78 +25,6 @@
#if HAL_USE_EICU || defined(__DOXYGEN__)
-
-/*===========================================================================*/
-/* Temporal definitions to be moved in main repository. */
-/*===========================================================================*/
-
-
-
-#define STM32_TIM10_NUMBER 25
-#define STM32_TIM13_NUMBER 44
-
-#define STM32_TIM10_HANDLER VectorA4
-#define STM32_TIM13_HANDLER VectorF0
-
-/**
- * @brief Enables the TIM10 peripheral clock.
- * @note The @p lp parameter is ignored in this family.
- *
- * @param[in] lp low power enable flag
- *
- * @api
- */
-#define rccEnableTIM10(lp) rccEnableAPB2(RCC_APB2ENR_TIM10EN, lp)
-
-/**
- * @brief Disables the TIM10 peripheral clock.
- * @note The @p lp parameter is ignored in this family.
- *
- * @param[in] lp low power enable flag
- *
- * @api
- */
-#define rccDisableTIM10(lp) rccDisableAPB2(RCC_APB2ENR_TIM10EN, lp)
-
-/**
- * @brief Resets the TIM10 peripheral.
- *
- * @api
- */
-#define rccResetTIM10() rccResetAPB2(RCC_APB2RSTR_TIM10RST)
-
-/**
- * @brief Enables the TIM13 peripheral clock.
- * @note The @p lp parameter is ignored in this family.
- *
- * @param[in] lp low power enable flag
- *
- * @api
- */
-#define rccEnableTIM13(lp) rccEnableAPB1(RCC_APB1ENR_TIM13EN, lp)
-
-/**
- * @brief Disables the TIM13 peripheral clock.
- * @note The @p lp parameter is ignored in this family.
- *
- * @param[in] lp low power enable flag
- *
- * @api
- */
-#define rccDisableTIM13(lp) rccDisableAPB1(RCC_APB1ENR_TIM13EN, lp)
-
-/**
- * @brief Resets the TIM13 peripheral.
- *
- * @api
- */
-#define rccResetTIM13() rccResetAPB1(RCC_APB1RSTR_TIM13RST)
-
-
-
-
-
-
/*===========================================================================*/
/* Driver constants. */
/*===========================================================================*/