14#ifndef ZEPHYR_INCLUDE_ARCH_ARM_AARCH32_MISC_H_
15#define ZEPHYR_INCLUDE_ARCH_ARM_AARCH32_MISC_H_
31 __asm__
volatile(
"nop");
34#if defined(CONFIG_USERSPACE)
35extern bool z_arm_thread_is_in_user_mode(
void);
uint32_t sys_clock_cycle_get_32(void)
static ALWAYS_INLINE void arch_nop(void)
Definition: misc.h:29
static uint32_t arch_k_cycle_get_32(void)
Definition: misc.h:24
#define ALWAYS_INLINE
Definition: common.h:116
__UINT32_TYPE__ uint32_t
Definition: stdint.h:60