Searched refs:status (Results 4451 – 4475 of 4512) sorted by relevance
1...<<171172173174175176177178179180181
/Zephyr-latest/boards/altr/max10/doc/ |
D | index.rst | 119 status = "okay";
|
/Zephyr-latest/subsys/sd/ |
D | sdio.c | 605 card->status = CARD_ERROR; in sdio_card_init()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.2.rst | 164 which can be set by the application to a callback to receive status events 656 * API: Add support for user device status callback 731 * :github:`23221` - status register value always reads 0x0000 in eth_mcux_phy_setup 823 * :github:`22584` - drivers: spi: spi_mcux_dspi: bus busy status ignored in async 1000 * :github:`21419` - RFC: API Change: usb: Make users call usb_enable. Provide global status callbac…
|
D | release-notes-3.4.rst | 202 functions (adding support for file status and file hash/checksum). In 1211 * Display TWT (Target Wake Time) configuration response status in Wi-Fi shell. 1213 * Added new ``NET_EVENT_WIFI_TWT_SLEEP_STATE`` event to notify TWT sleep status. 1215 * Added connection status and AP capabilities verification before initiating
|
D | release-notes-2.4.rst | 419 * Enhanced XEC driver to support KBC status operations, ACPI_EC1 interface, 469 * Fixed MCUX LPI2C driver transfer status after NACK. 650 * Print more gPTP status information in gptp net shell. 1572 * :github:`25299` - SYSTICK: Inconsistency between dts status and Kconfig 1611 …d API to get list of succeed initialization device or add initialization status flag in struct dev… 1613 * :github:`24745` - Mitigate changes in peripheral enable state after Kconfig replaced by DT status 1826 * :github:`13819` - mimxrt10xx: Wrong I2C transfer status
|
D | release-notes-3.3.rst | 694 * Intel GPDMA Report total bytes read/written (linear link position) in dma status 770 * ITE log status of registers on transfer failure 993 * RPi Pico: fixed buffer status handling, fixed infinite unhandled irq retriggers, 1029 * Reworked HTTP headers: moved methods to a separate header, added status 1673 - new property: ``status`` 2152 which supports status passing to the handler (:ref:`mcumgr_callbacks`). 2621 - :github:`46121` - Bluetooth: Controller: hci: Wrong periodic advertising report data status 3092 * :github:`53259` - RFC: API Change: dma: callback status 3095 …42` - Controller in HCI UART RAW mode responds to Stop Discovery mgmt command with 0x0b status code 3482 * :github:`50768` - storage: DT ``fixed-partition`` with ``status = "okay"`` requires flash driver [all …]
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_llcp_cc.c | 76 pdu->status = ctx->data.cis_create.error; in cc_ntf_established()
|
D | ull_llcp_common.c | 380 pdu_sca->status = ctx->data.sca_update.error_code; in lp_comm_ntf_sca()
|
D | ull_llcp_conn_upd.c | 271 pdu->status = ctx->data.cu.error; in cu_ntf()
|
/Zephyr-latest/modules/ |
D | Kconfig.mcuboot | 105 adding the swap status area size when calculating overflow.
|
/Zephyr-latest/doc/connectivity/usb/device_next/ |
D | usb_device.rst | 278 All these functions are not directly dependent on the status of the USB device.
|
/Zephyr-latest/samples/net/mqtt_publisher/ |
D | README.rst | 82 #define BLUEMIX_EVENT "status"
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_cte_req/src/ |
D | main.c | 897 struct node_rx_pu pu = {.status = BT_HCI_ERR_SUCCESS}; in check_phy_update()
|
/Zephyr-latest/tests/net/virtual/src/ |
D | main.c | 933 int status, in recv_data() argument
|
/Zephyr-latest/drivers/flash/ |
D | flash_stm32_xspi.c | 1433 uint32_t channel, int status) in xspi_dma_callback() argument 1439 if (status < 0) { in xspi_dma_callback()
|
D | flash_stm32_ospi.c | 1597 uint32_t channel, int status) in ospi_dma_callback() argument 1603 if (status < 0) { in ospi_dma_callback()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | direction.c | 875 if (evt->status == BT_HCI_CTE_REQ_STATUS_RSP_WITHOUT_CTE) { in hci_df_prepare_conn_cte_req_failed()
|
/Zephyr-latest/doc/develop/languages/cpp/ |
D | index.rst | 37 should not return status information and should, instead, return zero.
|
/Zephyr-latest/doc/develop/test/ |
D | twister.rst | 23 :ref:`status <twister_statuses>` 1045 used by twister to determine the test execution status. 1166 it for every run to get the correct serial devices and status of the devices. 1353 The current status of tests on the quarantine list can also be verified by adding
|
/Zephyr-latest/doc/security/ |
D | secure-coding.rst | 288 .. _attack: http://www.theverge.com/2016/10/21/13362354/dyn-dns-ddos-attack-cause-outage-status-exp…
|
/Zephyr-latest/tests/net/socket/udp/src/ |
D | main.c | 2424 bool status; in ZTEST() local 2445 status = net_if_ipv6_addr_rm(eth_iface, &my_addr1); in ZTEST() 2446 zassert_false(status, "Address could be removed"); in ZTEST()
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | tbs_client.c | 593 bt_tbs_status_str(ind_val->status), bt_tbs_opcode_str(ind_val->opcode), in call_cp_notify_handler() 596 call_cp_callback_handler(conn, ind_val->status, tbs_index(conn, tbs_inst), in call_cp_notify_handler()
|
/Zephyr-latest/samples/tfm_integration/psa_crypto/ |
D | README.rst | 65 This project outputs startup status and info to the console. It can be built and
|
/Zephyr-latest/doc/services/ipc/ipc_service/backends/ |
D | ipc_service_icbmsg.rst | 82 status = "okay";
|
/Zephyr-latest/doc/build/dts/ |
D | api-usage.rst | 177 DT_PROP(I2C1, status) /* expands to the string literal "okay" */
|
1...<<171172173174175176177178179180181