NavHAL 0.1.0
NAVRobotec's architecture-agnostic HAL for embedded systems.
Loading...
Searching...
No Matches
hal_timer.h
Go to the documentation of this file.
1
16
17#ifndef HAL_TIMER_H
18#define HAL_TIMER_H
19
20#ifdef CORTEX_M4
21#include "core/cortex-m4/timer.h"
22#endif
23
24#endif // !HAL_TIMER_H
Timer and SysTick register defines and API for STM32F4 (Cortex-M4).