Home
last modified time | relevance | path

Searched defs:WriteTransaction (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pigweed/pw_uart/
H A Dblocking_adapter_test.cc154 struct WriteTransaction { struct in pw::uart::__anonea452bc80111::UartNonBlockingMock
155 ConstByteSpan tx_buffer;
156 Function<void(StatusWithSize)> callback;
158 void Complete(StatusWithSize status_size) { callback(status_size); } in Complete()