mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-13 06:01:57 +00:00
It should be nrfx_power_clock_irq_handler, not nrfx_clock_irq_handler. The latter is only present as a function if both nrfx CLOCK and POWER drivers are used and it is then called from the actual IRQ handler, which is always named nrfx_power_clock_irq_handler (also when only the nrfx CLOCK driver is used as in case of this test). Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no> |
||
---|---|---|
.. | ||
application_development | ||
arch | ||
benchmarks | ||
bluetooth | ||
boards | ||
crypto | ||
deprecated | ||
drivers | ||
kernel | ||
lib | ||
misc/test_build | ||
net | ||
portability | ||
posix | ||
shell | ||
subsys | ||
unit | ||
ztest |