Searched refs:_write (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/py_engine/framework/ |
A D | st7789py.py | 212 self._write(ST7789_NORON) 217 self._write(ST7789_DISPON) 256 self._write(ST7789_SWRESET) 268 self._write(ST7789_SLPIN) 270 self._write(ST7789_SLPOUT) 281 self._write(ST7789_INVON) 283 self._write(ST7789_INVOFF) 362 self._write(ST7789_RAMWR) 412 self._write(None, buffer) 448 self._write(None, data) [all …]
|
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/ |
A D | gatt.h | 551 #define BT_GATT_CHARACTERISTIC(_uuid, _props, _perm, _read, _write, _value) \ argument 558 BT_GATT_ATTRIBUTE(_uuid, _perm, _read, _write, _value) 671 #define BT_GATT_CCC_INITIALIZER(_changed, _write, _match) \ argument 675 .cfg_write = _write, \ 810 #define BT_GATT_DESCRIPTOR(_uuid, _perm, _read, _write, _value) \ argument 811 BT_GATT_ATTRIBUTE(_uuid, _perm, _read, _write, _value) 824 #define BT_GATT_ATTRIBUTE(_uuid, _perm, _read, _write, _value) \ argument 828 .write = _write, \
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/app/monitor/ram/ |
A D | low_level_io.c | 47 int _write(int file, char * ptr, int len) in _write() function
|
/AliOS-Things-master/components/ble_host/bt_host/include/aos/ |
A D | gatt.h | 256 #define GATT_ATT_DEFINE(_uuid, _perm, _read, _write,_value) \ argument 261 .write = _write, \
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | gzguts.h | 49 # define write _write
|
Completed in 10 milliseconds