Searched refs:boot_delay (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/tests/kernel/common/src/ |
D | boot_delay.c | 19 ZTEST(boot_delay, test_bootdelay) in ZTEST() argument 43 ZTEST_SUITE(boot_delay, NULL, common_setup, NULL, NULL, NULL);
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | bossac.py | 28 speed=DEFAULT_BOSSAC_SPEED, boot_delay=0, erase=False): argument 33 self.boot_delay = boot_delay 64 boot_delay=args.delay, erase=args.erase) 179 if self.boot_delay > 0: 180 time.sleep(self.boot_delay)
|
/Zephyr-latest/tests/kernel/common/ |
D | CMakeLists.txt | 21 src/boot_delay.c
|
/Zephyr-latest/drivers/auxdisplay/ |
D | auxdisplay_hd44780.c | 75 uint16_t boot_delay; member 300 if (config->boot_delay != 0) { in auxdisplay_hd44780_init() 304 k_sleep(K_MSEC(config->boot_delay)); in auxdisplay_hd44780_init() 660 .boot_delay = DT_INST_PROP(inst, boot_delay_ms), \
|