Searched refs:master_rxbuf (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-3.4.0/components/driver/test/ |
D | test_spi_slave.c | 28 static WORD_ALIGNED_ATTR uint8_t master_rxbuf[320]; variable 94 memset(master_rxbuf, 0, sizeof(master_rxbuf)); in custom_setup() 178 memset( master_rxbuf, 0x66, sizeof(master_rxbuf)); 187 t.rx_buffer = master_rxbuf; 225 memset( master_rxbuf, 0x66, sizeof(master_rxbuf)); 235 t.rx_buffer = master_rxbuf+i;
|
D | test_spi_param.c | 136 memset(context->master_rxbuf, 0x66, sizeof(context->master_rxbuf)); in local_test_start() 740 memset(context->master_rxbuf, 0x66, sizeof(context->master_rxbuf)); in test_master_start()
|
D | test_common_spi.c | 117 uint8_t *rx_buf_ptr = context->master_rxbuf; in spitest_init_transactions()
|
/hal_espressif-3.4.0/components/driver/test/include/test/ |
D | test_common_spi.h | 238 uint8_t master_rxbuf[480]; member
|