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