Searched defs:_write (Results 1 – 4 of 4) sorted by relevance
/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/bluetooth/ |
A D | gatt.h | 551 #define BT_GATT_CHARACTERISTIC(_uuid, _props, _perm, _read, _write, _value) \ argument 671 #define BT_GATT_CCC_INITIALIZER(_changed, _write, _match) \ argument 810 #define BT_GATT_DESCRIPTOR(_uuid, _perm, _read, _write, _value) \ argument 824 #define BT_GATT_ATTRIBUTE(_uuid, _perm, _read, _write, _value) \ argument
|
/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
|
/AliOS-Things-master/components/py_engine/framework/ |
A D | st7789py.py | 220 def _write(self, command=None, data=None): member in ST7789
|
Completed in 9 milliseconds