mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
fix(gdma): fix set dma burst size failure on p4 v3.0
This commit is contained in:
committed by
Chen Ji Chang
parent
b685c0e733
commit
05a84ac3ce
@@ -604,6 +604,7 @@ typedef union {
|
||||
* task.
|
||||
*/
|
||||
uint32_t out_etm_en_chn: 1;
|
||||
uint32_t reserved_7: 1;
|
||||
/** out_data_burst_mode_sel_chn : R/W; bitpos: [9:8]; default: 1;
|
||||
* Configures max burst size for TX channeln.
|
||||
* 2'b00: single
|
||||
|
||||
Reference in New Issue
Block a user