Hardware Abstraction Layer for FreeRTOS
temp.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 temp.h:

Go to the source code of this file.

Data Structures

struct  temp_generic
 

Functions

struct temp * temp_init (uint32_t index)
 
int32_t temp_deinit (struct temp *temp)
 
int32_t temp_get (struct temp *temp, float *value, TickType_t waittime)
 
int32_t temp_getISR (struct temp *temp, float *value)