Searched refs:unit_addr (Results 1 – 5 of 5) sorted by relevance
160 if node.unit_addr is not None:162 unit_addr = node.unit_addr165 unit_addr = -1167 return (parent_path, name, unit_addr)
1041 def unit_addr(self) -> Optional[int]: member in Node2294 if (node.regs and node.regs[0].addr != node.unit_addr and
122 def unit_addr(self) -> str: member in Node
302 const off_t unit_addr = unit * FLASH_SIMULATOR_ERASE_UNIT; in unit_erase() local305 memset(MOCK_FLASH(unit_addr), FLASH_SIMULATOR_ERASE_VALUE, in unit_erase()
557 assert node.unit_addr == expected, \2397 assert node_copy.unit_addr == '1234'