65 #define stGetCounter() st_lld_get_counter() 76 #define stIsAlarmActive() st_lld_is_alarm_active() systime_t stGetAlarm(void)
Returns the current alarm time.
void stStartAlarm(systime_t abstime)
Starts the alarm.
uint32_t systime_t
Type of system time counter.
PLATFORM ST subsystem low level driver header.
void stInit(void)
ST Driver initialization.
void stSetAlarm(systime_t abstime)
Sets the alarm time.
void stStopAlarm(void)
Stops the alarm interrupt.