![]() |
Contiki-NG
|
Master interrupt manipulation implementation for the TI CC2538. More...
#include "contiki.h"#include "sys/int-master.h"#include <stdbool.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 manipulation implementation for the TI CC2538.
Definition in file int-master.c.