![]() |
TT-System-Firmware APIs 19.10.99
Tenstorrent Firmware
|
#include <zephyr/device.h>#include <zephyr/devicetree.h>#include <zephyr/drivers/flash.h>#include <stdint.h>
Data Structures | |
| struct | flash_stm32_wrapper_config |
Macros | |
| #define | DT_DRV_COMPAT tenstorrent_stm32_flash_wrapper |
| #define | FLASH_STM32_DEVICE(inst) |
| #define | TT_STM32_FLASH_WRAPPER(inst) |
Functions | |
| static int | flash_stm32_wrapper_erase (const struct device *dev, off_t offset, size_t len) |
| static int | flash_stm32_wrapper_write (const struct device *dev, off_t offset, const void *data, size_t len) |
| static int | flash_stm32_wrapper_read (const struct device *dev, off_t offset, void *data, size_t len) |
| static const struct flash_parameters * | flash_stm32_wrapper_get_parameters (const struct device *dev) |
| static int | flash_stm32_wrapper_get_size (const struct device *dev, uint64_t *size) |
| static | DEVICE_API (flash, drv_api) |
| #define DT_DRV_COMPAT tenstorrent_stm32_flash_wrapper |
| #define FLASH_STM32_DEVICE | ( | inst | ) |
| #define TT_STM32_FLASH_WRAPPER | ( | inst | ) |
|
static |
|
static |
|
static |