Home
last modified time | relevance | path

Searched defs:sendbuf (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.4.0/examples/peripherals/spi_slave/receiver/main/
Dapp_main.c139 WORD_ALIGNED_ATTR char sendbuf[129]=""; in app_main() local
/hal_espressif-3.4.0/examples/peripherals/spi_slave/sender/main/
Dapp_main.c145 char sendbuf[128] = {0}; in app_main() local
/hal_espressif-3.4.0/examples/protocols/sockets/udp_multicast/main/
Dudp_multicast_example_main.c399 char sendbuf[48]; in mcast_example_task() local
/hal_espressif-3.4.0/components/driver/test/
Dtest_spi_master.c53 char sendbuf[16] = ""; in check_spi_pre_n_for() local
138 char *sendbuf = heap_caps_malloc((num_bytes + 3) & (~3), MALLOC_CAP_DMA); in spi_test() local