ra8-firmware
0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
ra8_off_target_config.h
Go to the documentation of this file.
1
27
28
#pragma once
29
30
#ifdef __cplusplus
31
extern
"C"
{
32
#endif
33
34
#include <stdint.h>
35
36
typedef
enum : uint8_t {
37
#ifdef RA8_OFF_TARGET
38
k_ra8_off_target
= 1U,
39
#else
40
k_ra8_off_target
= 0U,
41
#endif
42
}
ra8_off_target_t
;
43
44
#ifdef __cplusplus
45
}
46
#endif
ra8_off_target_t
ra8_off_target_t
Definition
ra8_off_target_config.h:36
k_ra8_off_target
@ k_ra8_off_target
Arm-none-eabi firmware build.
Definition
ra8_off_target_config.h:40
libs
ra8_core
inc
ra8_off_target_config.h
Generated by
1.16.1