Home
last modified time | relevance | path

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

/external/pigweed/pw_i2c/public/pw_i2c/
Ddevice.h68 ByteSpan rx_buffer, in WriteReadFor()
75 void* rx_buffer, in WriteReadFor()
135 Status ReadFor(ByteSpan rx_buffer, chrono::SystemClock::duration timeout) { in ReadFor()
138 Status ReadFor(void* rx_buffer, in ReadFor()
Dinitiator.h74 ByteSpan rx_buffer, in WriteReadFor()
81 void* rx_buffer, in WriteReadFor()
145 ByteSpan rx_buffer, in ReadFor()
150 void* rx_buffer, in ReadFor()
/external/pigweed/pw_spi/
Dinitiator_mock.cc23 Status MockInitiator::WriteRead(ConstByteSpan tx_buffer, ByteSpan rx_buffer) { in WriteRead()
/external/pigweed/pw_i2c/
Dinitiator_mock.cc24 ByteSpan rx_buffer, in DoWriteReadFor()
/external/pigweed/pw_i2c_mcuxpresso/
Dinitiator.cc97 ByteSpan rx_buffer, in DoWriteReadFor()