summaryrefslogtreecommitdiffstats
path: root/spec/dev/grlib/if/grclkgate.yml
blob: 19ed5a8788ab133f459a649659fec405555ea071 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
  This structure defines the ${.:/register-block-group} register block memory
  map.
copyrights:
- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
description: null
enabled-by: true
identifier: RTEMSDeviceGRCLKGATE
index-entries: []
interface-type: register-block
links:
- role: interface-ingroup
  uid: group
- role: interface-placement
  uid: grclkgate-header
definition:
- default:
    count: 1
    name: UNLOCK
  offset: 0x0
  variants: []
- default:
    count: 1
    name: CLKEN
  offset: 0x4
  variants: []
- default:
    count: 1
    name: RESET
  offset: 0x8
  variants: []
- default:
    count: 1
    name: OVERRIDE
  offset: 0xc
  variants: []
register-prefix: null
register-block-group: GRCLKGATE
register-block-size: 16
registers:
- bits:
  - default:
    - access: [r, w]
      brief: null
      description: null
      name: 'UNLOCK'
      start: 0
      width: 11
    variants: []
  brief: |
    Unlock register
  description: null
  name: UNLOCK
  width: 32
- bits:
  - default:
    - access: [r, w]
      brief: null
      description: null
      name: 'ENABLE'
      start: 0
      width: 11
    variants: []
  brief: |
    Clock enable register
  description: null
  name: CLKEN
  width: 32
- bits:
  - default:
    - access: [r, w]
      brief: null
      description: null
      name: 'RESET'
      start: 0
      width: 11
    variants: []
  brief: |
    Reset register
  description: null
  name: RESET
  width: 32
- bits:
  - default:
    - access: [r, w]
      brief: null
      description: null
      name: 'FOVERRIDE'
      start: 16
      width: 4
    - access: [r, w]
      brief: null
      description: null
      name: 'OVERRIDE'
      start: 0
      width: 4
    variants: []
  brief: |
    CPU/FPU override register
  description: null
  name: OVERRIDE
  width: 32
name: grclkgate
notes: null
type: interface