Searched refs:copied (Results 1 – 3 of 3) sorted by relevance
29 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,
695 size_t copied = 0U; in net_buf_linearize() local708 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()
314 This UF2 file can be copied to a USB mass storage device exposed by another ESP running the `ESP US…