Mistake on this page?
Report an issue in GitHub or email us
Public Member Functions | Static Public Member Functions
IPCPipeTransportDriver Class Reference

Implementation of the H4 driver over PSoC6 IPC pipe. More...

#include <IPCPipeTransportDriver.h>

Inheritance diagram for IPCPipeTransportDriver:
CordioHCITransportDriver

Public Member Functions

 IPCPipeTransportDriver ()
 Initialize the transport driver. More...
 
virtual ~IPCPipeTransportDriver ()
 Destructor. More...
 
virtual void initialize ()
 
virtual void terminate ()
 
virtual uint16_t write (uint8_t type, uint16_t len, uint8_t *pData)
 

Static Public Member Functions

static void on_data_received (uint8_t *data, uint16_t len)
 The driver shall call this function whenever data bytes are received. More...
 

Detailed Description

Implementation of the H4 driver over PSoC6 IPC pipe.

Definition at line 37 of file IPCPipeTransportDriver.h.

Constructor & Destructor Documentation

Initialize the transport driver.

virtual ~IPCPipeTransportDriver ( )
virtual

Destructor.

Definition at line 48 of file IPCPipeTransportDriver.h.

Member Function Documentation

virtual void initialize ( )
virtual
static void on_data_received ( uint8_t *  data,
uint16_t  len 
)
staticinherited

The driver shall call this function whenever data bytes are received.

Parameters
dataPointer to the data received.
lenNumber of bytes received.
virtual void terminate ( )
virtual
virtual uint16_t write ( uint8_t  type,
uint16_t  len,
uint8_t *  pData 
)
virtual
Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.