|
Hardware Abstraction Layer for FreeRTOS
|
#include <stdint.h>#include <stdbool.h>#include <system.h>#include <FreeRTOS.h>#include <semphr.h>#include <hal.h>#include <vec.h>

Go to the source code of this file.
Data Structures | |
| struct | accel_generic |
Functions | |
| struct accel * | accel_init (uint32_t index) |
| int32_t | accel_deinit (struct accel *accel) |
| int32_t | accel_get (struct accel *accel, struct vector *vector, TickType_t waittime) |
| int32_t | accel_getISR (struct accel *accel, struct vector *vector) |