Skip to content

Commit

Permalink
Merge pull request #529 from ssilverman/fix-tempmon-offsets
Browse files Browse the repository at this point in the history
Fix TEMPMON register offsets in imxrt.h
  • Loading branch information
PaulStoffregen authored Jul 1, 2021
2 parents b6cf473 + cda5cad commit 63b0363
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions teensy4/imxrt.h
Original file line number Diff line number Diff line change
Expand Up @@ -8531,11 +8531,11 @@ These register are used by the ROM code and should not be used by application so
#define TEMPMON_TEMPSENSE0 (IMXRT_TEMPMON.offset000)
#define TEMPMON_TEMPSENSE0_SET (IMXRT_TEMPMON.offset004)
#define TEMPMON_TEMPSENSE0_CLR (IMXRT_TEMPMON.offset008)
#define TEMPMON_TEMPSENSE0_TOG (IMXRT_TEMPMON.offset08c)
#define TEMPMON_TEMPSENSE1 (IMXRT_TEMPMON.offset090)
#define TEMPMON_TEMPSENSE1_SET (IMXRT_TEMPMON.offset094)
#define TEMPMON_TEMPSENSE1_CLR (IMXRT_TEMPMON.offset098)
#define TEMPMON_TEMPSENSE1_TOG (IMXRT_TEMPMON.offset09C)
#define TEMPMON_TEMPSENSE0_TOG (IMXRT_TEMPMON.offset00C)
#define TEMPMON_TEMPSENSE1 (IMXRT_TEMPMON.offset010)
#define TEMPMON_TEMPSENSE1_SET (IMXRT_TEMPMON.offset014)
#define TEMPMON_TEMPSENSE1_CLR (IMXRT_TEMPMON.offset018)
#define TEMPMON_TEMPSENSE1_TOG (IMXRT_TEMPMON.offset01C)
#define TEMPMON_TEMPSENSE2 (IMXRT_TEMPMON.offset110)
#define TEMPMON_TEMPSENSE2_SET (IMXRT_TEMPMON.offset114)
#define TEMPMON_TEMPSENSE2_CLR (IMXRT_TEMPMON.offset118)
Expand Down

0 comments on commit 63b0363

Please sign in to comment.