Contiki-Inga 3.x
xmega_interrupt.c
1 #include "xmega_interrupt.h"
2 
3 void xmega_interrupt_enable(uint8_t bm)
4 {
5  PMIC.CTRL |= bm;
6 }