microHAL
An abstraction layer for your future F4xx projects
Loading...
Searching...
No Matches
src
drivers
core
isr.h
Go to the documentation of this file.
1
12
#ifndef INTERRUPTS_H
13
#define INTERRUPTS_H
14
15
/* -- Includes -- */
16
#include <stdint.h>
17
21
extern
volatile
uint32_t
ticks
;
22
28
void
SysTick_Handler
(
void
);
29
30
#endif
ticks
volatile uint32_t ticks
MCU tick count.
Definition
isr.c:15
SysTick_Handler
void SysTick_Handler(void)
Systick interrupt handler.
Definition
isr.c:16
Generated by
1.12.0