ChibiOS/RT Logo ChibiOS/RT

Architecture - Reference Manual - Guides

Functions

nvic.c File Reference

Cortex-Mx NVIC support code. More...

#include "ch.h"
#include "nvic.h"

Go to the source code of this file.

Functions

void NVICEnableVector (uint32_t n, uint32_t prio)
 Sets the priority of an interrupt handler and enables it.
void NVICDisableVector (uint32_t n)
 Disables an interrupt handler.
void NVICSetSystemHandlerPriority (uint32_t handler, uint32_t prio)
 Changes the priority of a system handler.

Detailed Description

Cortex-Mx NVIC support code.

Definition in file nvic.c.


Generated on Sun Nov 28 2010 14:09:50 for ChibiOS/RT by doxygen 1.7.1