hal
Hardware Abstraction Layer
systick.h
Go to the documentation of this file.
1
8
#ifndef _SYSTICK_H
9
#define _SYSTICK_H
10
11
#include "
hal_types.h
"
12
20
void
hal_delay_ms
(uint32_t delay_ms);
21
22
#endif
/* _SYSTICK_H */
hal_types.h
Common types used across HAL modules.
hal_delay_ms
void hal_delay_ms(uint32_t delay_ms)
Delay for a given number of milliseconds.
Definition:
stm32f4_systick.c:20
include
hal
systick.h
Generated by
1.9.1