Searched refs:ENTRY_TABLE_OFFSET (Results 1 – 2 of 2) sorted by relevance
236 static const uint32_t ENTRY_TABLE_OFFSET = HEADER_OFFSET + 32; member in nvs::Page237 static const uint32_t ENTRY_DATA_OFFSET = ENTRY_TABLE_OFFSET + 32;240 static_assert(ENTRY_TABLE_OFFSET % 32 == 0, "entry table offset should be aligned");
521 auto rc = mPartition->read_raw(mBaseAddress + ENTRY_TABLE_OFFSET, mEntryTable.data(), in mLoadEntryTable()752 …auto rc = mPartition->write_raw(mBaseAddress + ENTRY_TABLE_OFFSET + static_cast<uint32_t>(wordToWr… in alterEntryState()776 …auto rc = mPartition->write_raw(mBaseAddress + ENTRY_TABLE_OFFSET + static_cast<uint32_t>(wordInde… in alterEntryRangeState()