Lines Matching +full:line +full:- +full:addresses
1 # Copyright (c) 2016-2021 Nordic Semiconductor ASA
2 # SPDX-License-Identifier: Apache-2.0
33 abstraction layer API and its Zephyr-specific implementation uses dynamic
163 channel is deemed busy. The unit is defined as per 802.15.4-2006 spec.
184 int "nRF 802.15.4 pending short addresses"
187 Number of slots containing short addresses of nodes for which pending data is stored
190 int "nRF 802.15.4 pending extended addresses"
193 Number of slots containing extended addresses of nodes for which pending data is stored
196 bool "nRF 802.15.4 AES-CCM* authentication & encryption"
219 This option provides minimal run-time checking of the nRF 802.15.4 Radio Driver's operation,
220 even if kernel-wide CONFIG_ASSERT is disabled. In case of an abnormal condition the function
221 `nrf_802154_assert_handler()` is called. File and line debug information are not provided
229 The run-time checking of the nRF 802.15.4 Radio Driver depends fully on the configuration
230 of the `__ASSERT_NO_MSG` macro, including the ability to completely turn off the run-time