ChibiOS/HAL  6.1.0
hal_st_lld.h File Reference

PLATFORM ST subsystem low level driver header. More...

Go to the source code of this file.

Functions

void st_lld_init (void)
 Low level ST driver initialization. More...
 
static systime_t st_lld_get_counter (void)
 Returns the time counter value. More...
 
static void st_lld_start_alarm (systime_t abstime)
 Starts the alarm. More...
 
static void st_lld_stop_alarm (void)
 Stops the alarm interrupt. More...
 
static void st_lld_set_alarm (systime_t abstime)
 Sets the alarm time. More...
 
static systime_t st_lld_get_alarm (void)
 Returns the current alarm time. More...
 
static bool st_lld_is_alarm_active (void)
 Determines if the alarm is active. More...
 

Detailed Description

PLATFORM ST subsystem low level driver header.

This header is designed to be include-able without having to include other files from the HAL.

Definition in file hal_st_lld.h.