|
Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
|
#include <zephyr/kernel.h>#include <zephyr/sys/printk.h>#include <zephyr/sys/__assert.h>#include <cmsis_core.h>#include <zephyr/sys/barrier.h>Macros | |
| #define | FPSCR_MASK (0xffffffffU) |
Functions | |
| K_THREAD_STACK_DECLARE (z_main_stack, CONFIG_MAIN_STACK_SIZE) | |
| void | arm_isr_handler (const void *args) |
| void | k_sys_fatal_error_handler (unsigned int reason, const struct arch_esf *pEsf) |
| Fatal error policy handler. | |
| void | test_main (void) |
Variables | |
| static volatile int | test_flag |
| static unsigned int | expected_reason |
| #define FPSCR_MASK (0xffffffffU) |
| void arm_isr_handler | ( | const void * | args | ) |
| K_THREAD_STACK_DECLARE | ( | z_main_stack | , |
| CONFIG_MAIN_STACK_SIZE | ) |
| void test_main | ( | void | ) |
|
static |
|
static |