Module f3::exception [] [src]

Exceptions

All the exceptions prefixed with an underscore (_) can be overridden by the top crate. Check out this example.

Enums

Exception

Kind of exception

Statics

EXCEPTIONS

List of all the exceptions minus the reset handler as allocated in the vector table.

Functions

_bus_fault

Pre-fetch fault, memory access fault.

_hard_fault

All class of fault.

_memmanage_fault

Memory management.

_nmi

Non-maskable interrupt.

_pendsv

Pendable request for system service

_svcall

System service call via SWI instruction

_systick

System tick timer

_usage_fault

Undefined instruction or illegal state.

reset

Reset handler