summaryrefslogtreecommitdiffstats
path: root/libopencm3/scripts/data/lpc43xx/ritimer.yaml
blob: 9c4da5c16f5ccb8f066e4214c057032699cdae64 (plain)
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
!!omap
- RITIMER_COMPVAL:
    fields: !!omap
    - RICOMP:
        access: rw
        description: Compare register
        lsb: 0
        reset_value: '0xFFFFFFFF'
        width: 32
- RITIMER_MASK:
    fields: !!omap
    - RIMASK:
        access: rw
        description: Mask register
        lsb: 0
        reset_value: '0'
        width: 32
- RITIMER_CTRL:
    fields: !!omap
    - RITINT:
        access: rw
        description: Interrupt flag
        lsb: 0
        reset_value: '0'
        width: 1
    - RITENCLR:
        access: rw
        description: Timer enable clear
        lsb: 1
        reset_value: '0'
        width: 1
    - RITENBR:
        access: rw
        description: Timer enable for debug
        lsb: 2
        reset_value: '1'
        width: 1
    - RITEN:
        access: rw
        description: Timer enable
        lsb: 3
        reset_value: '1'
        width: 1
- RITIMER_COUNTER:
    fields: !!omap
    - RICOUNTER:
        access: rw
        description: 32-bit up counter
        lsb: 0
        reset_value: '0'
        width: 32