Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
main.c File Reference
#include <zephyr/kernel.h>
#include <zephyr/ztest.h>
#include <zephyr/tc_util.h>
#include <kernel_internal.h>
#include "test_asm_inline_other.h"

Functions

void test_nmi_handler (void)
 
 ZTEST_SUITE (nmi, NULL, NULL, NULL, NULL, NULL)
 

Variables

static volatile int int_handler_executed
 
uint8_tnmi_stacks []
 

Function Documentation

◆ test_nmi_handler()

void test_nmi_handler ( void )

◆ ZTEST_SUITE()

ZTEST_SUITE ( nmi ,
NULL ,
NULL ,
NULL ,
NULL ,
NULL  )

Variable Documentation

◆ int_handler_executed

volatile int int_handler_executed
static

◆ nmi_stacks

uint8_t* nmi_stacks[]
Initial value:
= {
z_x86_nmi_stack0,
}