| /Zephyr-latest/modules/cmsis/ | 
| D | cmsis_core_m.h | 27 #error "NUM_IRQ_PRIO_BITS and __NVIC_PRIO_BITS are not set to the same value" 31 #error "__MPU_PRESENT and CONFIG_CPU_HAS_ARM_MPU are not set to the same value" 35 #error "__FPU_PRESENT and CONFIG_CPU_HAS_FPU are not set to the same value" 44 #error "__VTOR_PRESENT and CONFIG_CPU_CORTEX_M_HAS_VTOR are not set to the same value." 52 #error "__DSP_PRESENT and CONFIG_ARMV8_M_DSP are not set to the same value" 56 #error "__ICACHE_PRESENT and CONFIG_CPU_HAS_ICACHE are not set to the same value" 60 #error "__DCACHE_PRESENT and CONFIG_CPU_HAS_DCACHE are not set to the same value" 64 #error "__MVE_PRESENT and CONFIG_ARMV8_1_M_MVEI are not set to the same value" 68 #error "__SAUREGION_PRESENT and CONFIG_CPU_HAS_ARM_SAU are not set to the same value"
  | 
| /Zephyr-latest/soc/nxp/imxrt/imxrt5xx/f1/include/ | 
| D | _soc_inthandlers.h | 11 #error core-isa.h interrupt level does not match dispatcher! 14 #error core-isa.h interrupt level does not match dispatcher! 17 #error core-isa.h interrupt level does not match dispatcher! 20 #error core-isa.h interrupt level does not match dispatcher! 23 #error core-isa.h interrupt level does not match dispatcher! 26 #error core-isa.h interrupt level does not match dispatcher! 29 #error core-isa.h interrupt level does not match dispatcher! 32 #error core-isa.h interrupt level does not match dispatcher! 35 #error core-isa.h interrupt level does not match dispatcher! 38 #error core-isa.h interrupt level does not match dispatcher! [all …] 
 | 
| /Zephyr-latest/subsys/debug/coredump/ | 
| D | coredump_backend_logging.c | 26 static int error;  variable 31 	error = 0;  in coredump_logging_backend_start() 43 	if (error != 0) {  in coredump_logging_backend_end() 57 		error = -EINVAL;  in coredump_logging_backend_buffer_output() 63 			error = -EINVAL;  in coredump_logging_backend_buffer_output() 69 			error = -EINVAL;  in coredump_logging_backend_buffer_output() 92 		ret = error;  in coredump_logging_backend_query() 110 		error = 0;  in coredump_logging_backend_cmd() 139 	if (error == 0) {  in cmd_coredump_error_get() 142 		shell_print(sh, "Error: %d", error);  in cmd_coredump_error_get() [all …] 
 | 
| D | coredump_backend_intel_adsp_mem_window.c | 19 static int error;  variable 25 	error = 0;  in coredump_mem_window_backend_start() 39 	if (error != 0) {  in coredump_mem_window_backend_end() 73 		error = -EINVAL;  in coredump_mem_window_backend_buffer_output() 84 		ret = error;  in coredump_mem_window_backend_query() 102 		error = 0;  in coredump_mem_window_backend_cmd()
  | 
| /Zephyr-latest/soc/nxp/imx/imx8m/adsp/ | 
| D | _soc_inthandlers.h | 23 #error core-isa.h interrupt level does not match dispatcher! 26 #error core-isa.h interrupt level does not match dispatcher! 29 #error core-isa.h interrupt level does not match dispatcher! 32 #error core-isa.h interrupt level does not match dispatcher! 35 #error core-isa.h interrupt level does not match dispatcher! 38 #error core-isa.h interrupt level does not match dispatcher! 41 #error core-isa.h interrupt level does not match dispatcher! 44 #error core-isa.h interrupt level does not match dispatcher! 47 #error core-isa.h interrupt level does not match dispatcher! 50 #error core-isa.h interrupt level does not match dispatcher! [all …] 
 | 
| /Zephyr-latest/soc/nxp/imx/imx8x/adsp/ | 
| D | _soc_inthandlers.h | 23 #error core-isa.h interrupt level does not match dispatcher! 26 #error core-isa.h interrupt level does not match dispatcher! 29 #error core-isa.h interrupt level does not match dispatcher! 32 #error core-isa.h interrupt level does not match dispatcher! 35 #error core-isa.h interrupt level does not match dispatcher! 38 #error core-isa.h interrupt level does not match dispatcher! 41 #error core-isa.h interrupt level does not match dispatcher! 44 #error core-isa.h interrupt level does not match dispatcher! 47 #error core-isa.h interrupt level does not match dispatcher! 50 #error core-isa.h interrupt level does not match dispatcher! [all …] 
 | 
| /Zephyr-latest/soc/nxp/imx/imx8/adsp/ | 
| D | _soc_inthandlers.h | 23 #error core-isa.h interrupt level does not match dispatcher! 26 #error core-isa.h interrupt level does not match dispatcher! 29 #error core-isa.h interrupt level does not match dispatcher! 32 #error core-isa.h interrupt level does not match dispatcher! 35 #error core-isa.h interrupt level does not match dispatcher! 38 #error core-isa.h interrupt level does not match dispatcher! 41 #error core-isa.h interrupt level does not match dispatcher! 44 #error core-isa.h interrupt level does not match dispatcher! 47 #error core-isa.h interrupt level does not match dispatcher! 50 #error core-isa.h interrupt level does not match dispatcher! [all …] 
 | 
| /Zephyr-latest/drivers/adc/ | 
| D | adc_ambiq.c | 155 	int error = 0;  in adc_ambiq_start_read()  local 167 	error = adc_ambiq_check_buffer_size(sequence, active_channels);  in adc_ambiq_start_read() 168 	if (error < 0) {  in adc_ambiq_start_read() 169 		return error;  in adc_ambiq_start_read() 181 		error = adc_ambiq_slot_config(dev, sequence, channel_id, slot_index);  in adc_ambiq_start_read() 182 		if (error < 0) {  in adc_ambiq_start_read() 183 			return error;  in adc_ambiq_start_read() 193 	error = adc_context_wait_for_completion(&data->ctx);  in adc_ambiq_start_read() 195 	return error;  in adc_ambiq_start_read() 201 	int error = 0;  in adc_ambiq_read()  local [all …] 
 | 
| /Zephyr-latest/soc/espressif/common/include/ | 
| D | _soc_inthandlers.h | 24 #error core-isa.h interrupt level does not match dispatcher! 27 #error core-isa.h interrupt level does not match dispatcher! 30 #error core-isa.h interrupt level does not match dispatcher! 33 #error core-isa.h interrupt level does not match dispatcher! 36 #error core-isa.h interrupt level does not match dispatcher! 39 #error core-isa.h interrupt level does not match dispatcher! 42 #error core-isa.h interrupt level does not match dispatcher! 45 #error core-isa.h interrupt level does not match dispatcher! 48 #error core-isa.h interrupt level does not match dispatcher! 51 #error core-isa.h interrupt level does not match dispatcher! [all …] 
 | 
| /Zephyr-latest/soc/nxp/imx/imx8ulp/adsp/ | 
| D | _soc_inthandlers.h | 23 #error core-isa.h interrupt level does not match dispatcher! 26 #error core-isa.h interrupt level does not match dispatcher! 29 #error core-isa.h interrupt level does not match dispatcher! 32 #error core-isa.h interrupt level does not match dispatcher! 35 #error core-isa.h interrupt level does not match dispatcher! 38 #error core-isa.h interrupt level does not match dispatcher! 41 #error core-isa.h interrupt level does not match dispatcher! 44 #error core-isa.h interrupt level does not match dispatcher! 47 #error core-isa.h interrupt level does not match dispatcher! 50 #error core-isa.h interrupt level does not match dispatcher! [all …] 
 | 
| /Zephyr-latest/soc/cdns/xtensa_sample_controller/include/ | 
| D | _soc_inthandlers.h | 17 #error core-isa.h interrupt level does not match dispatcher! 20 #error core-isa.h interrupt level does not match dispatcher! 23 #error core-isa.h interrupt level does not match dispatcher! 26 #error core-isa.h interrupt level does not match dispatcher! 29 #error core-isa.h interrupt level does not match dispatcher! 32 #error core-isa.h interrupt level does not match dispatcher! 35 #error core-isa.h interrupt level does not match dispatcher! 38 #error core-isa.h interrupt level does not match dispatcher! 41 #error core-isa.h interrupt level does not match dispatcher! 44 #error core-isa.h interrupt level does not match dispatcher! [all …] 
 | 
| /Zephyr-latest/soc/cdns/sample_controller32/include/ | 
| D | _soc_inthandlers.h | 24 #error core-isa.h interrupt level does not match dispatcher! 27 #error core-isa.h interrupt level does not match dispatcher! 30 #error core-isa.h interrupt level does not match dispatcher! 33 #error core-isa.h interrupt level does not match dispatcher! 36 #error core-isa.h interrupt level does not match dispatcher! 39 #error core-isa.h interrupt level does not match dispatcher! 42 #error core-isa.h interrupt level does not match dispatcher! 45 #error core-isa.h interrupt level does not match dispatcher! 48 #error core-isa.h interrupt level does not match dispatcher! 51 #error core-isa.h interrupt level does not match dispatcher! [all …] 
 | 
| /Zephyr-latest/tests/lib/c_lib/common/src/ | 
| D | test_sqrt.c | 92 float	exponent, resf, square, root_squared, error;  in ZTEST()  local 121 				error = (square - root_squared) /  in ZTEST() 123 				if (error < 0.0f) {  in ZTEST() 124 					error = -error;  in ZTEST() 137 				error = 0.0f;  in ZTEST() 139 			zassert_true(error < MAX_FLOAT_ERROR_PERCENT,  in ZTEST() 151 double	resd, error, square, root_squared, exponent;  in ZTEST()  local 180 				error = (square - root_squared) /  in ZTEST() 182 				if (error < 0.0) {  in ZTEST() 183 					error = -error;  in ZTEST() [all …] 
 | 
| /Zephyr-latest/soc/intel/intel_adsp/cavs/ | 
| D | _soc_inthandlers.h | 22 #error core-isa.h interrupt level does not match dispatcher! 25 #error core-isa.h interrupt level does not match dispatcher! 28 #error core-isa.h interrupt level does not match dispatcher! 31 #error core-isa.h interrupt level does not match dispatcher! 34 #error core-isa.h interrupt level does not match dispatcher! 37 #error core-isa.h interrupt level does not match dispatcher! 40 #error core-isa.h interrupt level does not match dispatcher! 43 #error core-isa.h interrupt level does not match dispatcher! 46 #error core-isa.h interrupt level does not match dispatcher! 49 #error core-isa.h interrupt level does not match dispatcher! [all …] 
 | 
| /Zephyr-latest/lib/libc/minimal/include/ | 
| D | limits.h | 19 #error "unexpected __CHAR_BIT__ value" 54 #error "unexpected __SIZE_MAX__ value" 60 #error "unexpected __SIZEOF_SHORT__ value" 66 #error "unexpected __SIZEOF_INT__ value" 74 #error "unexpected __SIZEOF_LONG__ value" 80 #error "unexpected __SIZEOF_LONG_LONG__ value"
  | 
| /Zephyr-latest/modules/openthread/platform/ | 
| D | diag.c | 195 	otError error;  in otPlatDiagGpioSet()  local 197 	error = gpio_get_spec(aGpio, &spec);  in otPlatDiagGpioSet() 199 	if (error != OT_ERROR_NONE) {  in otPlatDiagGpioSet() 200 		return error;  in otPlatDiagGpioSet() 219 	otError error;  in otPlatDiagGpioGet()  local 222 	error = gpio_get_spec(aGpio, &spec);  in otPlatDiagGpioGet() 224 	if (error != OT_ERROR_NONE) {  in otPlatDiagGpioGet() 225 		return error;  in otPlatDiagGpioGet() 250 	otError error;  in otPlatDiagGpioSetMode()  local 253 	error = gpio_get_spec(aGpio, &spec);  in otPlatDiagGpioSetMode() [all …] 
 | 
| D | ble.c | 119 	otError error = OT_ERROR_NONE;  in ot_plat_ble_queue_msg()  local 138 		error = OT_ERROR_NO_BUFS;  in ot_plat_ble_queue_msg() 143 	return error;  in ot_plat_ble_queue_msg() 193 	otError error = ot_plat_ble_queue_msg(buf, len, 0);  in on_receive()  local 195 	if (error != OT_ERROR_NONE) {  in on_receive() 196 		LOG_WRN("Error queuing message: %s", otThreadErrorToString(error));  in on_receive() 215 	otError error = OT_ERROR_NONE;  in on_cccd_changed()  local 222 		error = ot_plat_ble_queue_msg(NULL, PLAT_BLE_MSG_CONNECT, 0);  in on_cccd_changed() 223 		if (error != OT_ERROR_NONE) {  in on_cccd_changed() 224 			LOG_WRN("Error queuing message: %s", otThreadErrorToString(error));  in on_cccd_changed() [all …] 
 | 
| /Zephyr-latest/tests/boards/native_sim/rtc/src/ | 
| D | main.c | 55 	int64_t diff, error;  in ZTEST()  local 93 		error = diff / 1000 - WAIT_TIME / acc_ratio;  in ZTEST() 103 		zassert_true(llabs(error) < TOLERANCE,  in ZTEST() 112 		error = diff - WAIT_TIME * 1000;  in ZTEST() 118 				error / 1000.0);  in ZTEST() 120 		error /= 1000;  in ZTEST() 121 		zassert_true(llabs(error) < TOLERANCE,  in ZTEST() 151 	int64_t diff, error;  in ZTEST()  local 159 	error = diff - offset;  in ZTEST() 160 	zassert_true(llabs(error) < TOLERANCE,  in ZTEST()
  | 
| /Zephyr-latest/drivers/hwinfo/ | 
| D | hwinfo_max32.c | 16 	int error;  in z_impl_hwinfo_get_device_id()  local 18 	error = Wrap_MXC_SYS_GetUSN(usn);  in z_impl_hwinfo_get_device_id() 19 	if (error != E_NO_ERROR) {  in z_impl_hwinfo_get_device_id() 21 		return error;  in z_impl_hwinfo_get_device_id()
  | 
| /Zephyr-latest/subsys/net/lib/http/ | 
| D | http_server_ws.c | 63 		goto error;  in handle_http1_to_websocket_upgrade() 70 		goto error;  in handle_http1_to_websocket_upgrade() 78 		goto error;  in handle_http1_to_websocket_upgrade() 84 		goto error;  in handle_http1_to_websocket_upgrade() 90 		goto error;  in handle_http1_to_websocket_upgrade() 110 			goto error;  in handle_http1_to_websocket_upgrade() 124 			goto error;  in handle_http1_to_websocket_upgrade() 130 error:  in handle_http1_to_websocket_upgrade()
  | 
| /Zephyr-latest/subsys/net/lib/mqtt/ | 
| D | mqtt.c | 88 		goto error;  in client_connect() 95 		goto error;  in client_connect() 107 error:  in client_connect() 215 		goto error;  in mqtt_connect() 220 error:  in mqtt_connect() 261 		goto error;  in mqtt_publish() 266 		goto error;  in mqtt_publish() 281 error:  in mqtt_publish() 308 		goto error;  in mqtt_publish_qos1_ack() 313 		goto error;  in mqtt_publish_qos1_ack() [all …] 
 | 
| /Zephyr-latest/soc/intel/intel_adsp/ace/ | 
| D | _soc_inthandlers.h | 21 #error core-isa.h interrupt level does not match dispatcher! 24 #error core-isa.h interrupt level does not match dispatcher! 27 #error core-isa.h interrupt level does not match dispatcher! 30 #error core-isa.h interrupt level does not match dispatcher! 33 #error core-isa.h interrupt level does not match dispatcher! 36 #error core-isa.h interrupt level does not match dispatcher! 39 #error core-isa.h interrupt level does not match dispatcher! 42 #error core-isa.h interrupt level does not match dispatcher! 45 #error core-isa.h interrupt level does not match dispatcher!
  | 
| /Zephyr-latest/include/zephyr/toolchain/ | 
| D | xcc_missing_defs.h | 18 #error "unexpected __CHAR_BIT__ value" 25 #error "unexpected __SHRT_WIDTH__ value" 32 #error "unexpected __INT_MAX__ value" 39 #error "unexpected __LONG_MAX__ value" 46 #error "unexpected __LONG_LONG_MAX__ value" 56 #error "unexpected __INTMAX_MAX__ value"
  | 
| /Zephyr-latest/tests/benchmarks/latency_measure/src/ | 
| D | utils.h | 74 #define PRINT_F(summary, cycles, nsec, error, notes)                     \  argument 79 		if (!error) {                                            \ 89 #define PRINT_STATS(summary, value, error, notes)     \  argument 92 		error, notes) 94 #define PRINT_STATS_AVG(summary, value, counter, error, notes)      \  argument 97 		error, notes);
  | 
| /Zephyr-latest/samples/net/sockets/http_server/src/static_web_resources/ | 
| D | main.js | 17 	} catch (error) { 18 		console.error(error.message); 31 	} catch (error) { 32 		console.error(error.message);
  |