Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/driver/test/param_test/include/
Dparam_test.h111 } param_group_t; typedef
127 void test_serializer(const param_group_t *param_group, const ptest_func_t* test_func);
130 static const param_group_t PGROUP_NAME(pgroup) = { \
/hal_espressif-3.4.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()