ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
ra8_io_blockdev_sdhi.h
Go to the documentation of this file.
1
27
28#pragma once
29
30#ifdef __cplusplus
31extern "C" {
32#endif
33
34#include "ra8_err.h"
35#include "ra8_io_blockdev.h"
36
62
63#ifdef __cplusplus
64}
65#endif
Error Code Definitions for ra8-firmware.
ra8_err_codes_t ra8_err_t
Canonical error-return type used by every ra8-firmware API.
Definition ra8_err.h:546
ra8_io block-device fabric – one LBA vtable across every storage medium.
ra8_err_t ra8_io_blockdev_sdhi_init(ra8_io_blockdev_t *bd)
Bind the native-SDHI SD-card backend into a caller-owned handle.
Caller-allocated block-device handle binding a backend to its context.