main_ubi_sdk v 0.1.3
This is UBI4 documentation
eeprom_driver.h
Go to the documentation of this file.
1/*
2 ******************************************************************************
3 * @file eeprom_driver.h
4 * @author A.Alborov
5 ******************************************************************************
6*/
7
8#ifndef DRIVERS_STM32_EEPROM_DRIVER_H_
9#define DRIVERS_STM32_EEPROM_DRIVER_H_
10
11
12#include "UBI_SDK.h"
13#include "stdint.h"
14#include "stdbool.h"
16
17
18
20
21
22#endif /* DRIVERS_STM32_EEPROM_DRIVER_H_ */
void init_eeprom_driver(base_memory_driver_struct **memory_driver)
Definition base_memory_driver.h:70