feat(gdma): strategy_config_t add eof_mode support

This commit is contained in:
wanlei
2024-03-27 16:33:42 +08:00
committed by Wan Lei
parent 0733fa1267
commit 31f4e9c698
9 changed files with 17 additions and 10 deletions
@@ -122,6 +122,7 @@ typedef struct {
typedef struct {
bool owner_check; /*!< If set / clear, DMA channel enables / disables checking owner validity */
bool auto_update_desc; /*!< If set / clear, DMA channel enables / disables hardware to update descriptor automatically (TX channel only) */
bool eof_till_data_popped; /*!< If set / clear, DMA channel out_eof event is triggered on out / in DMA hardware fifo */
} gdma_strategy_config_t;
/** @cond */