Files
esp-idf/components/driver/include/driver
wanlei 5726f3d8cb spi_master: add check for 'post_cb' when flag 'SPI_DEVICE_NO_RETURN_RESULT' is set
There are two ways to know which transaction descriptor is finished,
by either calling `spi_device_get_trans_result`, or getting it from `post_cb`.
When `SPI_DEVICE_NO_RETURN_RESULT` is set, driver will not push finished
transaction descriptors into the queue. So you can't get it from
`spi_device_get_trans_result`. The only way to know this is via `post_cb`.

update document for function `spi_bus_add_device`
2022-08-17 15:08:06 +08:00
..
2021-05-24 01:53:34 +02:00
2022-07-20 09:43:52 +08:00
2022-05-25 07:22:02 +00:00
2022-07-21 15:52:39 +08:00
2022-07-21 15:52:39 +08:00
2022-07-21 15:52:39 +08:00
2022-06-15 10:30:04 +08:00
2022-05-19 11:31:53 +08:00
2022-07-27 15:22:24 +08:00
2022-07-27 15:22:24 +08:00
2022-07-27 15:22:24 +08:00
2022-07-27 15:22:24 +08:00
2022-07-27 15:22:24 +08:00
2022-07-27 15:22:24 +08:00
2022-07-27 15:22:24 +08:00
2022-07-27 15:22:24 +08:00
2022-05-12 14:50:03 +08:00
2022-05-12 14:50:03 +08:00
2022-05-12 14:50:03 +08:00
2022-07-22 00:12:36 +00:00
2022-05-19 11:31:53 +08:00
2022-07-20 14:59:50 +08:00
2022-05-19 11:31:53 +08:00
2022-06-12 20:07:27 +00:00
2021-05-24 01:53:34 +02:00
2021-05-24 01:53:34 +02:00
2021-05-24 01:53:34 +02:00