agileRTOS (zrtos)  Version 0.8.0 (ghostbuster)
_zrtos_vm_function_t Struct Reference

#include <vm_function.h>

Collaboration diagram for _zrtos_vm_function_t:
[legend]

Data Fields

zrtos_vm_function_id_t id
 
zrtos_vm_function_callback_t callback
 
void * context
 

Detailed Description

Definition at line 25 of file vm_function.h.

Field Documentation

◆ callback

zrtos_vm_function_callback_t _zrtos_vm_function_t::callback

Definition at line 27 of file vm_function.h.

◆ context

void* _zrtos_vm_function_t::context

Definition at line 28 of file vm_function.h.

◆ id

zrtos_vm_function_id_t _zrtos_vm_function_t::id

Definition at line 26 of file vm_function.h.


The documentation for this struct was generated from the following file: