ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
ra8_c6link_mdl_transfer_internal.h
Go to the documentation of this file.
1
11#pragma once
12
13#include <stdint.h>
14
15#include "ra8_attributes.h"
17
18#ifdef __cplusplus
19extern "C" {
20#endif
21
52 const ra8_mdl_chunk_t* chunk,
53 uint64_t bytes_stored,
54 uint32_t chunks_received,
56
57#ifdef __cplusplus
58}
59#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
One correlated bounded raw-byte response.