ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
ra8_c6link_mdl_internal.h
Go to the documentation of this file.
1
10#pragma once
11
12#include <stddef.h>
13
14#include "ra8_attributes.h"
15#include "ra8_c6link_mdl.h"
17
18#ifdef __cplusplus
19extern "C" {
20#endif
21
43RA8_TEST_HELPER bool ra8_c6link_mdl_http_field_valid_test(const char* text, size_t cap);
44
68
91
114 ra8_mdl_session_t* session,
115 const uint8_t* packed,
116 size_t len);
117
118#ifdef __cplusplus
119}
120#endif
Annotation-attribute framework macros for ra8-firmware.
#define RA8_TEST_HELPER
Mark a symbol as externally-linked but only callable from tests.
ra8_err_codes_t ra8_err_t
Canonical error-return type used by every ra8-firmware API.
Definition ra8_err.h:546
Generated protobuf-C declarations for the media-download protocol.
RA8-local state for one accepted remote artifact job.