Procházet zdrojové kódy

Defined FTM_SC_DMA on KINETIS-L chips.

teensy4-core
kbob před 9 roky
rodič
revize
c1cedab25a
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. +3
    -0
      teensy3/kinetis.h

+ 3
- 0
teensy3/kinetis.h Zobrazit soubor

@@ -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

Načítá se…
Zrušit
Uložit