|
ICARUS OS (Intelligent Cooperative Architecture for Real-time Unified Systems) 0.1.0
Preemptive Real-Time Operating System for ARM Cortex-M7
|
Static descriptor registered by a table producer. More...
#include <tables.h>
Data Fields | |
| tbl_id_t | id |
| Unique table identifier | |
| char | name [12] |
| Human-readable name | |
| uint16_t | size |
| Expected table size in bytes | |
| uint16_t | schema_crc |
| Expected schema CRC | |
| tbl_activate_fn | activate |
| Callback on tbl_activate() | |
| tbl_activate_fn tbl_descriptor_t::activate |
Callback on tbl_activate()
Definition at line 64 of file tables.h.
Referenced by __tbl_activate_prepare().
| tbl_id_t tbl_descriptor_t::id |
| char tbl_descriptor_t::name[12] |
| uint16_t tbl_descriptor_t::schema_crc |
| uint16_t tbl_descriptor_t::size |
Expected table size in bytes
Definition at line 62 of file tables.h.
Referenced by __tbl_activate_prepare(), __tbl_load(), and __tbl_register().