Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/EEPROM_Emul/Core/
Deeprom_emul.c171 static uint32_t FindPage(EE_Find_type Operation);
905 page = FindPage(FIND_READ_PAGE); in ReadVariable()
1029 static uint32_t FindPage(EE_Find_type Operation) in FindPage() function
1194 page = FindPage((Type == EE_TRANSFER_NORMAL?FIND_ERASE_PAGE:FIND_WRITE_PAGE)); in PagesTransfer()
1439 uint32_t activepage = FindPage(FIND_WRITE_PAGE); in VerifyPagesFullWriteVariable()