Searched refs:UInt16Write (Results 1 – 6 of 6) sorted by relevance
111 virtual void writeUInt16sAsync(ArrayRef<tpctypes::UInt16Write> Ws,131 Error writeUInt16s(ArrayRef<tpctypes::UInt16Write> Ws) { in writeUInt16s()447 void writeUInt16sAsync(ArrayRef<tpctypes::UInt16Write> Ws,
49 void writeUInt16sAsync(ArrayRef<tpctypes::UInt16Write> Ws, in writeUInt16sAsync()
64 &writeUIntsWrapper<tpctypes::UInt16Write, in addTo()
51 &testWriteUInts<tpctypes::UInt16Write, SPSMemoryAccessUInt16Write>); in TEST()
146 ArrayRef<tpctypes::UInt16Write> Ws, WriteResultFn OnWriteComplete) { in writeUInt16sAsync()
108 using UInt16Write = UIntWrite<uint16_t>; variable