µOS++ IIIe Reference 7.0.0
The third edition of µOS++, a POSIX inspired open source framework, written in C++
Loading...
Searching...
No Matches
exception-handlers.c File Reference
#include <cmsis-plus/rtos/port/os-c-decls.h>
#include <cmsis_device.h>
#include <cmsis-plus/arm/semihosting.h>
#include <cmsis-plus/diag/trace.h>
#include <cmsis-plus/cortexm/exception-handlers.h>
#include <string.h>

Go to the source code of this file.

Typedefs

typedef void(* handler_ptr_t) (void)
 

Functions

void _start (void)
 The standard C application entry point.
 
void NMI_Handler (void)
 
void PendSV_Handler (void)
 
void Reset_Handler (void)
 
void SVC_Handler (void)
 
void SysTick_Handler (void)
 

Variables

unsigned int __stack
 
unsigned int _Heap_Limit
 
handler_ptr_t _interrupt_vectors []
 

Typedef Documentation

◆ handler_ptr_t

typedef void(* handler_ptr_t) (void)

Definition at line 49 of file exception-handlers.c.

Function Documentation

◆ NMI_Handler()

void NMI_Handler ( void  )

Definition at line 119 of file exception-handlers.c.

◆ PendSV_Handler()

void PendSV_Handler ( void  )

Definition at line 726 of file exception-handlers.c.

◆ Reset_Handler()

void Reset_Handler ( void  )

Definition at line 83 of file exception-handlers.c.

◆ SVC_Handler()

void SVC_Handler ( void  )

Definition at line 686 of file exception-handlers.c.

◆ SysTick_Handler()

void SysTick_Handler ( void  )

Definition at line 746 of file exception-handlers.c.

Variable Documentation

◆ __stack

unsigned int __stack
extern

◆ _Heap_Limit

unsigned int _Heap_Limit
extern

◆ _interrupt_vectors

handler_ptr_t _interrupt_vectors[]
extern