Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/EEPROM_Emul/Core/
Deeprom_emul.h81 #define NB_MAX_WRITTEN_ELEMENTS ((NB_MAX_ELEMENTS_BY_PAGE * PAGES_NUMBER) / 2U) /*!< Max number of… macro
Deeprom_emul.c1433 if (uhNbWrittenElements >= NB_MAX_WRITTEN_ELEMENTS) in VerifyPagesFullWriteVariable()