|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
#include <stdint.h>Go to the source code of this file.
Functions | |
| static const uint8_t * | ra8_npu_model_addk_fake_blob (void) |
| Base pointer of the 'addk_fake' .npub blob. | |
| static uint32_t | ra8_npu_model_addk_fake_bytes (void) |
| Byte length of the 'addk_fake' .npub blob. | |
Variables | |
| static const uint8_t | s_ra8_npu_model_addk_fake_data [] |
| Raw bytes of the 'addk_fake' .npub model container. | |
|
inlinestatic |
Base pointer of the 'addk_fake' .npub blob.
Definition at line 40 of file ra8_npu_model_addk_fake.h.
References s_ra8_npu_model_addk_fake_data.
Referenced by internal_npu_vela_run_job().
|
inlinestatic |
Byte length of the 'addk_fake' .npub blob.
Definition at line 46 of file ra8_npu_model_addk_fake.h.
References s_ra8_npu_model_addk_fake_data.
Referenced by internal_npu_vela_run_job().
|
static |
Raw bytes of the 'addk_fake' .npub model container.
Definition at line 21 of file ra8_npu_model_addk_fake.h.
Referenced by ra8_npu_model_addk_fake_blob(), and ra8_npu_model_addk_fake_bytes().