Skip to content

Commit 9458f83

Browse files
author
Gerzain Mata
committed
Fixing chiptool-generated errors for rcc_wba.yml
1 parent 0337d3d commit 9458f83

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed

data/registers/rcc_wba.yaml

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -992,6 +992,11 @@ fieldset/CCIPR2:
992992
bit_offset: 28
993993
bit_size: 2
994994
enum: OTGHSSEL
995+
- name: ASSEL
996+
description: "RCC audio synchronization kernel clock source selection\r This bit allows to select the audio synchronization kernel clock source.\r Access can be secured by GTZC_TZSC SAI1SEC. When secure, a non-secure read/write access is RAZ/WI. It does not generate an illegal access interrupt. This bit can be protected against unprivileged access when secure with RCC SPRIV or when non-secure with RCC NSPRIV."
997+
bit_offset: 30
998+
bit_size: 1
999+
enum: ASSEL
9951000
fieldset/CCIPR3:
9961001
description: RCC peripherals independent clock configuration register 3
9971002
fields:
@@ -1386,6 +1391,65 @@ fieldset/SECCFGR:
13861391
description: "Remove reset flag security\r Set and reset by software."
13871392
bit_offset: 12
13881393
bit_size: 1
1394+
fieldset/ASCR:
1395+
description: RCC audio synchronization control register
1396+
fields:
1397+
- name: CEN
1398+
description: "Counter enable\r This bit is set and cleared by software.\r Clearing this bit will reset the audio synchronization counter and capture prescaler and all associated registers ASCR, ASIER, ASSR, ASCNTR, ASARR, ASCAR, and ASCOR."
1399+
bit_offset: 0
1400+
bit_size: 1
1401+
- name: PSC
1402+
description: "Clock prescaler\r This field is set and cleared by software.\r Counter clock frequency = f_audiosync_ker_ck / (PSC + 1)"
1403+
bit_offset: 8
1404+
bit_size: 7
1405+
- name: CPS
1406+
description: "Capture prescaler\r This field is set and cleared by software.\r Capture period in number of counter periods. Capture period = counter period * (TPS + 1)"
1407+
bit_offset: 16
1408+
bit_size: 7
1409+
fieldset/ASIER:
1410+
description: RCC audio synchronization interrupt enable register
1411+
fields:
1412+
- name: CAIE
1413+
description: "Capture trigger interrupt enable\r This bit is set and cleared by software."
1414+
bit_offset: 0
1415+
bit_size: 1
1416+
- name: COIE
1417+
description: "Comparer interrupt enable\r This field is set and cleared by software."
1418+
bit_offset: 1
1419+
bit_size: 1
1420+
- name: CAEIE
1421+
description: "Capture error interrupt enable\r This field is set and cleared by software."
1422+
bit_offset: 2
1423+
bit_size: 1
1424+
fieldset/ASSR:
1425+
description: RCC audio synchronization status register
1426+
fields:
1427+
- name: CAF
1428+
description: "Capture trigger interrupt flag\r This field is set by hardware, only when CAIE is enabled. This bit is cleared by software by writing it to 0 or masked when CAIE is 0."
1429+
bit_offset: 0
1430+
bit_size: 1
1431+
- name: COF
1432+
description: "Comparer interrupt flag\r This field is set by hardware, only when COIE is enabled. This bit is cleared by software by writing it to 0 or masked when COIE is 0."
1433+
bit_offset: 1
1434+
bit_size: 1
1435+
- name: CAEF
1436+
description: "Capture error interrupt flag\r This field is set by hardware, only when CAEIE is enabled. This bit is cleared by software by writing it to 0 or masked when CAEIE is 0."
1437+
bit_offset: 2
1438+
bit_size: 1
1439+
fieldset/ASCNTR:
1440+
description: RCC audio synchronization counter register
1441+
fields:
1442+
- name: CNT
1443+
description: "Counter value\r This field is set by hardware.\r CNT[19:0] is the counter value at the time this register is read."
1444+
bit_offset: 0
1445+
bit_size: 19
1446+
fieldset/ASARR:
1447+
description: RCC audio synchronization auto-reload register
1448+
fields:
1449+
- name: AR
1450+
description: "Auto-reload value\r This field is set by software.\r CA[19:0] is the counter auto-reload value at which to restart the audio synchronization counter from value 0. It defines the counter period."
1451+
bit_offset: 0
1452+
bit_size: 19
13891453
enum/ADCSEL:
13901454
bit_size: 3
13911455
variants:

0 commit comments

Comments
 (0)