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_i2s/include/driver/i2s_types.h
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -75,9 +75,6 @@ typedef struct {
75
75
* @brief Event structure used in I2S event queue
76
76
*/
77
77
typedefstruct {
78
-
void*data __attribute__((deprecated)); /**< (Deprecated) The secondary pointer of DMA buffer that just finished sending or receiving for `on_recv` and `on_sent` callback
79
-
* NULL for `on_recv_q_ovf` and `on_send_q_ovf` callback
80
-
*/
81
78
void*dma_buf;/**< The first level pointer of DMA buffer that just finished sending or receiving for `on_recv` and `on_sent` callback
82
79
* NULL for `on_recv_q_ovf` and `on_send_q_ovf` callback
0 commit comments