Home
last modified time | relevance | path

Searched refs:tx_size_bytes (Results 1 – 1 of 1) sorted by relevance

/external/pigweed/pw_i2c/public/pw_i2c/
Dinitiator.h80 size_t tx_size_bytes, in WriteReadFor() argument
86 std::span(static_cast<const std::byte*>(tx_buffer), tx_size_bytes), in WriteReadFor()
117 size_t tx_size_bytes, in WriteFor() argument
121 std::span(static_cast<const std::byte*>(tx_buffer), tx_size_bytes), in WriteFor()