/Zephyr-latest/subsys/net/ip/ |
D | Kconfig | 242 bool "HTTP server status" 247 bool "Connection manager status" 292 bool "Socket service status" 322 bool "Websocket client status"
|
/Zephyr-latest/doc/hardware/arch/ |
D | arm_cortex_m.rst | 9 This page contains detailed information about the status of the Arm Cortex-M 16 The table below summarizes the status of key OS features in the different 356 status before the CPU idle API was called. 684 The status of the Arm Cortex-M architecture port in Zephyr is: *maintained*.
|
/Zephyr-latest/subsys/bluetooth/controller/hci/ |
D | hci_driver.c | 196 if (sdu_frag->sdu.status != ISOAL_SDU_STATUS_VALID) { in sink_sdu_emit_hci()
|
/Zephyr-latest/drivers/wifi/eswifi/ |
D | eswifi_socket_offload.c | 42 int status, in __process_received() argument
|
/Zephyr-latest/tests/bluetooth/tester/src/audio/ |
D | btp_aics.c | 633 .status = aics_status_cb,
|
/Zephyr-latest/boards/cypress/cy8ckit_062_wifi_bt/doc/ |
D | index.rst | 42 13. KitProg2 status LEDs (LED1, LED2, and LED3)
|
/Zephyr-latest/drivers/flash/ |
D | flash_stm32_qspi.c | 777 uint32_t channel, int status) in qspi_dma_callback() argument 783 if (status < 0) { in qspi_dma_callback()
|
/Zephyr-latest/doc/kernel/services/scheduling/ |
D | index.rst | 204 :c:func:`k_sched_unlock` to restore its normal, preemptible status. 209 becomes the current thread, its non-preemptible status is maintained.
|
/Zephyr-latest/scripts/kconfig/ |
D | kconfiglib.py | 2084 def status(flag): function 2093 "warnings " + status(self.warn), 2094 "printing of warnings to stderr " + status(self.warn_to_stderr), 2096 status(self.warn_assign_undef), 2098 status(self.warn_assign_override), 2100 status(self.warn_assign_redun)
|
/Zephyr-latest/subsys/bluetooth/controller/include/ |
D | ll.h | 248 uint8_t ll_conn_update(uint16_t handle, uint8_t cmd, uint8_t status, uint16_t interval_min,
|
/Zephyr-latest/samples/tfm_integration/tfm_ipc/ |
D | README.rst | 30 This project outputs test status and info to the console. It can be built and
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-dev.rst | 93 <wrn> bt_hci_core: opcode 0x0c33 status 0x12
|
/Zephyr-latest/doc/develop/west/ |
D | troubleshooting.rst | 188 'status', 'forall', 'config', 'selfupdate', 'help')
|
/Zephyr-latest/doc/hardware/emulator/ |
D | bus_emulators.rst | 156 status = "okay";
|
/Zephyr-latest/doc/security/ |
D | reporting.rst | 153 status within the project. This information is intended to allow them
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | conn.h | 236 uint8_t status; member
|
/Zephyr-latest/samples/net/secure_mqtt_sensor_actuator/ |
D | README.rst | 22 - Network status LED
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | vcp_vol_ctlr_test.c | 798 .status = aics_status_cb, in test_cb_register()
|
/Zephyr-latest/subsys/net/lib/shell/ |
D | cm.c | 919 SHELL_CMD_ARG(status, NULL,
|
/Zephyr-latest/boards/adafruit/qt_py_esp32s3/doc/ |
D | index.rst | 21 status and debugging, a reset button, and a button for entering the ROM
|
/Zephyr-latest/boards/arduino/opta/doc/ |
D | index.rst | 26 - 4 x green color status LEDs
|
/Zephyr-latest/boards/nxp/imx8mm_evk/doc/ |
D | index.rst | 32 - 1x Power status LED
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | att.c | 368 !atomic_test_bit(chan->chan.chan.status, in chan_send() 3316 static void bt_att_status(struct bt_l2cap_chan *ch, atomic_t *status) in bt_att_status() argument 3321 LOG_DBG("chan %p status %p", ch, status); in bt_att_status() 3323 if (!atomic_test_bit(status, BT_L2CAP_STATUS_OUT)) { in bt_att_status() 3379 .status = bt_att_status, in att_chan_new()
|
/Zephyr-latest/include/zephyr/net/ |
D | net_if.h | 2697 int status); 2739 int status);
|
/Zephyr-latest/cmake/modules/ |
D | extensions.cmake | 1815 COMMAND ${WEST} blobs list ${BLOBS_VERIFY_MODULE} --format "{status} {abspath}" 1851 list(GET blob 0 status) 1858 elseif(NOT "${status}" STREQUAL "A") 3945 # dt_node_has_status(<var> PATH <path> STATUS <status>) 3949 # - has a status property matching the <status> argument 3950 # (a missing status or an “ok” status is treated as if it 3964 # STATUS <status> : Status to check 3987 dt_prop(status PATH ${canonical} PROPERTY status) 3989 if(NOT DEFINED status OR status STREQUAL "ok") 3990 set(status "okay") variable [all …]
|