BAL PipeLin parameter structure. More...
Data Fields | |
| uint16_t | wId |
| Layer ID for this BAL component, NEVER MODIFY! | |
| uint8_t | bMode |
| Operating mode. | |
| uint8_t * | pPipeNameRx |
| Identifier of the named Rx-Pipe. | |
| uint8_t * | pPipeNameTx |
| Identifier of the named Tx-Pipe. | |
| void * | pPipeRx |
| Pointer to RX communication pipe. | |
| void * | pPipeTx |
| Pointer to TX communication pipe. | |
| uint8_t * | pTxBuffer |
| Pointer to global transmit buffer used by the Exchange() function. | |
| uint16_t | wTxBufSize |
| Size of the global transmit buffer. | |
| uint8_t | bI2cSlaveAddr |
| I2C slave address. | |
| uint8_t | bConfigValue |
| current configuration value. | |
BAL PipeLin parameter structure.