|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Governed retry context for one cache buffer callback. More...
#include <mdl_fetch_internal.h>
Data Fields | |
| mdl_fetch_ctx_t * | ctx |
| Active fetch dependencies. | |
| char | host [k_mdl_gov_host_max] |
| Governor host key. | |
| uint32_t | jmin |
| Minimum request delay. | |
| uint32_t | jmax |
| Maximum request delay. | |
Governed retry context for one cache buffer callback.
Holds only the active fetch dependency, host key, and delay bounds needed to adapt mdl_net_get_buf to mdl_cache_fetch_fn.
Definition at line 40 of file mdl_fetch_internal.h.
| mdl_fetch_ctx_t* mdl_fetch_cache_request::ctx |
Active fetch dependencies.
Definition at line 41 of file mdl_fetch_internal.h.
Referenced by priv_mdl_fetch_cache_get_buf().
| char mdl_fetch_cache_request::host[k_mdl_gov_host_max] |
Governor host key.
Definition at line 42 of file mdl_fetch_internal.h.
Referenced by internal_cover_cached(), internal_mdl_fetch_chapter_html(), and priv_mdl_fetch_cache_get_buf().
| uint32_t mdl_fetch_cache_request::jmax |
Maximum request delay.
Definition at line 44 of file mdl_fetch_internal.h.
Referenced by priv_mdl_fetch_cache_get_buf().
| uint32_t mdl_fetch_cache_request::jmin |
Minimum request delay.
Definition at line 43 of file mdl_fetch_internal.h.
Referenced by priv_mdl_fetch_cache_get_buf().