EFM32 Giant Gecko Software Documentation  efm32gg-doc-4.2.1
gpiointerrupt.c File Reference

GPIOINT API implementation. More...

#include "em_gpio.h"
#include "em_int.h"
#include "gpiointerrupt.h"
#include "em_assert.h"
#include "em_common.h"

Go to the source code of this file.

Functions

void GPIOINT_Init (void)
 Initialization of GPIOINT module.
 
void GPIOINT_CallbackRegister (uint8_t pin, GPIOINT_IrqCallbackPtr_t callbackPtr)
 Registers user callback for given pin number. More...
 

Detailed Description

Version
4.2.1

License

(C) Copyright 2015 Silicon Labs, http://www.silabs.com

This file is licensed under the Silabs License Agreement. See the file "Silabs_License_Agreement.txt" for details. Before using this software for any purpose, you must agree to the terms of that agreement.

Definition in file gpiointerrupt.c.