diff options
| author | Glenn Ruben Bakke <glennbakke@gmail.com> | 2017-01-22 18:31:42 +0100 |
|---|---|---|
| committer | Glenn Ruben Bakke <glennbakke@gmail.com> | 2017-01-22 18:31:42 +0100 |
| commit | a7f3217c957bac5d45eea8653bc46a09e3a6b0ca (patch) | |
| tree | db651bfb14508a9595b802880a44300fae6e55d3 | |
| parent | 2c1420b0840f48ee0c74a3a5491762ff067d9832 (diff) | |
nrf5/hal: Adding QSPI base and IRQ num in c-file.
| -rw-r--r-- | nrf5/hal/hal_qspie.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nrf5/hal/hal_qspie.c b/nrf5/hal/hal_qspie.c index 334a4853d..e29bf0be7 100644 --- a/nrf5/hal/hal_qspie.c +++ b/nrf5/hal/hal_qspie.c @@ -29,4 +29,7 @@ #ifdef HAL_QSPIE_MODULE_ENABLED +#define QSPI_IRQ_NUM QSPI_IRQn +#define QSPI_BASE ((NRF_QSPI_Type *)NRF_QSPI_BASE) + #endif // HAL_QSPIE_MODULE_ENABLED |
