Searched refs:mem_offset (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/tools/esptool_py/flasher_stub/ |
D | stub_commands.c | 209 static uint32_t *mem_offset; variable 214 mem_offset = (uint32_t *)offset; in handle_mem_begin() 222 if (mem_offset == NULL && length > 0) { in handle_mem_data() 233 *mem_offset++ = *data_words++; in handle_mem_data() 243 mem_offset = NULL; in handle_mem_finish()
|
/hal_espressif-latest/components/driver/deprecated/driver/ |
D | rmt.h | 494 …_tx_items(rmt_channel_t channel, const rmt_item32_t *item, uint16_t item_num, uint16_t mem_offset);
|
/hal_espressif-latest/components/driver/deprecated/ |
D | rmt_legacy.c | 681 uint16_t item_num, uint16_t mem_offset) in rmt_fill_memory() argument 685 to += mem_offset; in rmt_fill_memory() 691 …l_tx_items(rmt_channel_t channel, const rmt_item32_t *item, uint16_t item_num, uint16_t mem_offset) in rmt_fill_tx_items() argument 699 rmt_fill_memory(channel, item, item_num, mem_offset); in rmt_fill_tx_items()
|