microHAL
An abstraction layer for your future F4xx projects
Loading...
Searching...
No Matches
isr.h File Reference

Function prototypes of the interrupt handlers. More...

#include <stdint.h>

Go to the source code of this file.

Functions

void SysTick_Handler (void)
 Systick interrupt handler.
 

Variables

volatile uint32_t ticks
 MCU tick count.
 

Detailed Description

Function prototypes of the interrupt handlers.

This file contains all of the required externs and interrupt prototypes for a functional barebone MCU system.

Author
Vasileios Ch. (BillisC)
Bug
None, yet.

Function Documentation

◆ SysTick_Handler()

void SysTick_Handler ( void )

Systick interrupt handler.

Returns
None