Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/EEPROM_Emul/Core/
Deeprom_emul.c1032 uint32_t currentpage = 0U, followingpage = 0U, previouspage = 0U; in FindPage() local
1035 currentpage = ubCurrentActivePage; in FindPage()
1036 currentpagestatus = GetPageState(PAGE_ADDRESS(currentpage)); in FindPage()
1039 followingpage = FOLLOWING_PAGE(currentpage); in FindPage()
1043 previouspage = PREVIOUS_PAGE(currentpage); in FindPage()
1056 return currentpage; in FindPage()
1072 if (SetPageState(currentpage, STATE_PAGE_VALID) != EE_OK) in FindPage()
1099 return currentpage; in FindPage()
1115 if (SetPageState(currentpage, STATE_PAGE_VALID) != EE_OK) in FindPage()
1138 return currentpage; in FindPage()