| /modules/openthread/ |
| A D | openthread.c | 158 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 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"
|
| A D | cmsis_core_m_defaults.h | 72 #error "Unknown Cortex-M device" 147 #error "Unknown Cortex-M device"
|
| /modules/openthread/platform/ |
| A D | diag.c | 97 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 D | ble.c | 118 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 D | hdlc_interface.cpp | 70 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 D | infra_if.c | 31 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 D | radio_spinel.cpp | 280 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 D | entropy.c | 16 #error OpenThread requires an entropy source for a TRNG
|
| A D | radio.c | 555 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 D | sl_clock_manager_tree_config.h | 37 #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 D | nrfs_backend_ipc_service.c | 66 __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 D | Kconfig | 33 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 D | Kconfig | 29 bool "Disable error messages" 31 Disable error message support to save code size. Only error
|
| /modules/trusted-firmware-m/nordic/include/ |
| A D | tfm_peripherals_config.h | 41 #error "Unknown device."
|
| /modules/fatfs/ |
| A D | zephyr_fatfs_config.h | 8 #error "Configuration version mismatch" 44 #error Invalid LFN buffer location
|
| /modules/cmsis/ |
| A D | cmsis_core_a_r.h | 63 #error "Unknown device"
|
| /modules/lvgl/include/ |
| A D | lvgl_zephyr.h | 14 #error Could not find "zephyr,display" chosen property, or "zephyr,displays" compatible node in DT
|
| /modules/zcbor/ |
| A D | Kconfig | 27 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 D | supp_main.h | 20 #error "At least one of the following EAP methods need to be defined \
|
| /modules/thrift/src/thrift/transport/ |
| A D | TSSLSocket.cpp | 288 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 D | Kconfig | 49 # Enable error by default
|
| A D | rpu_hw_if.c | 46 #error "nRF70 device either needs iovdd-ctrl-gpios or iovdd-regulator property"
|
| /modules/canopennode/ |
| A D | CO_driver.c | 124 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 D | nrfx_reserved_resources.h | 86 #error Unsupported chip family
|