gpiointerrupt.c File Reference
GPIOINT API implementation.
- Version
- 5.6.0
License
(C) Copyright 2015 Silicon Labs, 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
       
       .
      
       #include "
       
        em_gpio.h
       
       "
      
      
       #include "
       
        em_core.h
       
       "
      
      
       #include "
       
        gpiointerrupt.h
       
       "
      
      
       #include "
       
        em_assert.h
       
       "
      
      
       #include "
       
        em_common.h
       
       "
      
      
| Functions | |
| void | GPIOINT_CallbackRegister (uint8_t intNo, GPIOINT_IrqCallbackPtr_t callbackPtr) | 
| Registers user callback for given pin interrupt number. | |
| void | GPIOINT_Init (void) | 
| Initialization of GPIOINT module. | |