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 |