#include <metal/cpu.h>
#include <stdlib.h>
#include <zephyr/kernel.h>
Go to the source code of this file.
◆ METAL_INIT_DEFAULTS
#define METAL_INIT_DEFAULTS |
Value:{ \
}
@ METAL_LOG_INFO
Definition log.h:31
void metal_zephyr_log_handler(enum metal_log_level level, const char *format,...)
Definition log.c:27
◆ METAL_MAX_DEVICE_REGIONS
#define METAL_MAX_DEVICE_REGIONS 1 |
◆ metal_yield
Value:
#define metal_cpu_yield()
Definition cpu.h:15
◆ metal_wait_usec()
static void metal_wait_usec |
( |
uint32_t | usec_to_wait | ) |
|
|
inlinestatic |