27 #if (OSAL_ST_MODE != OSAL_ST_MODE_NONE) || defined(__DOXYGEN__) systime_t stGetAlarm(void)
Returns the current alarm time.
void stStartAlarm(systime_t abstime)
Starts the alarm.
static void st_lld_stop_alarm(void)
Stops the alarm interrupt.
static systime_t st_lld_get_alarm(void)
Returns the current alarm time.
uint32_t systime_t
Type of system time counter.
void stInit(void)
ST Driver initialization.
void stSetAlarm(systime_t abstime)
Sets the alarm time.
#define stIsAlarmActive()
Determines if the alarm is active.
void st_lld_init(void)
Low level ST driver initialization.
void stStopAlarm(void)
Stops the alarm interrupt.
#define osalDbgAssert(c, remark)
Condition assertion.
static void st_lld_start_alarm(systime_t abstime)
Starts the alarm.
static void st_lld_set_alarm(systime_t abstime)
Sets the alarm time.