Hardware Abstraction Layer for FreeRTOS
|
#include <FreeRTOS.h>
#include <stdint.h>
#include <stdbool.h>
#include <system.h>
#include <semphr.h>
#include <hal.h>
Go to the source code of this file.
Data Structures | |
struct | example_ops |
struct | example_generic |
Functions | |
struct example * | example_init (uint32_t index) |
int32_t | example_deinit (struct example *example) |
int32_t | example_funcname (struct example *example, uint32_t params) |