Searched refs:ESP_RAM_BLOCK (Results 1 – 4 of 4) sorted by relevance
284 self.ESP_RAM_BLOCK = self.USB_RAM_BLOCK348 self.ESP_RAM_BLOCK = self.USB_RAM_BLOCK
344 self.ESP_RAM_BLOCK = self.USB_RAM_BLOCK422 self.ESP_RAM_BLOCK = self.USB_RAM_BLOCK
253 ESP_RAM_BLOCK = 0x1800 variable in ESPLoader1063 blocks = (length + self.ESP_RAM_BLOCK - 1) // self.ESP_RAM_BLOCK1064 self.mem_begin(length, blocks, self.ESP_RAM_BLOCK, offs)1066 from_offs = seq * self.ESP_RAM_BLOCK1067 to_offs = from_offs + self.ESP_RAM_BLOCK
180 size, div_roundup(size, esp.ESP_RAM_BLOCK), esp.ESP_RAM_BLOCK, seg.addr185 esp.mem_block(seg.data[0 : esp.ESP_RAM_BLOCK], seq)186 seg.data = seg.data[esp.ESP_RAM_BLOCK :]