 |
Zephyr API 3.6.99
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
15#ifndef ZEPHYR_INCLUDE_ARCH_RX_ERROR_H_
16#define ZEPHYR_INCLUDE_ARCH_RX_ERROR_H_
24#define ARCH_EXCEPT(reason_p) \
27 __asm__ volatile("mov %[_reason], r1\n\t" \
28 "int #2\n\t" ::[_reason] "r"(reason_p) \