mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
refactor(parlio): function placement distinguish from tx and rx driver
This commit is contained in:
@@ -26,11 +26,7 @@ extern "C" {
|
||||
#else
|
||||
#define ESP_PROBE_DEFAULT_MAX_RECV_SIZE (ESP_PROBE_DEFAULT_Q_DEPTH * DMA_DESCRIPTOR_BUFFER_MAX_SIZE_4B_ALIGNED)
|
||||
#endif
|
||||
#if CONFIG_PARLIO_ISR_IRAM_SAFE
|
||||
#define ESP_PROBE_ALLOC_CAPS (MALLOC_CAP_INTERNAL | MALLOC_CAP_8BIT)
|
||||
#else
|
||||
#define ESP_PROBE_ALLOC_CAPS MALLOC_CAP_DEFAULT
|
||||
#endif
|
||||
#define ESP_PROBE_DMA_ALLOC_CAPS (MALLOC_CAP_INTERNAL | MALLOC_CAP_DMA)
|
||||
|
||||
struct esp_probe_t {
|
||||
|
Reference in New Issue
Block a user