mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-09-20 20:57:41 +08:00
feat(freertos): speed up CPU hardware interrupt active event
This commit is contained in:
@ -43,7 +43,6 @@ static const char *I2S_TAG = "i2s";
|
||||
return (ret_val); \
|
||||
}
|
||||
|
||||
#define portYIELD_FROM_ISR() taskYIELD()
|
||||
#define dma_intr_enable() _xt_isr_unmask(1 << ETS_SLC_INUM)
|
||||
#define dma_intr_disable() _xt_isr_mask(1 << ETS_SLC_INUM)
|
||||
#define dma_intr_register(a, b) _xt_isr_attach(ETS_SLC_INUM, (a), (b))
|
||||
|
Reference in New Issue
Block a user