You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
439 B

6 months ago
/** \file eeprom.h */
#if !defined(EEPROM_H__702B16C6_4AC7_410F_BD32_D5794BFC24E8__INCLUDED_)
#define EEPROM_H__702B16C6_4AC7_410F_BD32_D5794BFC24E8__INCLUDED_
#include "define.h"
#include "board_config.h"
#define CONFIG_ADDRESS 0x1FFFF400
void FlashMEM_Clock_Initialization(void);
5 months ago
bool EEPROM_Read_SettingValue(uint16_t* pGetMax, uint16_t* pGetMin);
bool EEPROM_Write_SettingValue(uint16_t SetMax, uint16_t SetMin);
6 months ago
#endif