Searched defs:writeInt16BE (Results 1 – 6 of 6) sorted by relevance
51 writeInt16BE: INT16, property
321 void writeInt16BE(uint8_t *Addr, uint16_t Value) { in writeInt16BE() function
368 this.writeInt16BE = function (...args) { method in mockBuffer.BufferClass
198 writeInt16BE(value, offset) { method in SmartBuffer
892 function writeInt16BE(value, offset = 0) { function
1054 writeInt16BE(value: number, offset: number): number; method