4#ifndef ZEPHYR_SUBSYS_TESTSUITE_ZTEST_INCLUDE_ARCH_CPU_H
5#define ZEPHYR_SUBSYS_TESTSUITE_ZTEST_INCLUDE_ARCH_CPU_H
17typedef struct _callee_saved _callee_saved_t;
22typedef struct _thread_arch _thread_arch_t;
#define ALWAYS_INLINE
Definition: common.h:116
static k_spinlock_key_t key
Definition: spinlock_error_case.c:14
__UINT32_TYPE__ uint32_t
Definition: stdint.h:60
static ALWAYS_INLINE unsigned int arch_irq_lock(void)
Definition: cpu.h:30
static bool arch_irq_unlocked(unsigned int key)
Definition: cpu.h:40
static uint32_t arch_k_cycle_get_32(void)
Definition: cpu.h:25
static void arch_irq_unlock(unsigned int key)
Definition: cpu.h:35