Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
|
Go to the source code of this file.
Data Structures | |
struct | nmi_vector_entry |
Macros | |
#define | NMI_TABLE_SIZE (5) |
Typedefs | |
typedef void(* | nmi_callback_t) (void *arg) |
Functions | |
void | nmi_enable (uint8_t nmi_vector, nmi_callback_t callback, void *arg) |
int | get_nmi_request (void) |
void | handle_nmi (uint8_t nmi_vector) |
#define NMI_TABLE_SIZE (5) |
typedef void(* nmi_callback_t) (void *arg) |
int get_nmi_request | ( | void | ) |
void handle_nmi | ( | uint8_t | nmi_vector | ) |
void nmi_enable | ( | uint8_t | nmi_vector, |
nmi_callback_t | callback, | ||
void * | arg ) |