#include <h8s_sci.h>
Definition at line 109 of file h8s_sci.h.
Data Fields | |
| cyg_uint8 * | base |
| stores SCI base address for register offset calculation | |
| cyg_uint32 | msec_timeout |
| stores timeout for time limited read operations | |
| cyg_uint32 | baud_rate |
| baud rate for serial channel | |
| cyg_uint8 | isr_vector |
| isr vector number for receive interrupt | |
|
|
stores SCI base address for register offset calculation
Definition at line 111 of file h8s_sci.h. Referenced by hal_sci_control(). |
|
|
baud rate for serial channel
|
|
|
isr vector number for receive interrupt
Definition at line 114 of file h8s_sci.h. Referenced by hal_console_comm_init(), and hal_sci_control(). |
|
|
stores timeout for time limited read operations
Definition at line 112 of file h8s_sci.h. Referenced by hal_sci_control(), and hal_sci_getc_timeout(). |
1.3.5