|
TuyaOS
|
Common process - mf test of gpio 更多...
#include "tuya_pin.h"#include "tuya_iot_config.h"
结构体 | |
| struct | GPIO_TEST_TABLE |
| Definition gpio test table 更多... | |
函数 | |
| BOOL_T | gpio_test_all (IN CONST CHAR_T *in, OUT CHAR_T *out) |
| gpio test function 更多... | |
| BOOL_T | gpio_test_cb (GPIO_TEST_TABLE *table) |
| callback for gpio test 更多... | |
| VOID | gpio_test_enabe (BOOL_T enable) |
| enable gpio test 更多... | |
Common process - mf test of gpio
| BOOL_T gpio_test_all | ( | IN CONST CHAR_T * | in, |
| OUT CHAR_T * | out | ||
| ) |
gpio test function
| [in] | in | Test content in |
| [out] | out | Test content out |
| BOOL_T gpio_test_cb | ( | GPIO_TEST_TABLE * | table | ) |
callback for gpio test
| [in] | table | Test content |
| VOID gpio_test_enabe | ( | BOOL_T | enable | ) |
enable gpio test
| [in] | enable | Flag to enable |