Skip to content

Commit

Permalink
Core: added LAR, LSR register to DWT
Browse files Browse the repository at this point in the history
  • Loading branch information
GuentherMartin committed Jun 18, 2024
1 parent 3165817 commit afb23fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMSIS/Core/Include/core_cm7.h
Original file line number Diff line number Diff line change
Expand Up @@ -1142,6 +1142,9 @@ typedef struct
__IOM uint32_t COMP3; /*!< Offset: 0x050 (R/W) Comparator Register 3 */
__IOM uint32_t MASK3; /*!< Offset: 0x054 (R/W) Mask Register 3 */
__IOM uint32_t FUNCTION3; /*!< Offset: 0x058 (R/W) Function Register 3 */
uint32_t RESERVED3[981U];
__OM uint32_t LAR; /*!< Offset: 0xFB0 ( W) Lock Access Register */
__IM uint32_t LSR; /*!< Offset: 0xFB4 (R ) Lock Status Register */
} DWT_Type;

/** \brief DWT Control Register Definitions */
Expand Down

0 comments on commit afb23fe

Please sign in to comment.