channel_data_t Struct Reference

#include <h8s_sci.h>


Detailed Description

Structure for storing configuration data of a single serial channel.

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


Field Documentation

cyg_uint8* channel_data_t::base
 

stores SCI base address for register offset calculation

Definition at line 111 of file h8s_sci.h.

Referenced by hal_sci_control().

cyg_uint32 channel_data_t::baud_rate
 

baud rate for serial channel

Definition at line 113 of file h8s_sci.h.

cyg_uint8 channel_data_t::isr_vector
 

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().

cyg_uint32 channel_data_t::msec_timeout
 

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().


The documentation for this struct was generated from the following file:
Generated on Tue Feb 17 09:06:18 2004 for eCos EDOSK-2674 HAL by doxygen 1.3.5