Home
last modified time | relevance | path

Searched defs:sleep (Results 1 – 12 of 12) sorted by relevance

/Zephyr-Core-2.7.6/tests/kernel/sleep/
DCMakeLists.txt5 project(sleep) project
/Zephyr-Core-2.7.6/lib/posix/
Dsleep.c17 unsigned sleep(unsigned int seconds) in sleep() function
/Zephyr-Core-2.7.6/samples/net/syslog_net/src/
Dmain.c26 int i, count, sleep; in main() local
/Zephyr-Core-2.7.6/doc/reference/api/
Dterminology.rst66 sleep section in API Terminology
79 sleep. argument
/Zephyr-Core-2.7.6/samples/subsys/modbus/rtu_client/src/
Dmain.c40 const int32_t sleep = 250; in main() local
/Zephyr-Core-2.7.6/samples/net/sockets/big_http_download/src/
Dbig_http_download.c32 #define sleep(x) k_sleep(K_MSEC((x) * MSEC_PER_SEC)) macro
/Zephyr-Core-2.7.6/drivers/display/
Dgrove_lcd_rgb.c96 static inline void sleep(uint32_t sleep_in_ms) in sleep() function
/Zephyr-Core-2.7.6/subsys/mgmt/hawkbit/
Dhawkbit_priv.h64 const char *sleep; member
Dhawkbit.c387 const char *sleep = hawkbit_res->config.polling.sleep; in hawkbit_update_sleep() local
/Zephyr-Core-2.7.6/drivers/disk/
Dsdmmc_sdhc.h441 uint16_t sleep; member
554 uint16_t sleep) in sdhc_retry_init()
/Zephyr-Core-2.7.6/arch/posix/include/
Dposix_cheats.h161 #define sleep(...) zap_sleep(__VA_ARGS__) macro
/Zephyr-Core-2.7.6/drivers/modem/
Dhl7800.c4673 bool sleep = false; in modem_reset_and_configure() local