aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/NRF51/NRF51822/hal_rng_lld.h
diff options
context:
space:
mode:
authorStephane D'Alu <sdalu@sdalu.com>2016-07-07 23:17:36 +0200
committerStephane D'Alu <sdalu@sdalu.com>2016-07-07 23:17:36 +0200
commit022cad04527a776e4b60a8211206a0ed2d402fcb (patch)
tree0a3626bbfcf9cc09e146b6f8d392a47e2ffd2efc /os/hal/ports/NRF51/NRF51822/hal_rng_lld.h
parentc7f7b70596d200afb76c3c8a24d4ddaaa61a2f1e (diff)
downloadChibiOS-Contrib-022cad04527a776e4b60a8211206a0ed2d402fcb.tar.gz
ChibiOS-Contrib-022cad04527a776e4b60a8211206a0ed2d402fcb.tar.bz2
ChibiOS-Contrib-022cad04527a776e4b60a8211206a0ed2d402fcb.zip
code cleanup, fixed testhal
Diffstat (limited to 'os/hal/ports/NRF51/NRF51822/hal_rng_lld.h')
-rw-r--r--os/hal/ports/NRF51/NRF51822/hal_rng_lld.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/os/hal/ports/NRF51/NRF51822/hal_rng_lld.h b/os/hal/ports/NRF51/NRF51822/hal_rng_lld.h
index 0ad0bc6..c272b6c 100644
--- a/os/hal/ports/NRF51/NRF51822/hal_rng_lld.h
+++ b/os/hal/ports/NRF51/NRF51822/hal_rng_lld.h
@@ -134,6 +134,10 @@ struct RNGDriver {
* @brief Pointer to the RNGx registers block.
*/
NRF_RNG_Type *rng;
+ /**
+ * @brief IRQ number
+ */
+ uint32_t irq;
};
/*===========================================================================*/