@@ -150,7 +150,7 @@ typedef union {
150
150
} bit ; /*!< Structure used for bit access */
151
151
struct {
152
152
uint8_t UNDERRUN :2 ; /*!< bit: 0.. 1 Underrun Interrupt Enable for DAC x */
153
- uint8_t EMPTY :2 ; /*!< bit: 2.. 3 Data Buffer x Empty Interrupt Enable */
153
+ uint8_t DBEMPTY :2 ; /*!< bit: 2.. 3 Data Buffer x Empty Interrupt Enable */
154
154
uint8_t :4 ; /*!< bit: 4.. 7 Reserved */
155
155
} vec ; /*!< Structure used for vec access */
156
156
uint8_t reg ; /*!< Type used for register access */
@@ -188,7 +188,7 @@ typedef union {
188
188
} bit ; /*!< Structure used for bit access */
189
189
struct {
190
190
uint8_t UNDERRUN :2 ; /*!< bit: 0.. 1 Underrun Interrupt Enable for DAC x */
191
- uint8_t EMPTY :2 ; /*!< bit: 2.. 3 Data Buffer x Empty Interrupt Enable */
191
+ uint8_t DBEMPTY :2 ; /*!< bit: 2.. 3 Data Buffer x Empty Interrupt Enable */
192
192
uint8_t :4 ; /*!< bit: 4.. 7 Reserved */
193
193
} vec ; /*!< Structure used for vec access */
194
194
uint8_t reg ; /*!< Type used for register access */
@@ -226,7 +226,7 @@ typedef union { // __I to avoid read-modify-write on write-to-clear register
226
226
} bit ; /*!< Structure used for bit access */
227
227
struct {
228
228
__I uint8_t UNDERRUN :2 ; /*!< bit: 0.. 1 DAC x Underrun */
229
- __I uint8_t EMPTY :2 ; /*!< bit: 2.. 3 Data Buffer x Empty */
229
+ __I uint8_t DBEMPTY :2 ; /*!< bit: 2.. 3 Data Buffer x Empty */
230
230
__I uint8_t Reserved1 :4 ; /*!< bit: 4.. 7 Reserved */
231
231
} vec ; /*!< Structure used for vec access */
232
232
uint8_t reg ; /*!< Type used for register access */
0 commit comments