Home
last modified time | relevance | path

Searched defs:valid (Results 1 – 19 of 19) sorted by relevance

/hal_espressif-3.4.0/components/nvs_flash/src/
Dnvs_handle_simple.hpp102 uint8_t valid; member in nvs::NVSHandleSimple
/hal_espressif-3.4.0/components/esp_hw_support/port/
Dasync_memcpy_impl_gdma.c115 bool valid = true; in async_memcpy_impl_is_buffer_address_valid() local
/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/dm/
Dbta_dm_co.c209 void bta_dm_co_loc_oob(BOOLEAN valid, BT_OCTET16 c, BT_OCTET16 r) in bta_dm_co_loc_oob()
/hal_espressif-3.4.0/components/esp_rom/include/esp32s3/rom/
Dcache.h132 uint32_t valid: 1; /*!< the tag item is valid or not */ member
142 uint32_t valid: 1; /*!< the tag item is valid or not */ member
/hal_espressif-3.4.0/components/heap/
Dmulti_heap.c291 bool valid = true; in multi_heap_check() local
Dmulti_heap_poisoning.c142 bool valid = true; in verify_fill_pattern() local
Dheap_caps.c538 bool valid = true; in heap_caps_check_integrity() local
/hal_espressif-3.4.0/examples/peripherals/uart/nmea0183_parser/main/
Dnmea_parser.h120 bool valid; /*!< GPS validity */ member
/hal_espressif-3.4.0/components/esp_rom/include/esp32s2/rom/
Dcache.h98 uint32_t valid:1; /*!< the tag item is valid or not */ member
/hal_espressif-3.4.0/components/xtensa/include/xtensa/
Dhal.h1172 #define XTHAL_MPU_ENTRY(vaddr, valid, access, memtype) \ argument
1186 #define XTHAL_MPU_ENTRY_SET_VALID(x, valid) (x).as = \ argument
/hal_espressif-3.4.0/tools/kconfig/
Dgconf.c1219 gboolean valid; in gtktree_iter_find_node() local
1253 gboolean valid; in update_tree() local
/hal_espressif-3.4.0/components/esp_rom/include/esp32h2/rom/
Dcache.h114 uint32_t valid:1; /*!< the tag item is valid or not */ member
/hal_espressif-3.4.0/components/esp_rom/include/esp32c3/rom/
Dcache.h114 uint32_t valid:1; /*!< the tag item is valid or not */ member
/hal_espressif-3.4.0/components/app_update/
Desp_ota_ops.c704 static esp_err_t esp_ota_current_ota_is_workable(bool valid) in esp_ota_current_ota_is_workable()
/hal_espressif-3.4.0/components/wpa_supplicant/src/ap/
Dwpa_auth_i.h68 Boolean valid; member
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/mesh_core/
Dsettings.c61 valid:1, /* 1 if this entry is valid, 0 if not */ member
149 bool valid; member
Dnet.h100 valid:1, member
Dfriend.c99 bool valid, bool established) in bt_mesh_friend_find()
/hal_espressif-3.4.0/components/soc/esp32/include/soc/
Drtc_cntl_struct.h71 uint32_t valid: 1; /*To indicate the register is updated*/ member