ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
emu_usbh_seam.h
Go to the documentation of this file.
1
23
24#pragma once
25
26#include <stdint.h>
27#include <unicorn/unicorn.h>
28
29#include "emu_elf.h"
30#include "ra8_attributes.h"
31
32#ifdef __cplusplus
33extern "C" {
34#endif
35
59bool usbh_seam_install(uc_engine* uc, const emu_elf_source_t* elf);
60
78bool emu_usbh_done(void);
79
80#ifdef __cplusplus
81}
82#endif
ELF32 image services for the board emulator (load / symbols / vectors).
bool usbh_seam_install(uc_engine *uc, const emu_elf_source_t *elf)
Install the virtual USB host-mode device seam if the host stack is linked.
bool emu_usbh_done(void)
Whether the virtual host-mode device served its final request.
Annotation-attribute framework macros for ra8-firmware.
One independently owned immutable raw-descriptor ELF source.
Definition emu_elf.h:91