/* * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 *//* ... */#pragmaonce#include"sdkconfig.h"#ifCONFIG_OPENTHREAD_HEADER_CUSTOM#includeCONFIG_OPENTHREAD_CUSTOM_HEADER_FILE_NAME#endif/** * @def OPENTHREAD_LIB_SPINEL_RX_FRAME_BUFFER_SIZE * * Specifies the rx frame buffer size used by `SpinelInterface` in RCP host code. This is applicable/used when * `RadioSpinel` platform is used. * *//* ... */#ifdefOPENTHREAD_LIB_SPINEL_RX_FRAME_BUFFER_SIZE#error`OPENTHREAD_LIB_SPINEL_RX_FRAME_BUFFER_SIZE`isredefined.#endif#defineOPENTHREAD_LIB_SPINEL_RX_FRAME_BUFFER_SIZECONFIG_OPENTHREAD_SPINEL_RX_FRAME_BUFFER_SIZE/** * @def OPENTHREAD_CONFIG_MAC_MAX_CSMA_BACKOFFS_DIRECT * * The maximum number of backoffs the CSMA-CA algorithm will attempt before declaring a channel access failure. * * Equivalent to macMaxCSMABackoffs in IEEE 802.15.4-2006, default value is 4. * *//* ... */#ifdefOPENTHREAD_CONFIG_MAC_MAX_CSMA_BACKOFFS_DIRECT#error`OPENTHREAD_CONFIG_MAC_MAX_CSMA_BACKOFFS_DIRECT`isredefined.#endif#defineOPENTHREAD_CONFIG_MAC_MAX_CSMA_BACKOFFS_DIRECTCONFIG_OPENTHREAD_SPINEL_MAC_MAX_CSMA_BACKOFFS_DIRECT/*----The following options set fixed default values but can be overridden by the user header file.----*//** * @def OPENTHREAD_SPINEL_CONFIG_RCP_RESTORATION_MAX_COUNT * * Defines the max count of RCP failures allowed to be recovered. * 0 means to disable RCP failure recovering. * *//* ... */#ifndefOPENTHREAD_SPINEL_CONFIG_RCP_RESTORATION_MAX_COUNT#defineOPENTHREAD_SPINEL_CONFIG_RCP_RESTORATION_MAX_COUNT3#endif/** * @def OPENTHREAD_SPINEL_CONFIG_VENDOR_HOOK_ENABLE * * Enables compilation of vendor specific code for Spinel *//* ... */#ifndefOPENTHREAD_SPINEL_CONFIG_VENDOR_HOOK_ENABLE#defineOPENTHREAD_SPINEL_CONFIG_VENDOR_HOOK_ENABLE1#endif/** * @def OPENTHREAD_SPINEL_CONFIG_COMPATIBILITY_ERROR_CALLBACK_ENABLE * * Enables compatibility error callback in Spinel *//* ... */#ifndefOPENTHREAD_SPINEL_CONFIG_COMPATIBILITY_ERROR_CALLBACK_ENABLE#defineOPENTHREAD_SPINEL_CONFIG_COMPATIBILITY_ERROR_CALLBACK_ENABLE1#endif
Details
Show: from
Types: Columns:
All items filtered out
All items filtered out
This file uses the notable symbols shown below. Click anywhere in the file to view more details.