|
Hardware Abstraction Layer for FreeRTOS
|
#include <stdint.h>#include <stdbool.h>#include <system.h>#include <FreeRTOS.h>#include <semphr.h>#include <hal.h>
Go to the source code of this file.
Data Structures | |
| struct | dac_generic |
Functions | |
| struct dac * | dac_init (uint32_t index, uint8_t bits) |
| int32_t | dac_deinit (struct dac *dac) |
| int32_t | dac_set (struct dac *dac, uint32_t data, TickType_t waittime) |
| int32_t | dac_setISR (struct dac *dac, uint32_t data) |