ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
ra8_mdl_service.h
Go to the documentation of this file.
1
17
18#pragma once
19
20#include <stddef.h>
21#include <stdint.h>
22
23#include "esp_err.h"
24
25#ifdef __cplusplus
26extern "C" {
27#endif
28
42
64 const uint8_t* request,
65 size_t request_len,
66 uint8_t* response,
67 size_t response_cap,
68 size_t* response_len);
69
70#ifdef __cplusplus
71}
72#endif
ESP-IDF-compatible error type and error codes, supplied by this port.
int esp_err_t
Result of an esp-hosted call: zero on success, non-zero otherwise.
Definition esp_err.h:98
esp_err_t esp_hosted_custom_rpc_sync_handler(uint32_t message_id, const uint8_t *request, size_t request_len, uint8_t *response, size_t response_cap, size_t *response_len)
Handle one synchronous ESP-hosted CustomRpc media operation.
uint32_t ra8_mdl_service_component_abi(void)
Return the linked first-party media component ABI version.
Definition mdl_service.c:75