Contiki-NG
Files | Functions
cc2538 Nested Vectored Interrupt Controller

Driver for the cc2538 NVIC controller. More...

Files

file  nvic.c
 Driver for the cc2538 NVIC All interrupt-related functionality is implemented here.
 
file  nvic.h
 Header file for the ARM Nested Vectored Interrupt Controller.
 

Functions

void nvic_init ()
 Initialises the NVIC driver.
 

NVIC Constants and Configuration

void(*const vectors [])(void)
 
#define NVIC_VTABLE_ADDRESS   ((uint32_t)&vectors)
 

Detailed Description

Driver for the cc2538 NVIC controller.