|
Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
|
Macros | |
| #define | DURATION 5 |
| #define | HANDLER_TOKEN 0xDEADBEEF |
| #define | TIMER_DELAY_US (128 * 1000000 / CONFIG_SYS_CLOCK_TICKS_PER_SEC) |
Functions | |
| static void | timer_handler (struct k_timer *timer) |
| void | test_prevent_interruption (void) |
| Test interrupt prevention. | |
| ZTEST_SUITE (interrupt_feature, NULL, NULL, NULL, NULL, NULL) | |
Variables | |
| static struct k_timer | irqlock_timer |
| volatile uint32_t | handler_result |
| #define DURATION 5 |
| #define HANDLER_TOKEN 0xDEADBEEF |
| #define TIMER_DELAY_US (128 * 1000000 / CONFIG_SYS_CLOCK_TICKS_PER_SEC) |
|
static |
| volatile uint32_t handler_result |
|
static |