ChibiOS/HAL
6.1.0
|
ST Driver code. More...
#include "hal.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. 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 code.
Definition in file hal_st.c.