Contiki-NG
Loading...
Searching...
No Matches

Master interrupt driver implementation for the nrf. More...

#include "contiki.h"
#include "nrfx.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.
 

Detailed Description

Master interrupt driver implementation for the nrf.

Author
Yago Fontoura do Rosario yago..nosp@m.rosa.nosp@m.rio@h.nosp@m.otma.nosp@m.il.co.nosp@m.m.br

Definition in file int-master-arch.c.