Searched refs:spitest_slave_task (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-3.4.0/components/driver/test/include/test/ |
D | test_common_spi.h | 251 void spitest_slave_task(void* arg);
|
/hal_espressif-3.4.0/components/driver/test/ |
D | test_common_spi.c | 72 void spitest_slave_task(void* arg) in spitest_slave_task() function
|
D | test_spi_param.c | 50 …xTaskCreate(spitest_slave_task, "spi_slave", 4096, &context->slave_context, 0, &context->handle_sl… in local_test_init() 806 …xTaskCreate( spitest_slave_task, "spi_slave", 4096, &context->slave_context, 0, &context->handle_s… in test_slave_init()
|
D | test_spi_master.c | 921 xTaskCreate( spitest_slave_task, "spi_slave", 4096, &slave_context, 0, &handle_slave);
|