Home
last modified time | relevance | path

Searched refs:boot_mode (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/retention/
Dbootmode.c16 int bootmode_check(uint8_t boot_mode) in bootmode_check() argument
29 if (stored_mode == boot_mode) { in bootmode_check()
38 int bootmode_set(uint8_t boot_mode) in bootmode_set() argument
40 return retention_write(boot_mode_dev, 0, &boot_mode, sizeof(boot_mode)); in bootmode_set()
/Zephyr-latest/include/zephyr/retention/
Dbootmode.h49 int bootmode_check(uint8_t boot_mode);
59 int bootmode_set(uint8_t boot_mode);
/Zephyr-latest/tests/boot/mcuboot_recovery_retention/boards/
Dnrf52840dk_nrf52840.overlay13 boot_mode0: boot_mode@0 {
Dnrf52840dk_nrf52840_mem.overlay16 boot_mode0: boot_mode@0 {