summaryrefslogtreecommitdiff
path: root/include/usb_pd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usb_pd.h')
-rw-r--r--include/usb_pd.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/usb_pd.h b/include/usb_pd.h
index 56c669373d..89229079a4 100644
--- a/include/usb_pd.h
+++ b/include/usb_pd.h
@@ -288,6 +288,13 @@ void pd_set_clock(int freq);
* @param bit_len size of the packet in bits.
*/
void pd_start_tx(void *ctxt, int polarity, int bit_len);
+
+/**
+ * Set PD TX DMA to use circular mode. Call this before pd_start_tx() to
+ * continually loop over the transmit buffer given in pd_start_tx().
+ */
+void pd_tx_set_circular_mode(void);
+
/**
* Call when we are done sending a packet.
*