Home
last modified time | relevance | path

Searched refs:reserve_sibling (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.6.0/components/driver/test/
Dtest_gdma.c57 channel_config.flags.reserve_sibling = 1;
60 channel_config.flags.reserve_sibling = 0;
/hal_espressif-3.6.0/components/driver/include/esp_private/
Dgdma.h62 …int reserve_sibling: 1; /*!< If set, DMA channel allocator would prefer to allocate new channel in… member
/hal_espressif-3.6.0/components/esp_hw_support/port/
Dasync_memcpy_impl_gdma.c33 .flags.reserve_sibling = 1, in async_memcpy_impl_init()
/hal_espressif-3.6.0/examples/bluetooth/hci/controller_hci_uart_esp32c3_and_esp32s3/main/
Dmain.c216 .flags.reserve_sibling = 1, in uhci_uart_install()
/hal_espressif-3.6.0/components/driver/
Dgdma.c138 if (config->flags.reserve_sibling) { in gdma_new_channel()
Dspi_common.c240 .flags.reserve_sibling = 1, in alloc_dma_chan()