Contiki-NG
Functions
int-master.c File Reference

Master interrupt manipulation implementation for the nrf52832. More...

#include "nordic_common.h"
#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. 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 the nrf52832.

Definition in file int-master.c.