Loading...
Searching...
No Matches
LM4F

CPU specific implementations for LM4F120. More...

Detailed Description

CPU specific implementations for LM4F120.

Files

file  cpu_conf.h
 Implementation specific CPU configuration options.
 
file  periph_cpu.h
 CPU specific definitions for internal peripheral handling.
 

cpu functions

void setup_fpu (void)
 
void cpu_clock_init (int)
 
#define CPU_DEFAULT_IRQ_PRIO   (1U)
 ARM Cortex-M specific CPU configuration.
 
#define CPU_IRQ_NUMOF   (139U)
 
#define CPU_FLASH_BASE   FLASH_BASE
 
#define CPU_HAS_BITBAND   (1)
 

Macro Definition Documentation

◆ CPU_DEFAULT_IRQ_PRIO

#define CPU_DEFAULT_IRQ_PRIO   (1U)

ARM Cortex-M specific CPU configuration.

Definition at line 56 of file cpu_conf.h.

◆ CPU_FLASH_BASE

#define CPU_FLASH_BASE   FLASH_BASE

Definition at line 58 of file cpu_conf.h.

◆ CPU_HAS_BITBAND

#define CPU_HAS_BITBAND   (1)

Definition at line 59 of file cpu_conf.h.

◆ CPU_IRQ_NUMOF

#define CPU_IRQ_NUMOF   (139U)

Definition at line 57 of file cpu_conf.h.