/Zephyr-latest/tests/kernel/sched/schedule_api/src/ |
D | main.c | 16 void spin_for_ms(int ms) in spin_for_ms()
|
/Zephyr-latest/subsys/shell/modules/kernel_service/ |
D | sleep.c | 16 uint32_t ms; in cmd_kernel_sleep() local
|
/Zephyr-latest/tests/ztest/busy_sim/src/ |
D | main.c | 12 uint32_t ms = 1000; in ZTEST() local
|
/Zephyr-latest/tests/lib/c_lib/thrd/src/ |
D | thrd.h | 21 static inline void timespec_add_ms(struct timespec *ts, uint32_t ms) in timespec_add_ms()
|
/Zephyr-latest/samples/boards/nordic/battery/src/ |
D | main.c | 38 unsigned int ms = now % MSEC_PER_SEC; in now_str() local
|
/Zephyr-latest/samples/shields/x_nucleo_iks02a1/microphone/src/ |
D | main.c | 49 uint32_t ms; in main() local
|
/Zephyr-latest/samples/sensor/6dof_motion_drdy/src/ |
D | main.c | 41 unsigned int ms = now % MSEC_PER_SEC; in now_str() local
|
/Zephyr-latest/samples/sensor/mpu6050/src/ |
D | main.c | 16 unsigned int ms = now % MSEC_PER_SEC; in now_str() local
|
/Zephyr-latest/tests/kernel/timer/cycle64/src/ |
D | main.c | 19 int64_t ms = k_uptime_get(); in msg() local
|
/Zephyr-latest/samples/sensor/tdk_apex/src/ |
D | main.c | 42 unsigned int ms = now % MSEC_PER_SEC; in now_str() local
|
/Zephyr-latest/samples/sensor/isl29035/src/ |
D | main.c | 31 unsigned int ms = now % MSEC_PER_SEC; in now_str() local
|
/Zephyr-latest/samples/sensor/icm42605/src/ |
D | main.c | 16 unsigned int ms = now % MSEC_PER_SEC; in now_str() local
|
/Zephyr-latest/samples/boards/96boards/argonkey/microphone/src/ |
D | main.c | 76 uint32_t ms; in main() local
|
/Zephyr-latest/tests/benchmarks/footprints/src/ |
D | timer.c | 48 static void busy_wait_ms(int32_t ms) in busy_wait_ms()
|
/Zephyr-latest/samples/sensor/ccs811/src/ |
D | main.c | 21 unsigned int ms = now % MSEC_PER_SEC; in now_str() local
|
/Zephyr-latest/drivers/timer/ |
D | ite_it8xxx2_timer.c | 61 #define MS_TO_COUNT(hz, ms) ((hz) * (ms) / 1000) argument 325 uint32_t ms, in timer_init()
|
/Zephyr-latest/samples/sensor/jc42/src/ |
D | main.c | 22 unsigned int ms = now % MSEC_PER_SEC; in now_str() local
|
/Zephyr-latest/subsys/testsuite/include/zephyr/ |
D | interrupt_util.h | 10 #define MS_TO_US(ms) (ms * USEC_PER_MSEC) argument
|
/Zephyr-latest/drivers/lora/ |
D | hal_common.c | 92 void DelayMsMcu(uint32_t ms) in DelayMsMcu()
|
/Zephyr-latest/samples/sensor/adt7420/src/ |
D | main.c | 26 unsigned int ms = now % MSEC_PER_SEC; in now_str() local
|
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v1/philosophers/src/ |
D | main.c | 133 int32_t ms = (delay + 1) * period_in_ms; in get_random_delay() local
|
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v2/philosophers/src/ |
D | main.c | 158 int32_t ms = (delay + 1) * period_in_ms; in get_random_delay() local
|
/Zephyr-latest/drivers/watchdog/ |
D | wdt_cc32xx.c | 41 static uint32_t wdt_cc32xx_msToTicks(uint32_t ms) in wdt_cc32xx_msToTicks()
|
/Zephyr-latest/samples/philosophers/src/ |
D | main.c | 130 int32_t ms = (delay + 1) * period_in_ms; in get_random_delay() local
|
/Zephyr-latest/tests/posix/common/src/ |
D | mutex.c | 170 static void timespec_add_ms(struct timespec *ts, uint32_t ms) in timespec_add_ms()
|