| // Chapter 35: FlexTimer Module (FTM) | // Chapter 35: FlexTimer Module (FTM) | ||||
| #define FTM0_SC (*(volatile uint32_t *)0x40038000) // Status And Control | #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_TOF 0x80 // Timer Overflow Flag | ||||
| #define FTM_SC_TOIE 0x40 // Timer Overflow Interrupt Enable | #define FTM_SC_TOIE 0x40 // Timer Overflow Interrupt Enable | ||||
| #define FTM_SC_CPWMS 0x20 // Center-Aligned PWM Select | #define FTM_SC_CPWMS 0x20 // Center-Aligned PWM Select |