git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14375 27425a3e-05d8-49a3-a47f-9c15f0e5edd8

This commit is contained in:
Giovanni Di Sirio 2021-05-15 12:26:43 +00:00
parent 9f705c9d30
commit 8cf382bbe1
3 changed files with 5 additions and 13 deletions

View File

@ -252,6 +252,11 @@
/* Driver data structures and types. */
/*===========================================================================*/
/**
* @brief Type of a clock point identifier.
*/
typedef unsigned halclkpt_t;
/*===========================================================================*/
/* Driver macros. */
/*===========================================================================*/

View File

@ -1542,11 +1542,6 @@
/* Driver data structures and types. */
/*===========================================================================*/
/**
* @brief Type of a clock point identifier.
*/
typedef unsigned halclkpt_t;
#if defined(HAL_LLD_USE_CLOCK_MANAGEMENT) || defined(__DOXYGEN__)
/**
* @brief Type of a clock point frequency in Hz.

View File

@ -67,14 +67,6 @@
/*===========================================================================*/
#if defined(HAL_LLD_USE_CLOCK_MANAGEMENT) || defined(__DOXYGEN__)
/**
* @brief Type of clock point names.
*/
typedef enum {
clk_core = 0,
clk_peripherals = 1
} halclkpt_t;
/**
* @brief Type of a clock point frequency in Hz.
*/