Searched defs:slave_send_buf (Results 1 – 3 of 3) sorted by relevance
296 uint8_t *slave_send_buf = heap_caps_malloc(BUF_SIZE, MALLOC_CAP_DMA); in unaligned_test_master() local341 uint8_t *slave_send_buf = heap_caps_malloc(BUF_SIZE, MALLOC_CAP_DMA); in unaligned_test_slave() local
521 WORD_ALIGNED_ATTR uint8_t* slave_send_buf = malloc(send_buf_size * 2); variable638 WORD_ALIGNED_ATTR uint8_t *slave_send_buf = malloc(send_buf_size * 2); in hd_master() local686 WORD_ALIGNED_ATTR uint8_t *slave_send_buf = malloc(send_buf_size * 2); in hd_slave() local
242 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()