cpu_conf_kinetis.h File Reference

CPU specific definitions common to all Kinetis CPUs. More...

Detailed Description

CPU specific definitions common to all Kinetis CPUs.

Author
Joakim NohlgÄrd joaki.nosp@m.m.no.nosp@m.hlgar.nosp@m.d@ei.nosp@m.stec..nosp@m.se

Definition in file cpu_conf_kinetis.h.

#include "cpu_conf_common.h"
#include "bme.h"
+ Include dependency graph for cpu_conf_kinetis.h:
+ This graph shows which files directly or indirectly include this file:

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