Home
last modified time | relevance | path

Searched refs:nrf_802154_assert_handler (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/modules/hal_nordic/nrf_802154/include/
Dnrf_802154_assert_zephyr.h18 extern void nrf_802154_assert_handler(void);
23 nrf_802154_assert_handler(); \
/Zephyr-latest/modules/hal_nordic/nrf_802154/
Dnrf_802154_assert_handler.c12 __weak void nrf_802154_assert_handler(void) in nrf_802154_assert_handler() function
DCMakeLists.txt96 target_sources(nrf-802154-platform PRIVATE nrf_802154_assert_handler.c)
/Zephyr-latest/modules/hal_nordic/
DKconfig221 `nrf_802154_assert_handler()` is called. File and line debug information are not provided
222 to save memory of the image file. Default implementation of the `nrf_802154_assert_handler`
224 You can also provide your own implementation of `nrf_802154_assert_handler`.