|
Sensor Fusion Library 0.6.1
Orientation sensing for Espressif (ESP32, ESP8266) processors
|
Wrapper for Hardware Abstraction Layer (HAL) Contains replacements for hardware-specific functions Currently only timer functions. More...

Go to the source code of this file.
Functions | |
| void | SystickStartCount (int32_t *pstart) |
| int32_t | SystickElapsedMicros (int32_t start_ticks) |
| void | SystickDelayMillis (uint32_t delay_ms) |
Wrapper for Hardware Abstraction Layer (HAL) Contains replacements for hardware-specific functions Currently only timer functions.
Definition in file hal_timer.h.
| void SystickDelayMillis | ( | uint32_t | delay_ms | ) |
Definition at line 25 of file hal_timer.c.
| int32_t SystickElapsedMicros | ( | int32_t | start_ticks | ) |
Definition at line 15 of file hal_timer.c.
| void SystickStartCount | ( | int32_t * | pstart | ) |
Definition at line 9 of file hal_timer.c.