|
Hardware Abstraction Layer for FreeRTOS
|
#include <example.h>
Data Fields | |
| struct example *(* | example_init )(uint32_t index) |
| int32_t(* | example_deinit )(struct example *example) |
| int32_t(* | example_funcname )(struct example *example, uint32_t params) |
Function of a driver in Multi Driver implementation mode
| int32_t(* example_ops::example_deinit) (struct example *example) |
Deinit Driver Instants
| example | Instant |
| int32_t(* example_ops::example_funcname) (struct example *example, uint32_t params) |
Sample Function for a driver
| example | Instant |
| params | sample param |
| struct example*(* example_ops::example_init) (uint32_t index) |
Init Function
| index | in examples Array |