Hardware Abstraction Layer for FreeRTOS
accel.h File Reference
#include <stdint.h>
#include <stdbool.h>
#include <system.h>
#include <FreeRTOS.h>
#include <semphr.h>
#include <hal.h>
#include <vec.h>
Include dependency graph for accel.h:
This graph shows which files directly or indirectly include this file:

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)