ChibiOS/HAL  7.1.5
hal_st.c File Reference

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 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...
 
bool stIsAlarmActiveN (unsigned alarm)
 Determines if the specified alarm is active. More...
 
void stStartAlarmN (unsigned alarm, systime_t abstime, st_callback_t cb)
 Starts an additional alarm. More...
 
void stStopAlarmN (unsigned alarm)
 Stops an additional alarm. More...
 
void stSetAlarmN (unsigned alarm, systime_t abstime)
 Sets an additional alarm time. More...
 
systime_t stGetAlarmN (unsigned alarm)
 Returns an additional alarm current time. More...
 

Detailed Description

ST Driver code.

Definition in file hal_st.c.