Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
POSIX arch specific kernel interface header This header contains the POSIX arch specific kernel interface. It is included by the generic kernel interface header (include/arch/cpu.h) More...
#include <devicetree.h>
#include <toolchain.h>
#include <irq.h>
#include <arch/posix/asm_inline.h>
#include <arch/posix/thread.h>
#include <board_irq.h>
#include <sw_isr_table.h>
#include <arch/posix/posix_soc_if.h>
Go to the source code of this file.
Macros | |
#define | ARCH_STACK_PTR_ALIGN 4 |
Functions | |
uint32_t | sys_clock_cycle_get_32 (void) |
static uint32_t | arch_k_cycle_get_32 (void) |
static ALWAYS_INLINE void | arch_nop (void) |
static ALWAYS_INLINE bool | arch_irq_unlocked (unsigned int key) |
static ALWAYS_INLINE unsigned int | arch_irq_lock (void) |
static ALWAYS_INLINE void | arch_irq_unlock (unsigned int key) |
POSIX arch specific kernel interface header This header contains the POSIX arch specific kernel interface. It is included by the generic kernel interface header (include/arch/cpu.h)
#define ARCH_STACK_PTR_ALIGN 4 |
|
static |
|
static |
|
static |
|
static |