You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/esp_driver_parlio/include/driver/parlio_tx.h
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,8 @@ typedef struct {
30
30
gpio_num_tclk_out_gpio_num; /*!< GPIO number of the output clock signal, the clock is synced with TX data */
31
31
gpio_num_tvalid_gpio_num; /*!< GPIO number of the valid signal, which stays high when transferring data.
32
32
Note that, the valid signal will always occupy the MSB data bit */
33
+
uint16_tvalid_start_delay; /*!< The clock cycles that the valid signal becomes active before data start */
34
+
uint16_tvalid_stop_delay; /*!< The clock cycles that the valid signal keeps active after data end */
33
35
size_ttrans_queue_depth; /*!< Depth of internal transaction queue */
34
36
size_tmax_transfer_size; /*!< Maximum transfer size in one transaction, in bytes. This decides the number of DMA nodes will be used for each transaction */
35
37
size_tdma_burst_size; /*!< DMA burst size, in bytes */
0 commit comments