Contiki-NG
Functions

Master interrupt manipulation implementation for CC13xx/CC26xx. More...

#include "contiki.h"
#include "sys/int-master.h"
#include <ti/devices/DeviceFamily.h>
#include <DeviceFamily_constructPath(driverlib/cpu.h)>
#include <ti/drivers/dpl/HwiP.h>
#include <stddef.h>
#include <stdbool.h>

Go to the source code of this file.

Functions

void int_master_enable (void)
 Enable the master interrupt. More...
 
int_master_status_t int_master_read_and_disable (void)
 Disable the master interrupt. More...
 
void int_master_status_set (int_master_status_t status)
 Set the status of the master interrupt. More...
 
bool int_master_is_enabled (void)
 Retrieve the status of the master interrupt. More...
 

Detailed Description

Master interrupt manipulation implementation for CC13xx/CC26xx.

Author
Edvard Pettersen e.pet.nosp@m.ters.nosp@m.en@ti.nosp@m..com

Definition in file int-master-arch.c.