CPU specific definitions common to all Kinetis CPUs. More...
CPU specific definitions common to all Kinetis CPUs.
Definition in file cpu_conf_kinetis.h.
Go to the source code of this file.
ARM Cortex-M specific CPU configuration | |
#define | CPU_DEFAULT_IRQ_PRIO (1U) |
#define | CPU_IRQ_NUMOF (NUMBER_OF_INT_VECTORS) |
#define | CPU_FLASH_BASE (0x00000000) |
GPIO pin mux function numbers | |
#define | PIN_MUX_FUNCTION_ANALOG 0 |
#define | PIN_MUX_FUNCTION_GPIO 1 |
GPIO interrupt flank settings | |
#define | PIN_INTERRUPT_RISING 0b1001 |
#define | PIN_INTERRUPT_FALLING 0b1010 |
#define | PIN_INTERRUPT_EDGE 0b1011 |
#define CPU_DEFAULT_IRQ_PRIO (1U) |
Definition at line 42 of file cpu_conf_kinetis.h.
#define CPU_FLASH_BASE (0x00000000) |
Definition at line 44 of file cpu_conf_kinetis.h.
#define CPU_IRQ_NUMOF (NUMBER_OF_INT_VECTORS) |
Definition at line 43 of file cpu_conf_kinetis.h.
#define PIN_INTERRUPT_EDGE 0b1011 |
Definition at line 61 of file cpu_conf_kinetis.h.
#define PIN_INTERRUPT_FALLING 0b1010 |
Definition at line 60 of file cpu_conf_kinetis.h.
#define PIN_INTERRUPT_RISING 0b1001 |
Definition at line 59 of file cpu_conf_kinetis.h.
#define PIN_MUX_FUNCTION_ANALOG 0 |
Definition at line 51 of file cpu_conf_kinetis.h.
#define PIN_MUX_FUNCTION_GPIO 1 |
Definition at line 52 of file cpu_conf_kinetis.h.