ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
ra8_ethosu_kernel.h
Go to the documentation of this file.
1
37
38#pragma once
39
40#include "ra8_device.h"
41
42#ifdef RA8_HAS_NPU
43
44#ifdef __cplusplus
45extern "C" {
46#endif
47
70int ra8_ethosu_kernel_available(void);
71
72#ifdef __cplusplus
73}
74#endif
75
76#endif /* RA8_HAS_NPU */
Compile-time device selection for the RA8 multi-chip build (RA8D2 / RA8P1).