|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Caller-selected limits within the compile-time hard ceilings. More...
#include <mdl_library.h>
Data Fields | |
| uint32_t | max_entries |
| Entries accepted before fail-closed stop. | |
| uint32_t | max_operations |
| Namespace calls permitted for removal. | |
| uint16_t | max_depth |
| Child-directory nesting below the root. | |
Caller-selected limits within the compile-time hard ceilings.
Definition at line 39 of file mdl_library.h.
| uint16_t mdl_library_policy_t::max_depth |
Child-directory nesting below the root.
Definition at line 42 of file mdl_library.h.
Referenced by internal_library_act_on_node(), and internal_library_policy().
| uint32_t mdl_library_policy_t::max_entries |
Entries accepted before fail-closed stop.
Definition at line 40 of file mdl_library.h.
Referenced by internal_library_enumerate(), internal_library_policy(), internal_library_remove_child(), internal_library_remove_root(), and mdl_library_for_each().
| uint32_t mdl_library_policy_t::max_operations |
Namespace calls permitted for removal.
Definition at line 41 of file mdl_library.h.
Referenced by internal_library_first_child(), internal_library_policy(), and internal_library_take_operation().