66 pHandle->
event = event;
102 process(pHandle, pData);
int32_t HOST_Configure(host_interface_handle_t *pHandle, void *pConfigData)
The function to Configure the Host.
#define HOST_INTERFACE_OK
The host_interface_service.h file describes the structures and definitions for the host...
int32_t HOST_Initialize(host_interface_handle_t *pHandle, comm_type_t type, void *pCommInstance, comm_instance_type_t inType, Host_Event_t event, void *pInData)
The function to Initialize the Host.
int32_t HOST_Receive(host_interface_handle_t *pHandle, uint8_t *pData, uint32_t *pRecvSize, uint32_t size, BlockRead_t process)
The function to receive data from the host.
comm_interface_t * pCommInterface
enum _comm_instance_type_ comm_instance_type_t
COMM_Config_t * Configure
int32_t HOST_Send(host_interface_handle_t *pHandle, uint8_t *pData, uint32_t size)
The function to Send the data to the host.
enum _comm_type_ comm_type_t
void(* BlockRead_t)(host_interface_handle_t *pHandle, void *pData)
comm_instance_type_t instanceType
void(* Host_Event_t)(uint32_t event)
comm_interface_t commUART