Loading...
Searching...
No Matches
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
 

Macro Definition Documentation

◆ CPU_DEFAULT_IRQ_PRIO

#define CPU_DEFAULT_IRQ_PRIO   (1U)

Definition at line 42 of file cpu_conf_kinetis.h.

◆ CPU_FLASH_BASE

#define CPU_FLASH_BASE   (0x00000000)

Definition at line 44 of file cpu_conf_kinetis.h.

◆ CPU_IRQ_NUMOF

#define CPU_IRQ_NUMOF   (NUMBER_OF_INT_VECTORS)

Definition at line 43 of file cpu_conf_kinetis.h.

◆ PIN_INTERRUPT_EDGE

#define PIN_INTERRUPT_EDGE   0b1011

Definition at line 61 of file cpu_conf_kinetis.h.

◆ PIN_INTERRUPT_FALLING

#define PIN_INTERRUPT_FALLING   0b1010

Definition at line 60 of file cpu_conf_kinetis.h.

◆ PIN_INTERRUPT_RISING

#define PIN_INTERRUPT_RISING   0b1001

Definition at line 59 of file cpu_conf_kinetis.h.

◆ PIN_MUX_FUNCTION_ANALOG

#define PIN_MUX_FUNCTION_ANALOG   0

Definition at line 51 of file cpu_conf_kinetis.h.

◆ PIN_MUX_FUNCTION_GPIO

#define PIN_MUX_FUNCTION_GPIO   1

Definition at line 52 of file cpu_conf_kinetis.h.