| uint32_t DEVICE_PROFILE_register | ( | DEVICE_PROFILE_INTF_Interface_t * | pIntf | ) |
Registers discrete IO device profile interface functions.
Called by DEVICE_PROFILE_INTF_init function of device profile interface. Function needs to be defined in each profile.
| [in] | pIntf | Pointer to device profile interface which needs to be initialized. |
| true | Success. |
| false | Invalid input parameter defined as NULL. |