Component without functionality to ease implementation of additional busses. More...

Data Structures | |
| struct | phbalReg_Stub_DataParams_t |
| BAL Stub parameter structure. More... | |
Macros | |
| #define | PHBAL_REG_STUB_ID 0x08U |
| ID for Stub BAL component. | |
Functions | |
| phStatus_t | phbalReg_Stub_Init (phbalReg_Stub_DataParams_t *pDataParams, uint16_t wSizeOfDataParams) |
| Initialise the BAL Stub layer. More... | |
Component without functionality to ease implementation of additional busses.
| phStatus_t phbalReg_Stub_Init | ( | phbalReg_Stub_DataParams_t * | pDataParams, |
| uint16_t | wSizeOfDataParams | ||
| ) |
Initialise the BAL Stub layer.
| PH_ERR_SUCCESS | Operation successful. |
| PH_ERR_INVALID_DATA_PARAMS | Parameter structure size is invalid. |
| [in] | pDataParams | [In] Pointer to this layer's parameter structure. |
| [in] | wSizeOfDataParams | [In] Specifies the size of the data parameter structure. |