svdtools 0.5.0

Tool for modifying bugs in CMSIS SVD
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
_svd: ../add/stm32l4x2.svd

DAC1:
  _add:
    ANOTHER_REG:
      addressOffset: 0x04
      size: 32
      fields:
        MPS:
          bitOffset: 0
          bitWidth: 5
          access: read-write
          writeConstraint: [0, 0x1f]