📄 option.c
字号:
{"4", "5", "6", "7", "4,5,6,7", "4-5,6-7", "4-6,5-7", "4-7,5-6", NULL, NULL}};static struct option_choice sbus_loopback_choice2= /* loopback(SBus-HSI2) */{ 8, "Loopback: ", CYCLE_ITEM, 'l', {"8", "9", "10", "11", "8,9,10,11", "8-9,10-11", "8-10,9-11", "8-11,9-10", NULL, NULL}};static struct option_choice gb_choice= /* graphics buffer(GP) */{ 2, "Graphics Buffer:", CYCLE_ITEM, 'b', {disable, enable, NULL, NULL}};static struct option_choice presto_ratio_choice= /* Presto (PRESTO) */{ 2, "Performance Warning:", CYCLE_ITEM, 'e', {disable, enable, NULL, NULL}};static struct option_choice ntsc_choice= /* NTSC loopback(TV1) */{ 2, "NTSC loopback:", CYCLE_ITEM, 'n', {disable, enable, NULL, NULL}};static struct option_choice yc_choice= /* YC loopback(TV1) */{ 2, " YC loopback:", CYCLE_ITEM, 'y', {disable, enable, NULL, NULL}};static struct option_choice yuv_choice= /* YUV loopback(TV1) */{ 2, " YUV loopback:", CYCLE_ITEM, 'u', {disable, enable, NULL, NULL}};static struct option_choice rgb_choice= /* RGB loopback(TV1) */{ 2, " RGB loopback:", CYCLE_ITEM, 'r', {disable, enable, NULL, NULL}};static struct option_choice spray_choice= /* spray test(ENET) */{ 2, "Spray Test: ", CYCLE_ITEM, 's', {disable, enable, NULL, NULL}};static struct option_choice delay_choice= /* spray delay(ENET) */{ 1, "Spray Delay: ", TEXT_ITEM, 't', {NULL, NULL, NULL}};static struct option_choice driver_choice= /* driver warning(ENET)*/{ 2, "Driver Warning: ", CYCLE_ITEM, 'w', {disable, enable, NULL, NULL}};static struct option_choice function_loop_choice= /*loops per function(CG12)*/{ 1, "loops per function: ", TEXT_ITEM, 's', {NULL, NULL, NULL}};static struct option_choice board_loop_choice= /*loops per board(CG12)*/{ 1, "loops per board: ", TEXT_ITEM, 'b', {NULL, NULL, NULL}};static struct option_choice egret_sub1_choice= /* functional test (CG12) */{ 2, "DSP: ", CYCLE_ITEM, 'p', {enable, disable, NULL, NULL}};static struct option_choice egret_sub2_choice= /* functional test (CG12) */{ 2, "SRAM & DRAM: ", CYCLE_ITEM, 'r', {enable, disable, NULL, NULL}};static struct option_choice egret_sub3_choice= /* functional test (CG12) */{ 2, "Video Memories: ", CYCLE_ITEM, 'm', {enable, disable, NULL, NULL}};static struct option_choice egret_sub4_choice= /* functional test (CG12) */{ 2, "Lookup Tables: ", CYCLE_ITEM, 'l', {enable, disable, NULL, NULL}};static struct option_choice egret_sub5_choice= /* functional test (CG12) */{ 2, "Vectors Generation: ", CYCLE_ITEM, 'v', {enable, disable, NULL, NULL}};static struct option_choice egret_sub6_choice= /* functional test (CG12) */{ 2, "Polygons Generation: ", CYCLE_ITEM, 'y', {enable, disable, NULL, NULL}};static struct option_choice egret_sub7_choice= /* functional test (CG12) */{ 2, "Transformations: ", CYCLE_ITEM, 't', {enable, disable, NULL, NULL}};static struct option_choice egret_sub8_choice= /* functional test (CG12) */{ 2, "Clipping & Hidden: ", CYCLE_ITEM, 'c', {enable, disable, NULL, NULL}};static struct option_choice egret_sub9_choice= /* functional test (CG12) */{ 2, "Depth Cueing: ", CYCLE_ITEM, 'u', {enable, disable, NULL, NULL}};static struct option_choice egret_sub10_choice= /* functional test (CG12) */{ 2, "Lighting & Shading: ", CYCLE_ITEM, 'i', {enable, disable, NULL, NULL}};static struct option_choice egret_sub11_choice= /* functional test (CG12) */{ 2, "Arbitration: ", CYCLE_ITEM, 'a', {enable, disable, NULL, NULL}};static struct option_choice subtest_loop_choice= /*loops per function(GT)*/{ 1, "Loops per subtest: ", TEXT_ITEM, 's', {NULL, NULL, NULL}};static struct option_choice test_sequence_loop_choice= /*loops per board(GT)*/{ 1, "Loops per test sequence: ", TEXT_ITEM, 'b', {NULL, NULL, NULL}};static struct option_choice hawk_sub1_choice= /* functional test (GT) */{ 2, "Video Memory: ", CYCLE_ITEM, 'v', {disable, enable, NULL, NULL}};static struct option_choice hawk_sub2_choice= /* functional test (GT) */{ 2, "CLUTs & WLUT: ", CYCLE_ITEM, 'c', {disable, enable, NULL, NULL}};static struct option_choice hawk_sub3_choice= /* functional test (GT) */{ 2, "FE Local Memory: ", CYCLE_ITEM, 'e', {disable, enable, NULL, NULL}};static struct option_choice hawk_sub4_choice= /* functional test (GT) */{ 2, "SU Shared RAM: ", CYCLE_ITEM, 'u', {disable, enable, NULL, NULL}};static struct option_choice hawk_sub5_choice= /* functional test (GT) */{ 2, "Rendering Pipeline: ", CYCLE_ITEM, 'r', {disable, enable, NULL, NULL}};static struct option_choice hawk_sub6_choice= /* functional test (GT) */{ 2, "Video Memory: ", CYCLE_ITEM, 'o', {disable, enable, NULL, NULL}};static struct option_choice hawk_sub7_choice= /* functional test (GT) */{ 2, "FB Output: ", CYCLE_ITEM, 'p', {disable, enable, NULL, NULL}};static struct option_choice hawk_sub8_choice= /* functional test (GT) */{ 2, "Vectors: ", CYCLE_ITEM, 'w', {disable, enable, NULL, NULL}};static struct option_choice hawk_sub9_choice= /* functional test (GT) */{ 2, "Triangles: ", CYCLE_ITEM, 't', {disable, enable, NULL, NULL}};static struct option_choice hawk_sub10_choice= /* functional test (GT) */{ 2, "Spline Curves: ", CYCLE_ITEM, 'z', {disable, enable, NULL, NULL}};static struct option_choice hawk_sub11_choice= /* functional test (GT) */{ 2, "Viewport Clipping: ", CYCLE_ITEM, 'i', {disable, enable, NULL, NULL}};static struct option_choice hawk_sub12_choice= /* functional test (GT) */{ 2, "Hidden Surface: ", CYCLE_ITEM, 'j', {disable, enable, NULL, NULL}};static struct option_choice hawk_sub13_choice= /* functional test (GT) */{ 2, "Edges Highlighting: ", CYCLE_ITEM, 'y', {disable, enable, NULL, NULL}};static struct option_choice hawk_sub14_choice= /* functional test (GT) */{ 2, "Transparency: ", CYCLE_ITEM, 'n', {disable, enable, NULL, NULL}};static struct option_choice hawk_sub15_choice= /* functional test (GT) */{ 2, "Depth-Cueing: ", CYCLE_ITEM, 'q', {disable, enable, NULL, NULL}};static struct option_choice hawk_sub16_choice= /* functional test (GT) */{ 2, "Lighting & Shading: ", CYCLE_ITEM, 'g', {disable, enable, NULL, NULL}};static struct option_choice hawk_sub17_choice= /* functional test (GT) */{ 2, "Text: ", CYCLE_ITEM, 'x', {disable, enable, NULL, NULL}};static struct option_choice hawk_sub18_choice= /* functional test (GT) */{ 2, "Picking: ", CYCLE_ITEM, 'k', {disable, enable, NULL, NULL}};static struct option_choice hawk_sub19_choice= /* functional test (GT) */{ 2, "Arbitration: ", CYCLE_ITEM, 'a', {disable, enable, NULL, NULL}};static struct option_choice hawk_sub20_choice= /* functional test (GT) */{ 2, "Stereo: ", CYCLE_ITEM, 'm', {disable, enable, NULL, NULL}};static struct option_choice hawk_sub21_choice= /* functional test (GT) */{ 2, "LightPen: ", CYCLE_ITEM, 'l', {disable, enable, NULL, NULL}};static struct option_choice mp4_shmem_choice= /* mptest (MP4) */{ 2, "Lock/Unlock: ", CYCLE_ITEM, 's', {"enable", "disable", NULL, NULL} }; static struct option_choice mp4_dataio_choice= /* mptest (MP4) */{ 2, "Data I/O: ", CYCLE_ITEM, 'i', {"enable", "disable", NULL, NULL} }; static struct option_choice mp4_FPU_choice= /* mptest (MP4) */{ 2, "FPU Check: ", CYCLE_ITEM, 'u', {"enable", "disable", NULL, NULL} };static struct option_choice mp4_cache_choice= /* mptest (MP4) */{ 2, "Cache Consistency: ", CYCLE_ITEM, 'c', {"enable", "disable", NULL, NULL}};struct option_choice mp4_processors_choice[30]; /* mptest (MP4) */static struct option_choice bpp_access_choice= /* bpp test (ZEBRA1) */{ 2, "Access: ", CYCLE_ITEM, 'a', {"Writeonly", "Writeonly", NULL, NULL}};static struct option_choice bpp_mode_choice= /* bpp test (ZEBRA1) */{ 3, "Mode: ", CYCLE_ITEM, 'm', {"Fast", "Medium", "Extended", NULL, NULL}};static struct option_choice lpvi_access_choice= /* lpvi test (ZEBRA2) */{ 2, "Access: ", CYCLE_ITEM, 'a', {"Writeonly", "Writeonly", NULL, NULL} }; static struct option_choice lpvi_mode_choice= /* lpvi test (ZEBRA2) */ { 3, "Mode: ", CYCLE_ITEM, 'm', {"Fast", "Medium", "Extended", NULL, NULL} };static struct option_choice lpvi_image_choice= /* lpvi test (ZEBRA2) */{ 3, "Image: ", CYCLE_ITEM, 'i', {"Default", "57fonts", "UserDefined", NULL, NULL} }; static struct option_choice lpvi_resolution_choice= /* lpvi test (ZEBRA2) */ { 2, "Resolution: ", CYCLE_ITEM, 'r', {"400", "300", NULL, NULL} };static struct option_choice internal_choice= /* internal port(SPIF) */{ 2, "Internal: ", CYCLE_ITEM, 'i', {disable, enable, NULL, NULL}};static struct option_choice parallel_print_choice= /* printer port(SPIF) */{ 2, "Parallel Print: ", CYCLE_ITEM, 'p', {disable, enable, NULL, NULL}};static struct option_choice sp96_choice= /* 96-pin loopback(SPIF) */{ 2, "96-pin Loopback: ", CYCLE_ITEM, 'z', {disable, enable, NULL, NULL}};static struct option_choice db25_choice= /* 25-pin loopback(SPIF) */{ 2, "25-pin Loopback: ", CYCLE_ITEM, 'y', {disable, enable, NULL, NULL}};static struct option_choice echo_tty_choice= /* echo tty(SPIF) */{ 2, "Echo-TTY: ", CYCLE_ITEM, 'e', {disable, enable, NULL, NULL}};static struct option_choice baud_rate_choice= /* port baud rate(SPIF) */{ 9, "Baud Rate: ", CYCLE_ITEM, 'b', {"110", "300", "600", "1200", "2400", "4800", "9600", "19,200", "38,400", NULL, NULL}};static struct option_choice char_size_choice= /* char size(SPIF) */{ 4, "Char Size: ", CYCLE_ITEM, 'c', {"5", "6", "7", "8", NULL, NULL}};static struct option_choice stop_bit_choice= /* stop_bit (SPIF) */{ 2, "Stop Bit: ", CYCLE_ITEM, 's', {"1", "2", NULL, NULL}};static struct option_choice parity_choice= /* parity(SPIF) */{ 3, "Parity: ", CYCLE_ITEM, 'r', {"none", "odd", "even", NULL, NULL}};static struct option_choice flowctl_choice= /* flow control type(SPIF) */{ 3, "Flow Control: ", CYCLE_ITEM, 'w', {"xonoff", "rtscts", "both", NULL, NULL}};static struct option_choice data_type_choice= /* test data type(SPIF) */{ 3, "Data Type: ", CYCLE_ITEM, 'a', {"0x55", "0xaa", "random", NULL, NULL}};static struct option_choice serial_port_choice= /* port type(SPIF)*/{ 9, "Serial Port: ", CYCLE_ITEM, 't', {"ttyz00", "ttyz01", "ttyz02", "ttyz03", "ttyz04", "ttyz05", "ttyz06", "ttyz07", "all", NULL, NULL}};static struct option_choice serial_port_choice1= /* port type(SPIF)*/{ 9, "Serial Port: ", CYCLE_ITEM, 't', {"ttyz08", "ttyz09", "ttyz0a", "ttyz0b", "ttyz0c", "ttyz0d", "ttyz0e", "ttyz0f", "all", NULL, NULL}};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -