* @param cb_args User defined arguments, passed from esp_async_memcpy function * @return Whether a high priority task is woken up by the callback function * * @note User can call OS primitives (semaphore, mutex, etc) in the callback function. * Keep in mind, if any OS primitive...
327 changes: 142 additions & 185 deletions 327 components/esp_hw_support/dma/async_memcpy_gdma.c Load diff Large diffs are not rendered by default. 2 changes: 0 additions & 2 deletions 2 components/esp_hw_support/dma/esp_async_memcpy_priv.h Original file line numberDiff line numberDi...
2 changes: 0 additions & 2 deletions 2 components/esp_hw_support/dma/esp_async_memcpy_priv.h Original file line numberDiff line numberDiff line change @@ -13,8 +13,6 @@ #include "esp_async_memcpy.h" #include "soc/soc_caps.h" #define ALIGN_DOWN(val, align) ((val) & ~((align...
* @param cb_args User defined arguments, passed from esp_async_memcpy function * @return Whether a high priority task is woken up by the callback function * * @note User can call OS primitives (semaphore, mutex, etc) in the callback function. * Keep in mind, if any OS primitive wa...