Searched refs:bootloader_info_dev (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.7.0/subsys/retention/ |
D | blinfo_mcuboot.c | 19 static const struct device *bootloader_info_dev = variable 32 rc = retention_read(bootloader_info_dev, 0, (void *)&header, sizeof(header)); in blinfo_lookup() 42 rc = retention_read(bootloader_info_dev, offset, (void *)&tlv_entry, in blinfo_lookup() 60 rc = retention_read(bootloader_info_dev, offset, val, in blinfo_lookup() 126 rc = retention_is_valid(bootloader_info_dev); in blinfo_init() 131 rc = retention_read(bootloader_info_dev, 0, (void *)&header, sizeof(header)); in blinfo_init()
|