change(parlio_tx): plenty of driver clean up

This commit is contained in:
morris
2024-03-14 18:35:25 +08:00
parent 81c49583ec
commit ce041640ca
7 changed files with 129 additions and 108 deletions
@@ -150,6 +150,9 @@ esp_err_t parlio_tx_unit_register_event_callbacks(parlio_tx_unit_handle_t tx_uni
*/
typedef struct {
uint32_t idle_value; /*!< The value on the data line when the parallel IO is in idle state */
struct {
uint32_t queue_nonblocking : 1; /*!< If set, when the transaction queue is full, driver will not block the thread but return directly */
} flags; /*!< Transmit specific config flags */
} parlio_transmit_config_t;
/**