Home
last modified time | relevance | path

Searched refs:writeto_mem (Results 1 – 10 of 10) sorted by relevance

/dports/lang/micropython/micropython-1.17/tests/wipy/
H A Di2c.py41 print(1 == i2c.writeto_mem(addr, 107, reg))
67 print(1 == i2c.writeto_mem(addr, 107, reg))
74 print(1 == i2c.writeto_mem(addr, 107, reg))
81 print(1 == i2c.writeto_mem(addr, 107, reg))
92 print(2 == i2c.writeto_mem(addr, 107, reg2))
99 print(1 == i2c.writeto_mem(addr, 107, reg))
159 i2c.writeto_mem(addr, 107, reg)
/dports/devel/thonny/thonny-3.3.14/thonny/plugins/esp/esp32_api_stubs/
H A Dmachine.py72 def writeto_mem(): member in I2C
/dports/devel/thonny/thonny-3.3.14/thonny/plugins/micropython/api_stubs/
H A Dmachine.py41 def writeto_mem(): member in I2C
H A Dumachine.py41 def writeto_mem(): member in I2C
/dports/lang/micropython/micropython-1.17/docs/library/
H A Dmachine.I2C.rst38 i2c.writeto_mem(42, 2, b'\x10') # write 1 byte to memory of peripheral 42
193 .. method:: I2C.writeto_mem(addr, memaddr, buf, *, addrsize=8)
/dports/lang/micropython/micropython-1.17/docs/zephyr/
H A Dquickref.rst75 i2c.writeto_mem(0x1D, 0x0D, b'ab') # write to slave 0x1D at slave memory 0x0D
/dports/lang/micropython/micropython-1.17/docs/wipy/
H A Dquickref.rst129 i2c.writeto_mem(0x42, 0x10, 'xy') # write 2 bytes to peripheral 0x42, peripheral memory 0x10
/dports/lang/micropython/micropython-1.17/docs/pyboard/
H A Dquickref.rst218 i2c.writeto_mem(0x42, 0x10, 'xy') # write 2 bytes to peripheral 0x42, peripheral memory 0x10
/dports/devel/eric6/eric6-21.11/eric/eric6/APIs/MicroPython/
H A Dmicropython.api157 machine.I2C.writeto_mem?4(addr, memaddr, buf, *, addrsize=8)
/dports/devel/eric6/eric6-21.11/eric/eric6/APIs/Python3/
H A Dmicropython.api160 machine.I2C.writeto_mem?4(addr, memaddr, buf, *, addrsize=8)