Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of BLE_WallbotBLE_Challenge by
nrf_error_sdm.h
00001 /* 00002 * Copyright (c) 2012 Nordic Semiconductor. All Rights Reserved. 00003 * 00004 * The information contained herein is confidential property of Nordic Semiconductor. The use, 00005 * copying, transfer or disclosure of such information is prohibited except by express written 00006 * agreement with Nordic Semiconductor. 00007 * 00008 */ 00009 /** 00010 @addtogroup nrf_sdm_api 00011 @{ 00012 @defgroup nrf_sdm_error SoftDevice Manager Error Codes 00013 @{ 00014 00015 @brief Error definitions for the SDM API 00016 */ 00017 00018 /* Header guard */ 00019 #ifndef NRF_ERROR_SDM_H__ 00020 #define NRF_ERROR_SDM_H__ 00021 00022 #include "nrf_error.h" 00023 00024 #define NRF_ERROR_SDM_LFCLK_SOURCE_UNKNOWN (NRF_ERROR_SDM_BASE_NUM + 0) ///< Unknown lfclk source 00025 #define NRF_ERROR_SDM_INCORRECT_INTERRUPT_CONFIGURATION (NRF_ERROR_SDM_BASE_NUM + 1) ///< Incorrect interrupt configuration (can be caused by using illegal priority levels, or having enabled SoftDevice interrupts) 00026 #define NRF_ERROR_SDM_INCORRECT_CLENR0 (NRF_ERROR_SDM_BASE_NUM + 2) ///< Incorrect CLENR0 (can be caused by erronous SoftDevice flashing) 00027 00028 #endif // NRF_ERROR_SDM_H__ 00029 00030 /** 00031 @} 00032 @} 00033 */
Generated on Tue Jul 12 2022 13:52:31 by
