Update MK20DX256.h

Added missing PIT timer chain defines.
pull/1380/head
Paul Staron 2015-10-14 19:59:24 +01:00
parent 3f2632bebc
commit 1661c1dc78
1 changed files with 2 additions and 0 deletions

View File

@ -3530,6 +3530,8 @@ typedef struct {
#define PIT_TCTRL_TEN_SHIFT 0
#define PIT_TCTRL_TIE_MASK 0x2u
#define PIT_TCTRL_TIE_SHIFT 1
#define PIT_TCTRL_CHN_MASK 0x4u
#define PIT_TCTRL_CHN_SHIFT 2
/* TFLG Bit Fields */
#define PIT_TFLG_TIF_MASK 0x1u
#define PIT_TFLG_TIF_SHIFT 0