Home
last modified time | relevance | path

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

/nrf_hw_models-2.7.6/src/HW_models/
DBLECrypt_if.c63 char *error; in BLECrypt_if_enable_real_encryption() local
72 if ((error = dlerror()) != NULL) { in BLECrypt_if_enable_real_encryption()
73 bs_trace_error_line("%s\n",error); in BLECrypt_if_enable_real_encryption()
77 if ((error = dlerror()) != NULL) { in BLECrypt_if_enable_real_encryption()
78 bs_trace_error_line("%s\n",error); in BLECrypt_if_enable_real_encryption()
81 if ((error = dlerror()) != NULL) { in BLECrypt_if_enable_real_encryption()
82 bs_trace_error_line("%s\n",error); in BLECrypt_if_enable_real_encryption()
85 if ((error = dlerror()) != NULL) { in BLECrypt_if_enable_real_encryption()
86 bs_trace_error_line("%s\n",error); in BLECrypt_if_enable_real_encryption()
/nrf_hw_models-2.7.6/src/nrfx_config/
Dnrfx_config.h15 #error This file should not be included in builds with Zephyr. Use the one provided by the nordic_h…
Dnrfx_glue.h19 #error This file should not be included in builds with Zephyr. Use the one provided by the nordic_h…
/nrf_hw_models-2.7.6/
DMakefile12 $(error NRFX_BASE must be set to the nrfx checkout folder)