blob: b150180499c3f181cc138b0f84c99d8164faa24b [file] [log] [blame]
typedef struct
{
LOCAL_PARA_HDR
UART_PORT port;
module_type owner;
}uart_putbytes_req_struct;
typedef struct
{
LOCAL_PARA_HDR
UART_PORT port;
kal_bool sendReadyToRead;
}uart_getbytes_ind_struct;
typedef struct
{
LOCAL_PARA_HDR
UART_PORT port;
module_type owner;
kal_bool is_WriteSuspend;
kal_uint16 maxWriteLength;
}uart_set_config_ind_struct;