You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/registers/rcc_wba.yaml
+64Lines changed: 64 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -992,6 +992,11 @@ fieldset/CCIPR2:
992
992
bit_offset: 28
993
993
bit_size: 2
994
994
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."
description: "Remove reset flag security\r Set and reset by software."
1387
1392
bit_offset: 12
1388
1393
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)"
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."
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."
0 commit comments