Software implementation. More...

Data Structures | |
| struct | phCidManager_Sw_DataParams_t |
| Cid Manager parameter structure. More... | |
Macros | |
| #define | PH_CIDMANAGER_SW_ID 0x01U |
| ID for Software component. | |
Functions | |
| phStatus_t | phCidManager_Sw_Init (phCidManager_Sw_DataParams_t *pDataParams, uint16_t wSizeOfDataParams) |
| Initialise this layer. More... | |
Software implementation.
| phStatus_t phCidManager_Sw_Init | ( | phCidManager_Sw_DataParams_t * | pDataParams, |
| uint16_t | wSizeOfDataParams | ||
| ) |
Initialise this layer.
| PH_ERR_SUCCESS | Operation successful. |
| [in] | pDataParams | [In] Pointer to this layer's parameter structure. |
| [in] | wSizeOfDataParams | [In] Specifies the size of the data parameter structure. |