|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
State threaded through one immediate-library enumeration. More...
Data Fields | |
| mdl_storage_t * | storage |
| Portable dependency bundle. | |
| const char * | root |
| Canonical library root. | |
| mdl_state_t * | state |
| Authentication scratch. | |
| mdl_library_fn | callback |
| Authenticated visitor. | |
| void * | callback_ctx |
| Opaque visitor context. | |
State threaded through one immediate-library enumeration.
Definition at line 21 of file mdl_library.c.
| mdl_library_fn mdl_library_enumeration_t::callback |
Authenticated visitor.
Definition at line 25 of file mdl_library.c.
| void* mdl_library_enumeration_t::callback_ctx |
Opaque visitor context.
Definition at line 26 of file mdl_library.c.
| const char* mdl_library_enumeration_t::root |
Canonical library root.
Definition at line 23 of file mdl_library.c.
| mdl_state_t* mdl_library_enumeration_t::state |
Authentication scratch.
Definition at line 24 of file mdl_library.c.
| mdl_storage_t* mdl_library_enumeration_t::storage |
Portable dependency bundle.
Definition at line 22 of file mdl_library.c.