Skip to content

Commit

Permalink
Update CMSIS/Core/Include/core_starmc1.h
Browse files Browse the repository at this point in the history
  • Loading branch information
JonatanAntoni committed Jun 25, 2024
1 parent 83fab0e commit 891e572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMSIS/Core/Include/core_starmc1.h
Original file line number Diff line number Diff line change
Expand Up @@ -1403,7 +1403,7 @@ typedef struct

/** \brief BPU Comparator Register Definitions */
#define BPU_COMP_BPADDR_Pos 1U /*!< BPU COMP: BPADDR Position */
#define BPU_COMP_BPADDR_Msk (0xFFFFFFFEUL << BPU_COMP_BPADDR_Pos) /*!< BPU COMP: BPADDR Mask */
#define BPU_COMP_BPADDR_Msk (0x7FFFFFFFUL << BPU_COMP_BPADDR_Pos) /*!< BPU COMP: BPADDR Mask */

#define BPU_COMP_BE_Pos 0U /*!< BPU COMP: BE Position */
#define BPU_COMP_BE_Msk (0x1UL << BPU_COMP_BE_Pos) /*!< BPU COMP: BE Mask */
Expand Down

0 comments on commit 891e572

Please sign in to comment.