# @name GPIO set test including set gpio to 'in', 'out' etc
# @desc Set gpio pin in each bank to 'in' or 'out' through sysfs. Before run this test, kernel may be required to be modified to add entries for pin to test
# @requires gpio 

GPIO_S_FUNC_DIR_IN_ALL_BANK source "common.sh"; gpio.sh -l "1" -t "in"

GPIO_S_FUNC_DIR_OUT_ALL_BANK source "common.sh"; gpio.sh -l "1" -t "out"

GPIO_S_FUNC_EDGE_ALL_BANK source "common.sh"; gpio.sh -l "1" -t "edge"

GPIO_S_FUNC_NEG_RESERVE_ALL_BANK source "common.sh"; gpio.sh -l "1" -t "neg_reserve"

GPIO_S_FUNC_DIR_OUT_ALL_BANK_5TIMES source "common.sh"; gpio.sh -l "5" -t "out"

GPIO_M_STRESS_DIR_OUT_ALL_BANK source "common.sh"; gpio.sh -l "50" -t "out"

