Home
last modified time | relevance | path

Searched defs:slave_send_buf (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.4.0/components/driver/test/
Dtest_spi_slave.c296 uint8_t *slave_send_buf = heap_caps_malloc(BUF_SIZE, MALLOC_CAP_DMA); in unaligned_test_master() local
341 uint8_t *slave_send_buf = heap_caps_malloc(BUF_SIZE, MALLOC_CAP_DMA); in unaligned_test_slave() local
Dtest_spi_slave_hd.c521 WORD_ALIGNED_ATTR uint8_t* slave_send_buf = malloc(send_buf_size * 2); variable
638 WORD_ALIGNED_ATTR uint8_t *slave_send_buf = malloc(send_buf_size * 2); in hd_master() local
686 WORD_ALIGNED_ATTR uint8_t *slave_send_buf = malloc(send_buf_size * 2); in hd_slave() local
Dtest_common_spi.c242 void get_tx_buffer(uint32_t seed, uint8_t *master_send_buf, uint8_t *slave_send_buf, int send_buf_s… in get_tx_buffer()