#include "same70.h"
Go to the source code of this file.
Functions | |
void | __libc_init_array (void) |
void | Dummy_Handler (void) |
Default interrupt handler for unused IRQs. More... | |
void | NMI_Handler (void HardFault_Handler void) |
void | Reset_Handler (void) |
This is the code that gets called on processor reset. To initialize the device, and call the main() routine. More... | |
Variables | |
uint32_t | _efixed |
uint32_t | _erelocate |
uint32_t | _estack |
uint32_t | _etext |
uint32_t | _ezero |
uint32_t | _sfixed |
uint32_t | _srelocate |
uint32_t | _sstack |
uint32_t | _szero |
Copyright (c) 2015-2018 Microchip Technology Inc. and its subsidiaries.
Definition in file startup_same70.c.
void __libc_init_array | ( | void | ) |
void Dummy_Handler | ( | void | ) |
Default interrupt handler for unused IRQs.
Definition at line 428 of file startup_same70.c.
void NMI_Handler | ( | void HardFault_Handler | void | ) |
Definition at line 62 of file startup_same70.c.
uint32_t _efixed |
uint32_t _erelocate |
uint32_t _estack |
uint32_t _etext |
uint32_t _ezero |
uint32_t _sfixed |
uint32_t _srelocate |
uint32_t _sstack |
uint32_t _szero |