Home
last modified time | relevance | path

Searched refs:status (Results 4151 – 4175 of 4512) sorted by relevance

1...<<161162163164165166167168169170>>...181

/Zephyr-latest/tests/drivers/dma/loop_transfer/src/
Dtest_dma_loop.c66 uint32_t id, int status) in dma_user_callback() argument
73 zassert_false(status < 0, "DMA could not proceed, an error occurred\n"); in dma_user_callback()
/Zephyr-latest/subsys/bluetooth/mesh/
Dprovisioner.c64 static void prov_link_close(enum prov_bearer_link_status status) in prov_link_close() argument
66 LOG_DBG("%u", status); in prov_link_close()
69 bt_mesh_prov_link.bearer->link_close(status); in prov_link_close()
700 static void prov_link_closed(enum prov_bearer_link_status status) in prov_link_closed() argument
/Zephyr-latest/subsys/net/ip/
Droute.c616 int count = 0, status = 0; in net_route_del_by_nexthop() local
644 status = ret; in net_route_del_by_nexthop()
655 } else if (status < 0) { in net_route_del_by_nexthop()
656 return status; in net_route_del_by_nexthop()
/Zephyr-latest/drivers/flash/
Dflash_mspi_atxp032.c353 uint32_t status = 0; in flash_mspi_atxp032_busy_wait() local
372 (uint8_t *)&status, 1); in flash_mspi_atxp032_busy_wait()
377 LOG_DBG("status: 0x%x", status); in flash_mspi_atxp032_busy_wait()
378 } while (status & SPI_NOR_WIP_BIT); in flash_mspi_atxp032_busy_wait()
/Zephyr-latest/doc/hardware/peripherals/
Dcomparator.rst14 either invoke a callback, or its status can be polled.
Di3c.rst32 separate structures to keep track of device status. This can be done
191 status = "okay";
198 status = "okay";
206 status = "okay";
340 status = "okay";
/Zephyr-latest/boards/openisa/rv32m1_vega/support/
Dopenocd_rv32m1_vega_zero_riscy.cfg32 # If ADBG_USE_HISPEED is set (options bit 1), status bits will be skipped
/Zephyr-latest/drivers/comparator/
Dcomparator_mcux_acmp.c293 uint32_t status; in mcux_acmp_get_output() local
295 status = ACMP_GetStatusFlags(config->base); in mcux_acmp_get_output()
296 return (status & kACMP_OutputAssertEventFlag) ? 1 : 0; in mcux_acmp_get_output()
/Zephyr-latest/include/zephyr/
Ddevicetree.h3627 #define DT_NODE_HAS_STATUS(node_id, status) \ argument
3628 DT_NODE_HAS_STATUS_INTERNAL(node_id, status)
3728 #define DT_NODE_HAS_COMPAT_STATUS(node_id, compat, status) \ argument
3729 UTIL_AND(DT_NODE_HAS_COMPAT(node_id, compat), DT_NODE_HAS_STATUS(node_id, status))
5254 #define DT_NODE_HAS_STATUS_INTERNAL(node_id, status) \ argument
5255 IS_ENABLED(DT_CAT3(node_id, _STATUS_, status))
/Zephyr-latest/drivers/can/
Dcan_nxp_s32_canxl.c321 Canexcel_Ip_StatusType status; in can_nxp_s32_set_mode() local
328 status = CanXL_ConfigCtrlOptions(config->base_sic, options); in can_nxp_s32_set_mode()
329 if (status != CANEXCEL_STATUS_SUCCESS) { in can_nxp_s32_set_mode()
581 Canexcel_Ip_StatusType status; in can_nxp_s32_send() local
677 status = Canexcel_Ip_SendFDMsg(config->instance, mb_indx, &data->tx_cbs[alloc].tx_info, in can_nxp_s32_send()
681 if (status != CANEXCEL_STATUS_SUCCESS) { in can_nxp_s32_send()
/Zephyr-latest/subsys/bluetooth/host/classic/
Davctp.c72 static void avctp_l2cap_encrypt_changed(struct bt_l2cap_chan *chan, uint8_t status) in avctp_l2cap_encrypt_changed() argument
/Zephyr-latest/subsys/mgmt/mcumgr/mgmt/
DKconfig24 Some callbacks support notifying the calling function of a status, in which to accept
/Zephyr-latest/drivers/i2c/
Di2c_andes_atciic100.h236 volatile struct _i2c_status status; member
/Zephyr-latest/doc/connectivity/networking/api/
Dhttp_client.rst69 LOG_INF("Response status %s", rsp->http_status);
Dnet_shell.rst6 Network shell provides helpers for figuring out network status,
/Zephyr-latest/drivers/disk/
Dramdisk.c122 .status = disk_ram_access_status,
/Zephyr-latest/doc/services/device_mgmt/smp_groups/
Dsmp_group_9.rst133 In older versions of Zephyr, "rc" was used for both the mcumgr status code
/Zephyr-latest/doc/services/dsp/
Dindex.rst12 optimized. The status of the various architectures can be found below:
/Zephyr-latest/include/zephyr/net/
Ddns_resolve.h321 typedef void (*dns_resolve_cb_t)(enum dns_resolve_status status,
/Zephyr-latest/samples/drivers/adc/adc_dt/
DREADME.rst23 sure that the ADC is enabled (``status = "okay";``).
/Zephyr-latest/samples/drivers/adc/adc_sequence/
DREADME.rst23 Make sure that the ADC is enabled (``status = "okay";``) and has each channel as a
/Zephyr-latest/subsys/logging/
Dlog_cmds.c432 SHELL_CMD(status, NULL, "Logger status", cmd_log_backend_status),
475 SHELL_COND_CMD(CONFIG_SHELL_LOG_BACKEND, status, NULL, "Logger status",
/Zephyr-latest/drivers/gpio/
Dgpio_smartbond.c50 uint32_t status; member
293 stat = config->wkup_regs->status; in gpio_smartbond_isr()
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Drpr_cli.rst49 struct bt_mesh_rpr_scan_status status;
54 bt_mesh_rpr_scan_start(&rpr_cli, &srv, uuid, timeout, max_devs, &status);
/Zephyr-latest/drivers/bluetooth/hci/
Dhci_stm32wb0.c135 params->status = BT_HCI_ERR_CMD_DISALLOWED; in check_legacy_extended_call()
186 params->status = BT_HCI_ERR_UNKNOWN_CMD; in process_command()

1...<<161162163164165166167168169170>>...181