git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@703 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
4ab8cc4e84
commit
fd3e840247
|
@ -70,7 +70,7 @@
|
|||
#define CR_HSION_MASK (0x1 << 0)
|
||||
#define CR_HSIRDY_MASK (0x1 << 1)
|
||||
#define CR_HSITRIM_MASK (0x1F << 3)
|
||||
#define HSITRIM_RESET_BITS (1 << 3)
|
||||
#define HSITRIM_RESET_BITS (0x10 << 3)
|
||||
#define CR_HSICAL_MASK (0xFF << 8)
|
||||
#define CR_HSEON_MASK (0x1 << 16)
|
||||
#define CR_HSERDY_MASK (0x1 << 17)
|
||||
|
|
Loading…
Reference in New Issue