Lines Matching defs:weasel_config_block
40 struct weasel_config_block { struct
41 uint8_t cfg_version; /* version of config */
42 uint8_t weasel_attn; /* attention character */
43 uint8_t debug; /* debug level */
44 uint8_t reset_pc_on_boot; /* reset PC Weasel on boot */
45 uint8_t duart_baud; /* UART baud rate */
46 uint8_t duart_parity; /* 0=none, 1=even, 2=odd */
47 uint8_t duart_bits; /* 7 or 8 */
48 uint8_t enable_duart_switching; /* UART switching mode */
49 uint8_t wdt_allow; /* WDOG is allowed */
50 uint16_t wdt_msec; /* WDOG period in msec. */
51 uint8_t duart_flow; /* RTS/CTS enabled */
52 uint8_t break_passthru; /* BRK passed through to 16550 */
53 uint8_t serial_number[10]; /* board serial number */
54 uint8_t default_partition; /* default Weasel boot image */
55 uint8_t color; /* use color */
56 uint8_t future_use[229]; /* reserved for future use */
57 uint8_t cksum; /* always last element. */