 |
Zephyr API 3.6.99
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
21#ifndef ZEPHYR_INCLUDE_ARCH_STRUCTS_H_
22#define ZEPHYR_INCLUDE_ARCH_STRUCTS_H_
24#if !defined(_ASMLANGUAGE)
26#if defined(CONFIG_ARM64)
28#elif defined(CONFIG_RISCV)
30#elif defined(CONFIG_ARM)
32#elif defined(CONFIG_X86) && !defined(CONFIG_X86_64)
34#elif defined(CONFIG_XTENSA)
53typedef struct _cpu_arch _cpu_arch_t;
__UINT8_TYPE__ uint8_t
Definition stdint.h:88