ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
ra8_usb.h
Go to the documentation of this file.
1
40
41#pragma once
42
43#ifdef __cplusplus
44extern "C" {
45#endif
46
47#include "ra8_usb_device.h"
48#include "ra8_usb_host.h"
49
50#ifdef __cplusplus
51}
52#endif
Native USB controller driver public API – shared types + device mode.
Native USB controller driver public API – host-mode bring-up.