![]() |
Contiki-NG
|
Master interrupt driver implementation for the gecko. More...
#include "contiki.h"#include "cmsis_compiler.h"#include "sys/int-master.h"Go to the source code of this file.
Functions | |
| void | int_master_enable (void) |
| Enable the master interrupt. | |
| int_master_status_t | int_master_read_and_disable (void) |
| Disable the master interrupt. | |
| void | int_master_status_set (int_master_status_t status) |
| Set the status of the master interrupt. | |
| bool | int_master_is_enabled (void) |
| Retrieve the status of the master interrupt. | |
Master interrupt driver implementation for the gecko.
Definition in file int-master-arch.c.