Home
last modified time | relevance | path

Searched defs:execute (Results 1 – 6 of 6) sorted by relevance

/Zephyr-Core-3.7.0/doc/services/device_mgmt/smp_groups/
Dsmp_group_9.rst26 Shell command line execute request
66 Shell command line execute response
/Zephyr-Core-3.7.0/drivers/eeprom/
Deeprom_mchp_xec.c55 uint32_t execute; member
/Zephyr-Core-3.7.0/tests/net/lib/lwm2m/interop/pytest/
Dleshan.py98 def execute(self, endpoint: str, path: str): member in Leshan
/Zephyr-Core-3.7.0/scripts/pylib/twister/twisterlib/
Drunner.py1361 def execute(self, pipeline, done): member in TwisterRunner
/Zephyr-Core-3.7.0/lib/posix/options/
Dpthread.c217 void __z_pthread_cleanup_pop(int execute) in __z_pthread_cleanup_pop()
/Zephyr-Core-3.7.0/subsys/shell/
Dshell.c626 static int execute(const struct shell *sh) in execute() function