ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
port_esp_hosted_host_sdio.h
Go to the documentation of this file.
1
28
29#pragma once
30
31/* Before esp_hosted_transport.h: the vendored header spells uint8_t and
32 * uint16_t without including <stdint.h>, relying on an ESP-IDF build having
33 * pulled one in earlier. It is SOUP and cannot be edited, so its one
34 * first-party includer supplies the dependency instead. */
35#include <stdint.h>
36
37#include "esp_hosted_transport.h"
38
53#define MAX_TRANSPORT_BUFFER_SIZE (ESP_TRANSPORT_SDIO_MAX_BUF_SIZE)
54
71#define ESP_HOSTED_SDIO_UNRESPONSIVE_CODE (0xFFFFFFFFU)