commit | 831d75fd735dbd116703d3a1ca5e271dc930ebae | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <philmd@linaro.org> | Tue Aug 12 15:36:05 2025 +0200 |
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Tue Sep 02 17:57:05 2025 +0200 |
tree | b0a8543586033259970347a57b1e06e97e941fc3 | |
parent | 7baa9c39fc3d525216f0cedcfda5374c26d50e80 [diff] |
hw/ssi: Document ssi_transfer() method A SPI transaction consists of shifting bit in sync with the CLK line, writing on the MOSI (output) line / and reading MISO (input) line. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Gustavo Romero <gustavo.romero@linaro.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org>