Skip to content

Commit 1661c1d

Browse files
committed
Update MK20DX256.h
Added missing PIT timer chain defines.
1 parent 3f2632b commit 1661c1d

File tree

1 file changed

+2
-0
lines changed
  • libraries/mbed/targets/cmsis/TARGET_Freescale/TARGET_K20XX/TARGET_TEENSY3_1

1 file changed

+2
-0
lines changed

libraries/mbed/targets/cmsis/TARGET_Freescale/TARGET_K20XX/TARGET_TEENSY3_1/MK20DX256.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3530,6 +3530,8 @@ typedef struct {
35303530
#define PIT_TCTRL_TEN_SHIFT 0
35313531
#define PIT_TCTRL_TIE_MASK 0x2u
35323532
#define PIT_TCTRL_TIE_SHIFT 1
3533+
#define PIT_TCTRL_CHN_MASK 0x4u
3534+
#define PIT_TCTRL_CHN_SHIFT 2
35333535
/* TFLG Bit Fields */
35343536
#define PIT_TFLG_TIF_MASK 0x1u
35353537
#define PIT_TFLG_TIF_SHIFT 0

0 commit comments

Comments
 (0)