9#ifndef INFUSE_SDK_INCLUDE_INFUSE_VALIDATION_FLASH_H_
10#define INFUSE_SDK_INCLUDE_INFUSE_VALIDATION_FLASH_H_
12#include <zephyr/device.h>
13#include <zephyr/sys/util.h>
int infuse_validation_flash(const struct device *dev, uint8_t flags)
Validate the behaviour of external flash.
@ VALIDATION_FLASH_CHIP_ERASE
Perform a full chip erase.
Definition flash.h:30
@ VALIDATION_FLASH_DRIVER
Rigorous driver behavioural tests.
Definition flash.h:28
@ VALIDATION_FLASH_POWER_UP
Validate that flash powers up.
Definition flash.h:26