Home
last modified time | relevance | path

Searched refs:Status (Results 1 – 25 of 43) sorted by relevance

12

/Zephyr-Core-3.5.0/drivers/sensor/vl53l0x/
Dvl53l0x_platform.c26 VL53L0X_Error Status = VL53L0X_ERROR_NONE; in VL53L0X_WriteMulti() local
36 Status = VL53L0X_ERROR_CONTROL_INTERFACE; in VL53L0X_WriteMulti()
40 return Status; in VL53L0X_WriteMulti()
46 VL53L0X_Error Status = VL53L0X_ERROR_NONE; in VL53L0X_ReadMulti() local
56 return Status; in VL53L0X_ReadMulti()
62 VL53L0X_Error Status = VL53L0X_ERROR_NONE; in VL53L0X_WrByte() local
68 Status = VL53L0X_ERROR_CONTROL_INTERFACE; in VL53L0X_WrByte()
69 LOG_ERR("i2c_reg_write_byte failed (%d)", Status); in VL53L0X_WrByte()
72 return Status; in VL53L0X_WrByte()
77 VL53L0X_Error Status = VL53L0X_ERROR_NONE; in VL53L0X_WrWord() local
[all …]
/Zephyr-Core-3.5.0/subsys/usb/device/class/
Dmsc.c86 uint8_t Status; member
205 enum Status { enum
306 csw.Status = CSW_FAILED; in fail()
327 csw.Status = CSW_PASSED; in write()
384 csw.Status = CSW_PASSED; in testUnitReady()
478 csw.Status = (stage == MSC_PROCESS_CBW) ? in thread_memory_read_done()
507 csw.Status = CSW_FAILED; in check_cbw_data_length()
628 csw.Status = CSW_ERROR; in CBWDecode()
643 csw.Status = CSW_ERROR; in CBWDecode()
651 csw.Status = CSW_PASSED; in CBWDecode()
[all …]
/Zephyr-Core-3.5.0/subsys/lorawan/
Dlorawan.c120 if (mcps_confirm->Status != LORAMAC_EVENT_INFO_STATUS_OK) { in mcps_confirm_handler()
122 lorawan_eventinfo2str(mcps_confirm->Status)); in mcps_confirm_handler()
132 last_mcps_confirm_status = mcps_confirm->Status; in mcps_confirm_handler()
142 if (mcps_indication->Status != LORAMAC_EVENT_INFO_STATUS_OK) { in mcps_indication_handler()
144 lorawan_eventinfo2str(mcps_indication->Status)); in mcps_indication_handler()
166 last_mcps_indication_status = mcps_indication->Status; in mcps_indication_handler()
176 if (mlme_confirm->Status != LORAMAC_EVENT_INFO_STATUS_OK) { in mlme_confirm_handler()
178 lorawan_eventinfo2str(mlme_confirm->Status)); in mlme_confirm_handler()
197 last_mlme_confirm_status = mlme_confirm->Status; in mlme_confirm_handler()
204 last_mlme_indication_status = mlme_indication->Status; in mlme_indication_handler()
/Zephyr-Core-3.5.0/doc/develop/api/
Dindex.rst3 API Status and Guidelines
Doverview.rst17 - Status
/Zephyr-Core-3.5.0/soc/riscv/litex-vexriscv/
DKconfig.soc18 int "Select Control/Status register width"
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/api/
Dhci.txt171 | Read_Version_Information | 0x001 | | Status, |
190 Status: Size: 1 Octet
258 | Read_Supported_Commands | 0x002 | | Status, |
266 Status: Size: 1 Octet
300 | Read_Supported_Features | 0x003 | | Status, |
307 Status: Size: 1 Octet
336 | Set_Event_Mask | 0x004 | Event_Mask | Status |
356 Status: Size: 1 Octet
377 | Reset | 0x005 | Reset_Type | Status |
398 Status: Size: 1 Octet
[all …]
/Zephyr-Core-3.5.0/scripts/pylib/pytest-twister-harness/
Dsetup.cfg8 Development Status :: 3 - Alpha
/Zephyr-Core-3.5.0/boards/arm/ev11l78a/doc/
Dindex.rst82 (SERCOM1) is available on the Debug/Status header.
94 is available on the Debug/Status header.
/Zephyr-Core-3.5.0/soc/riscv/riscv-privileged/neorv32/
DKconfig.series19 - Zicsr (Control and Status Register (CSR) Instructions)
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/api/mesh/
Dlcd_cli.rst12 a Config Composition Data Status message and reading the metadata of the model instances on a node
Dlcd_srv.rst12 not fit in a Config Composition Data Status message and to expose metadata of the model instances.
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/api/shell/
Dccp.rst112 … <dbg> bt_tbs_client.call_cp_notify_handler: Status: success for the originate opcode for call 0x00
126 … <dbg> bt_tbs_client.call_cp_notify_handler: Status: success for the originate opcode for call 0x00
144 <dbg> bt_tbs_client.call_cp_callback_handler: Status: success for the accept opcode for call 0x05
154 … <dbg> bt_tbs_client.call_cp_notify_handler: Status: success for the terminate opcode for call 0x05
/Zephyr-Core-3.5.0/doc/services/dsp/
Dindex.rst15 Architecture Status
/Zephyr-Core-3.5.0/lib/posix/getopt/
DREADME8 Status:
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/
DKconfig.tbs76 int "Telephone Bearer Service Features and Status value"
238 bool "Support reading Status Flags"
241 This option enables support for reading Status Flags.
/Zephyr-Core-3.5.0/boards/xtensa/odroid_go/
Dodroid_go.dts28 label = "Status Led";
/Zephyr-Core-3.5.0/subsys/mgmt/osdp/
DKconfig.pd94 menu "Contact Status Monitoring"
119 endmenu # "Contact Status Monitoring"
/Zephyr-Core-3.5.0/drivers/ethernet/
Deth_stm32_hal.c72 #define IS_ETH_DMATXDESC_OWN(dma_tx_desc) (dma_tx_desc->Status & \
383 dma_tx_desc->Status |= ETH_DMATXDESC_TTSE; in eth_tx()
561 while (!(last_dma_tx_desc->Status & ETH_DMATXDESC_LS) && in eth_tx()
572 if (last_dma_tx_desc->Status & ETH_DMATXDESC_LS && in eth_tx()
573 last_dma_tx_desc->Status & ETH_DMATXDESC_TTSS) { in eth_tx()
802 dma_rx_desc->Status |= ETH_DMARXDESC_OWN; in eth_rx()
/Zephyr-Core-3.5.0/boards/sparc/gr716a_mini/doc/
Dindex.rst112 AHB Status Register Cobham Gaisler
126 AHB Status Register Cobham Gaisler
/Zephyr-Core-3.5.0/boards/arm/pinetime_devkit0/
Dpinetime_devkit0.dts56 label = "Status Led";
/Zephyr-Core-3.5.0/arch/riscv/
DKconfig.isa100 (Zicsr) - Standard Extension for Control and Status Register (CSR) Instructions
/Zephyr-Core-3.5.0/boards/sparc/generic_leon3/doc/
Dindex.rst64 AHB Status Register Cobham Gaisler
/Zephyr-Core-3.5.0/doc/kernel/services/timing/
Dtimers.rst157 Reading Timer Status
184 Using Timer Status Synchronization
/Zephyr-Core-3.5.0/boards/arm/mimxrt1010_evk/doc/
Dindex.rst60 | Device | Controller | Status |

12