Searched refs:nrf_802154_assert_handler (Results 1 – 4 of 4) sorted by relevance
18 extern void nrf_802154_assert_handler(void);23 nrf_802154_assert_handler(); \
12 __weak void nrf_802154_assert_handler(void) in nrf_802154_assert_handler() function
96 target_sources(nrf-802154-platform PRIVATE nrf_802154_assert_handler.c)
221 `nrf_802154_assert_handler()` is called. File and line debug information are not provided222 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`.