Home
last modified time | relevance | path

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

12

/modules/openthread/
A Dopenthread.c158 if (error != OT_ERROR_NONE) { in ot_joiner_start_handler()
163 if (error != OT_ERROR_NONE) { in ot_joiner_start_handler()
176 if (error != OT_ERROR_NONE) { in ot_setup_default_configuration()
182 if (error != OT_ERROR_NONE) { in ot_setup_default_configuration()
188 if (error != OT_ERROR_NONE) { in ot_setup_default_configuration()
198 if (error != OT_ERROR_NONE) { in ot_setup_default_configuration()
244 if (error < 0) { in otTaskletsSignalPending()
325 error = otPlatUartEnable(); in openthread_init()
515 if (error == 0) { in openthread_sys_init()
517 error = openthread_run(); in openthread_sys_init()
[all …]
/modules/cmsis_6/
A Dcmsis_core_m.h27 #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"
A Dcmsis_core_m_defaults.h72 #error "Unknown Cortex-M device"
147 #error "Unknown Cortex-M device"
/modules/openthread/platform/
A Ddiag.c97 otError error; in otPlatDiagModeSet() local
205 otError error; in otPlatDiagGpioSet() local
210 return error; in otPlatDiagGpioSet()
229 otError error; in otPlatDiagGpioGet() local
235 return error; in otPlatDiagGpioGet()
260 otError error; in otPlatDiagGpioSetMode() local
266 return error; in otPlatDiagGpioSetMode()
293 otError error; in otPlatDiagGpioGetMode() local
299 return error; in otPlatDiagGpioGetMode()
358 otError error; in otPlatDiagAlarmCallback() local
[all …]
A Dble.c118 otError error = OT_ERROR_NONE; in ot_plat_ble_queue_msg() local
137 error = OT_ERROR_NO_BUFS; in ot_plat_ble_queue_msg()
142 return error; in ot_plat_ble_queue_msg()
194 if (error != OT_ERROR_NONE) { in on_receive()
214 otError error = OT_ERROR_NONE; in on_cccd_changed() local
222 if (error != OT_ERROR_NONE) { in on_cccd_changed()
227 if (error != OT_ERROR_NONE) { in on_cccd_changed()
316 otError error = OT_ERROR_NONE; in connected() local
330 if (error != OT_ERROR_NONE) { in connected()
340 otError error = OT_ERROR_NONE; in disconnected() local
[all …]
A Dhdlc_interface.cpp70 otError error = OT_ERROR_NONE; in Init() local
94 error = OT_ERROR_FAILED; in Init()
98 return error; in Init()
125 otError error = OT_ERROR_NONE; in SendFrame() local
129 error = OT_ERROR_FAILED; in SendFrame()
145 if (error != OT_ERROR_NONE) { in SendFrame()
146 otLogCritPlat("error = 0x%x", error); in SendFrame()
149 return error; in SendFrame()
154 otError error = OT_ERROR_RESPONSE_TIMEOUT; in WaitForFrame() local
173 error = OT_ERROR_NONE; in WaitForFrame()
[all …]
A Dinfra_if.c31 otError error = OT_ERROR_NONE; in otPlatInfraIfSendIcmp6Nd() local
44 VerifyOrExit(!net_ipv6_is_addr_unspecified(src), error = OT_ERROR_FAILED); in otPlatInfraIfSendIcmp6Nd()
48 VerifyOrExit(pkt, error = OT_ERROR_FAILED); in otPlatInfraIfSendIcmp6Nd()
52 VerifyOrExit(net_ipv6_create(pkt, src, &dst) == 0, error = OT_ERROR_FAILED); in otPlatInfraIfSendIcmp6Nd()
56 VerifyOrExit(net_ipv6_finalize(pkt, IPPROTO_ICMPV6) == 0, error = OT_ERROR_FAILED); in otPlatInfraIfSendIcmp6Nd()
57 VerifyOrExit(net_send_data(pkt) == 0, error = OT_ERROR_FAILED); in otPlatInfraIfSendIcmp6Nd()
60 if (error == OT_ERROR_FAILED) { in otPlatInfraIfSendIcmp6Nd()
67 return error; in otPlatInfraIfSendIcmp6Nd()
113 otError error = OT_ERROR_NONE; in infra_if_init() local
121 VerifyOrExit(ret == 0, error = OT_ERROR_FAILED); in infra_if_init()
[all …]
A Dradio_spinel.cpp280 otError error; in otPlatRadioGetTransmitPower() local
283 VerifyOrExit(aPower != NULL, error = OT_ERROR_INVALID_ARGS); in otPlatRadioGetTransmitPower()
284 error = psRadioSpinel->GetTransmitPower(*aPower); in otPlatRadioGetTransmitPower()
287 return error; in otPlatRadioGetTransmitPower()
298 otError error; in otPlatRadioGetCcaEnergyDetectThreshold() local
301 VerifyOrExit(aThreshold != NULL, error = OT_ERROR_INVALID_ARGS); in otPlatRadioGetCcaEnergyDetectThreshold()
302 error = psRadioSpinel->GetCcaEnergyDetectThreshold(*aThreshold); in otPlatRadioGetCcaEnergyDetectThreshold()
305 return error; in otPlatRadioGetCcaEnergyDetectThreshold()
337 otError error = OT_ERROR_NONE; in otPlatRadioGetCoexMetrics() local
341 error = psRadioSpinel->GetCoexMetrics(*aCoexMetrics); in otPlatRadioGetCoexMetrics()
[all …]
A Dentropy.c16 #error OpenThread requires an entropy source for a TRNG
A Dradio.c555 otError error; in openthread_handle_frame_to_send() local
590 if (error != OT_ERROR_NONE) { in openthread_handle_frame_to_send()
900 otError error = OT_ERROR_INVALID_STATE; in otPlatRadioTransmit() local
915 error = OT_ERROR_NONE; in otPlatRadioTransmit()
919 return error; in otPlatRadioTransmit()
939 int error = 0; in otPlatRadioGetRssi() local
960 if (error == 0) { in otPlatRadioGetRssi()
1288 otError error; in otPlatRadioSetMacKey() local
1293 __ASSERT_NO_MSG(error == OT_ERROR_NONE); in otPlatRadioSetMacKey()
1297 __ASSERT_NO_MSG(error == OT_ERROR_NONE); in otPlatRadioSetMacKey()
[all …]
/modules/hal_silabs/simplicity_sdk/config/
A Dsl_clock_manager_tree_config.h37 #error "Invalid clock source selection for SYSCLK"
74 #error "Invalid clock source selection for TRACECLK"
175 #error "Invalid clock source selection for IADCCLK"
233 #error "Invalid clock source selection for RTCCCLK"
249 #error "Invalid clock source selection for SYSRTCCLK"
266 #error "Invalid clock source selection for WDOG0CLK"
283 #error "Invalid clock source selection for WDOG1CLK"
299 #error "Invalid clock source selection for LCDCLK"
315 #error "Invalid clock source selection for PCNT0CLK"
402 #error "Invalid clock source selection for VDAC0CLK"
[all …]
/modules/hal_nordic/nrfs/backends/
A Dnrfs_backend_ipc_service.c66 __weak void nrfs_backend_error_handler(enum nrfs_backend_error error_id, int error, bool fatal) in nrfs_backend_error_handler() argument
78 LOG_ERR("IPC open instance failure with error: %d", error); in nrfs_backend_error_handler()
82 LOG_ERR("IPC register endpoint failure with error: %d", error); in nrfs_backend_error_handler()
90 LOG_ERR("Undefined error id: %d, error cause: %d", error_id, error); in nrfs_backend_error_handler()
A DKconfig33 Delay when waiting for next message send retry in case of send error.
41 error will be reported. For example when shared ipc memory is full.
/modules/nanopb/
A DKconfig29 bool "Disable error messages"
31 Disable error message support to save code size. Only error
/modules/trusted-firmware-m/nordic/include/
A Dtfm_peripherals_config.h41 #error "Unknown device."
/modules/fatfs/
A Dzephyr_fatfs_config.h8 #error "Configuration version mismatch"
44 #error Invalid LFN buffer location
/modules/cmsis/
A Dcmsis_core_a_r.h63 #error "Unknown device"
/modules/lvgl/include/
A Dlvgl_zephyr.h14 #error Could not find "zephyr,display" chosen property, or "zephyr,displays" compatible node in DT
/modules/zcbor/
A DKconfig27 bool "Stop on error when processing (Must also be enabled in state var)"
32 This makes all functions abort their execution if called when an error
/modules/hostap/src/
A Dsupp_main.h20 #error "At least one of the following EAP methods need to be defined \
/modules/thrift/src/thrift/transport/
A DTSSLSocket.cpp288 int error; in open() local
296 error = getaddrinfo(host_.c_str(), port, &hints, &res0); in open()
298 if (error == DNS_EAI_NODATA) { in open()
300 error = getaddrinfo(host_.c_str(), port, &hints, &res0); in open()
303 if (error) { in open()
305 string(THRIFT_GAI_STRERROR(error)); in open()
/modules/nrf_wifi/bus/
A DKconfig49 # Enable error by default
A Drpu_hw_if.c46 #error "nRF70 device either needs iovdd-ctrl-gpios or iovdd-regulator property"
/modules/canopennode/
A DCO_driver.c124 static void canopen_tx_callback(const struct device *dev, int error, void *arg) in canopen_tx_callback() argument
135 if (error == 0) { in canopen_tx_callback()
/modules/hal_nordic/nrfx/
A Dnrfx_reserved_resources.h86 #error Unsupported chip family

Completed in 57 milliseconds

12