mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-26 20:53:11 +00:00
change(hal): avoid the read-modify-write for a WT register in pau_ll
This commit is contained in:
@@ -140,12 +140,12 @@ static inline void pau_ll_set_regdma_backup_error_intr_disable(pau_dev_t *dev)
|
||||
|
||||
static inline void pau_ll_clear_regdma_backup_done_intr_state(pau_dev_t *dev)
|
||||
{
|
||||
dev->int_clr.done_int_clr = 1;
|
||||
dev->int_clr.val = 0x1;
|
||||
}
|
||||
|
||||
static inline void pau_ll_clear_regdma_backup_error_intr_state(pau_dev_t *dev)
|
||||
{
|
||||
dev->int_clr.error_int_clr = 1;
|
||||
dev->int_clr.val = 0x2;
|
||||
}
|
||||
|
||||
static inline void pau_ll_arbiter_auto_retry_enable(pau_dev_t *dev, bool ena)
|
||||
|
||||
Reference in New Issue
Block a user