Home
last modified time | relevance | path

Searched refs:copied (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/efuse/
DKconfig29 During startup, the eFuses are copied into RAM. This mode is useful for fast tests.
39 During startup, the eFuses are copied from flash or,
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_buf.c695 size_t copied = 0U; in net_buf_linearize() local
708 copied = 0; in net_buf_linearize()
711 memcpy((uint8_t *)dst + copied, frag->data + offset, to_copy); in net_buf_linearize()
713 copied += to_copy; in net_buf_linearize()
723 return copied; in net_buf_linearize()
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dbasic-commands.rst314 This UF2 file can be copied to a USB mass storage device exposed by another ESP running the `ESP US…