Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/nvs_flash/src/
Dnvs_page.hpp202 static constexpr size_t getAlignmentForType(ItemType type) in getAlignmentForType() function in nvs::Page
Dnvs_page.cpp281 if (dataSize != getAlignmentForType(datatype)) { in readItem()
332 if (dataSize != getAlignmentForType(datatype)) { in cmpItem()