Home
last modified time | relevance | path

Searched refs:EraseType (Results 1 – 2 of 2) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/EEPROM_Emul/Core/
Deeprom_emul.h140 EE_Status EE_Format(EE_Erase_type EraseType);
141 EE_Status EE_Init(uint16_t* VirtAddTab, EE_Erase_type EraseType);
Deeprom_emul.c205 EE_Status EE_Init(uint16_t* VirtAddTab, EE_Erase_type EraseType) in EE_Init() argument
518 if (EraseType == EE_FORCED_ERASE) in EE_Init()
580 EE_Status EE_Format(EE_Erase_type EraseType) in EE_Format() argument
594 if (EraseType == EE_FORCED_ERASE) in EE_Format()