ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
ra8_io_blockdev_sdram.h
Go to the documentation of this file.
1
21
22#pragma once
23
24#ifdef __cplusplus
25extern "C" {
26#endif
27
28#include <stdint.h>
29
30#include "ra8_err.h"
31#include "ra8_io_blockdev.h"
32#include "ra8_io_blockdev_ram.h"
33
64 uint32_t block_count);
65
66#ifdef __cplusplus
67}
68#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_io block-device backend over a caller-owned RAM buffer.
ra8_err_t ra8_io_blockdev_sdram_init(ra8_io_blockdev_t *bd, ra8_io_blockdev_ram_state_t *state, uint32_t block_count)
Bring up the SDRAM controller and bind it as a volatile ramdisk.
Caller-owned private state for a RAM block device.
Caller-allocated block-device handle binding a backend to its context.