Master Thesis
V1.0
Research and Design of Sensor Node for NMSD Treatment
|
Code to detect and generate interrupts. More...
#include "interrupt.h"
#include "pinout.h"
#include "debug_dbprint.h"
#include "delay.h"
#include "em_usart.h"
#include "em_device.h"
#include "em_chip.h"
#include "em_cmu.h"
#include "em_emu.h"
#include "em_gpio.h"
#include "bsp.h"
#include <stdint.h>
Go to the source code of this file.
Functions | |
void | initGPIO_interrupt (void) |
GPIO interrupt initialization. More... | |
void initGPIO_interrupt | ( | void | ) |
GPIO interrupt initialization.
Interrupt functionality used by IMU
Definition at line 42 of file interrupt.c.
References ICM_20948_INTERRUPT_PIN, and ICM_20948_INTERRUPT_PORT.