Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/nvs_flash/src/
Dnvs_page.hpp175 EMPTY = 0x3, // 0b11, default state after flash erase enumerator
176 WRITTEN = EMPTY & ~ESB_WRITTEN, // entry was written
Dnvs_page.cpp547 if (mEntryTable.get(i) == EntryState::EMPTY) { in mLoadEntryTable()
1013 if (state == EntryState::EMPTY) { in debugDump()
/hal_espressif-3.6.0/components/esp_rom/include/esp32h2/rom/
Duart.h125 EMPTY, enumerator
/hal_espressif-3.6.0/components/bootloader/subproject/components/micro-ecc/micro-ecc/
DuECC.c68 #define EMPTY(...) macro
69 #define DEFER(...) __VA_ARGS__ EMPTY()