mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
ee6d3de128
if using this flag, driver willn't return the trans-done descriptor from ISR, so `spi_slave_get_trans_result()` shouldn't be called. besides, callback is the only way to know transaction status in that case, so a `post_trans_cb` will be checked mandatory.