|
ChibiOS/HAL
6.1.0
|
ST Driver macros and structures. More...
#include "hal_st_lld.h"Go to the source code of this file.
Macros | |
Macro Functions | |
| #define | stGetCounter() st_lld_get_counter() |
| Returns the time counter value. More... | |
| #define | stIsAlarmActive() st_lld_is_alarm_active() |
| Determines if the alarm is active. More... | |
Functions | |
| void | stInit (void) |
| ST Driver initialization. More... | |
| void | stStartAlarm (systime_t abstime) |
| Starts the alarm. More... | |
| void | stStopAlarm (void) |
| Stops the alarm interrupt. More... | |
| void | stSetAlarm (systime_t abstime) |
| Sets the alarm time. More... | |
| systime_t | stGetAlarm (void) |
| Returns the current alarm time. More... | |
ST Driver macros and structures.
This header is designed to be include-able without having to include other files from the HAL.
Definition in file hal_st.h.