microHAL
An abstraction layer for your future F4xx projects
|
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. | |
Function prototypes of the interrupt handlers.
This file contains all of the required externs and interrupt prototypes for a functional barebone MCU system.
void SysTick_Handler | ( | void | ) |
Systick interrupt handler.