git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14375 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
9f705c9d30
commit
8cf382bbe1
|
@ -252,6 +252,11 @@
|
||||||
/* Driver data structures and types. */
|
/* Driver data structures and types. */
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Type of a clock point identifier.
|
||||||
|
*/
|
||||||
|
typedef unsigned halclkpt_t;
|
||||||
|
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
/* Driver macros. */
|
/* Driver macros. */
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
|
@ -1542,11 +1542,6 @@
|
||||||
/* Driver data structures and types. */
|
/* 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__)
|
#if defined(HAL_LLD_USE_CLOCK_MANAGEMENT) || defined(__DOXYGEN__)
|
||||||
/**
|
/**
|
||||||
* @brief Type of a clock point frequency in Hz.
|
* @brief Type of a clock point frequency in Hz.
|
||||||
|
|
|
@ -67,14 +67,6 @@
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
||||||
#if defined(HAL_LLD_USE_CLOCK_MANAGEMENT) || defined(__DOXYGEN__)
|
#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.
|
* @brief Type of a clock point frequency in Hz.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue