|
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 | gyro_generic |
Functions | |
| struct gyro * | gyro_init (uint32_t index) |
| int32_t | gyro_deinit (struct gyro *gyro) |
| int32_t | gyro_get (struct gyro *gyro, struct vector *vector, TickType_t waittime) |
| int32_t | gyro_getISR (struct gyro *gyro, struct vector *vector) |