Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/EEPROM_Emul/Porting/STM32L4/
Dflash_interface.h82 #define EE_PAGESTAT_ACTIVE (uint64_t)0xAAAAAAAAAAAAAAAAU /*!< State saved in 2nd data type of… macro
/loramac-node-2.7.6/src/boards/mcu/stm32/EEPROM_Emul/Core/
Deeprom_emul.c1520 if (EE_FLASH_PROGRAM(header2, EE_PAGESTAT_ACTIVE) != HAL_OK) in SetPageState()