|
ChibiOS
20.3.4
|
ST Driver macros and structures. More...
#include "hal_st_lld.h"Go to the source code of this file.
Functions | |
| void | stInit (void) |
| ST Driver initialization. More... | |
| void | stStartAlarm (systime_t abstime) |
| Starts the alarm zero. More... | |
| void | stStopAlarm (void) |
| Stops the alarm zero interrupt. More... | |
| void | stSetAlarm (systime_t abstime) |
| Sets the alarm zero time. More... | |
| systime_t | stGetAlarm (void) |
| Returns the alarm zero current time. More... | |
| systime_t | stGetCounter (void) |
| Returns the time counter value. More... | |
| bool | stIsAlarmActive (void) |
| Determines if the alarm zero is active. 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.