ソースを参照

Defined FTM_SC_DMA on KINETIS-L chips.

teensy4-core
kbob 9年前
コミット
c1cedab25a
1個のファイルの変更3行の追加0行の削除
  1. +3
    -0
      teensy3/kinetis.h

+ 3
- 0
teensy3/kinetis.h ファイルの表示

@@ -1628,6 +1628,9 @@ enum IRQ_NUMBER_t {

// Chapter 35: FlexTimer Module (FTM)
#define FTM0_SC (*(volatile uint32_t *)0x40038000) // Status And Control
#ifdef KINETISL
#define FTM_SC_DMA 0x100 // DMA Enable
#endif
#define FTM_SC_TOF 0x80 // Timer Overflow Flag
#define FTM_SC_TOIE 0x40 // Timer Overflow Interrupt Enable
#define FTM_SC_CPWMS 0x20 // Center-Aligned PWM Select

読み込み中…
キャンセル
保存