Rename HSI to HSI16 in L1.
This commit is contained in:
parent
f40f5a40c1
commit
9f45b0c48c
@ -624,8 +624,8 @@ fieldset/CIR:
|
|||||||
description: LSE ready interrupt flag
|
description: LSE ready interrupt flag
|
||||||
bit_offset: 1
|
bit_offset: 1
|
||||||
bit_size: 1
|
bit_size: 1
|
||||||
- name: HSIRDYF
|
- name: HSI16RDYF
|
||||||
description: HSI ready interrupt flag
|
description: HSI16 ready interrupt flag
|
||||||
bit_offset: 2
|
bit_offset: 2
|
||||||
bit_size: 1
|
bit_size: 1
|
||||||
- name: HSERDYF
|
- name: HSERDYF
|
||||||
@ -652,8 +652,8 @@ fieldset/CIR:
|
|||||||
description: LSE ready interrupt enable
|
description: LSE ready interrupt enable
|
||||||
bit_offset: 9
|
bit_offset: 9
|
||||||
bit_size: 1
|
bit_size: 1
|
||||||
- name: HSIRDYIE
|
- name: HSI16RDYIE
|
||||||
description: HSI ready interrupt enable
|
description: HSI16 ready interrupt enable
|
||||||
bit_offset: 10
|
bit_offset: 10
|
||||||
bit_size: 1
|
bit_size: 1
|
||||||
- name: HSERDYIE
|
- name: HSERDYIE
|
||||||
@ -676,8 +676,8 @@ fieldset/CIR:
|
|||||||
description: LSE ready interrupt clear
|
description: LSE ready interrupt clear
|
||||||
bit_offset: 17
|
bit_offset: 17
|
||||||
bit_size: 1
|
bit_size: 1
|
||||||
- name: HSIRDYC
|
- name: HSI16RDYC
|
||||||
description: HSI ready interrupt clear
|
description: HSI16 ready interrupt clear
|
||||||
bit_offset: 18
|
bit_offset: 18
|
||||||
bit_size: 1
|
bit_size: 1
|
||||||
- name: HSERDYC
|
- name: HSERDYC
|
||||||
@ -699,11 +699,11 @@ fieldset/CIR:
|
|||||||
fieldset/CR:
|
fieldset/CR:
|
||||||
description: Clock control register
|
description: Clock control register
|
||||||
fields:
|
fields:
|
||||||
- name: HSION
|
- name: HSI16ON
|
||||||
description: Internal high-speed clock enable
|
description: Internal high-speed clock enable
|
||||||
bit_offset: 0
|
bit_offset: 0
|
||||||
bit_size: 1
|
bit_size: 1
|
||||||
- name: HSIRDY
|
- name: HSI16RDY
|
||||||
description: Internal high-speed clock ready flag
|
description: Internal high-speed clock ready flag
|
||||||
bit_offset: 1
|
bit_offset: 1
|
||||||
bit_size: 1
|
bit_size: 1
|
||||||
@ -811,11 +811,11 @@ fieldset/CSR:
|
|||||||
fieldset/ICSCR:
|
fieldset/ICSCR:
|
||||||
description: Internal clock sources calibration register
|
description: Internal clock sources calibration register
|
||||||
fields:
|
fields:
|
||||||
- name: HSICAL
|
- name: HSI16CAL
|
||||||
description: nternal high speed clock calibration
|
description: nternal high speed clock calibration
|
||||||
bit_offset: 0
|
bit_offset: 0
|
||||||
bit_size: 8
|
bit_size: 8
|
||||||
- name: HSITRIM
|
- name: HSI16TRIM
|
||||||
description: High speed internal clock trimming
|
description: High speed internal clock trimming
|
||||||
bit_offset: 8
|
bit_offset: 8
|
||||||
bit_size: 5
|
bit_size: 5
|
||||||
@ -889,8 +889,8 @@ enum/MCOSEL:
|
|||||||
- name: SYSCLK
|
- name: SYSCLK
|
||||||
description: SYSCLK clock selected
|
description: SYSCLK clock selected
|
||||||
value: 1
|
value: 1
|
||||||
- name: HSI
|
- name: HSI16
|
||||||
description: HSI oscillator clock selected
|
description: HSI16 oscillator clock selected
|
||||||
value: 2
|
value: 2
|
||||||
- name: MSI
|
- name: MSI
|
||||||
description: MSI oscillator clock selected
|
description: MSI oscillator clock selected
|
||||||
@ -979,8 +979,8 @@ enum/PLLMUL:
|
|||||||
enum/PLLSRC:
|
enum/PLLSRC:
|
||||||
bit_size: 1
|
bit_size: 1
|
||||||
variants:
|
variants:
|
||||||
- name: HSI
|
- name: HSI16
|
||||||
description: HSI selected as PLL input clock
|
description: HSI16 selected as PLL input clock
|
||||||
value: 0
|
value: 0
|
||||||
- name: HSE
|
- name: HSE
|
||||||
description: HSE selected as PLL input clock
|
description: HSE selected as PLL input clock
|
||||||
@ -1039,8 +1039,8 @@ enum/SW:
|
|||||||
- name: MSI
|
- name: MSI
|
||||||
description: MSI oscillator used as system clock
|
description: MSI oscillator used as system clock
|
||||||
value: 0
|
value: 0
|
||||||
- name: HSI
|
- name: HSI16
|
||||||
description: HSI oscillator used as system clock
|
description: HSI16 oscillator used as system clock
|
||||||
value: 1
|
value: 1
|
||||||
- name: HSE
|
- name: HSE
|
||||||
description: HSE oscillator used as system clock
|
description: HSE oscillator used as system clock
|
||||||
|
Loading…
x
Reference in New Issue
Block a user