Searched refs:mem_offset (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-3.4.0/components/esptool_py/esptool/flasher_stub/ |
D | stub_commands.c | 199 static uint32_t *mem_offset; variable 204 mem_offset = (uint32_t *)offset; in handle_mem_begin() 212 if (mem_offset == NULL && length > 0) { in handle_mem_data() 223 *mem_offset++ = *data_words++; in handle_mem_data() 233 mem_offset = NULL; in handle_mem_finish()
|
/hal_espressif-3.4.0/components/driver/include/driver/ |
D | rmt.h | 636 …_tx_items(rmt_channel_t channel, const rmt_item32_t *item, uint16_t item_num, uint16_t mem_offset);
|
/hal_espressif-3.4.0/components/driver/ |
D | rmt.c | 693 uint16_t item_num, uint16_t mem_offset) in rmt_fill_memory() argument 696 rmt_ll_write_memory(rmt_contex.hal.mem, channel, item, item_num, mem_offset); in rmt_fill_memory() 700 …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 709 rmt_fill_memory(channel, item, item_num, mem_offset); in rmt_fill_tx_items()
|