Home
last modified time | relevance | path

Searched refs:test_serializer (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/driver/test/param_test/include/
Dparam_test.h127 void test_serializer(const param_group_t *param_group, const ptest_func_t* test_func);
155 …TEST_CASE("single board test: "#name, tag) { test_serializer(&PGROUP_NAME(param_group), test_func)…
167 …static void PTEST_MASTER_NAME(name) (void) { test_serializer(&PGROUP_NAME(param_group), master_fun…
168 …static void PTEST_SLAVE_NAME(name) (void) { test_serializer(&PGROUP_NAME(param_group), slave_func)…
/hal_espressif-3.6.0/components/driver/test/param_test/
Dparam_test.c11 void test_serializer(const param_group_t *param_group, const ptest_func_t* test_func) in test_serializer() function