SAMV71 Xplained Ultra Software Package 1.4

exceptions.c File Reference

#include "chip.h"

Go to the source code of this file.

Functions

void NMI_Handler (void)
 Default NMI interrupt handler.
void HardFault_Handler (void)
 Default HardFault interrupt handler.
void MemManage_Handler (void)
 Default MemManage interrupt handler.
void BusFault_Handler (void)
 Default BusFault interrupt handler.
void UsageFault_Handler (void)
 Default UsageFault interrupt handler.

Detailed Description

This file contains the default exception handlers.

Note:
The exception handler has weak aliases. As they are weak aliases, any function with the same name will override this definition.

Definition in file exceptions.c.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines