Searched refs:E_BIT (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/include/zephyr/arch/arm/cortex_a_r/ | ||
D | cpu.h | 30 #define E_BIT (1 << 9) macro |
/Zephyr-latest/arch/arm/core/cortex_a_r/ | ||
D | thread.c | 99 iframe->xpsr |= E_BIT; in arch_new_thread() |