EFM32 Giant Gecko Software Documentation  efm32gg-doc-5.1.2
gpiointerrupt.h File Reference

Detailed Description

GPIOINT API definition.

Version
5.1.2

License

(C) Copyright 2014 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.h.

#include "em_device.h"

Go to the source code of this file.

Typedefs

typedef void(* GPIOINT_IrqCallbackPtr_t) (uint8_t pin)
 GPIO interrupt callback function pointer. More...
 

Functions

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