7.3.3.2 Function freqm_unregister_callback()
Unregisters a callback.
enum status_code freqm_unregister_callback( struct freqm_module * module, enum freqm_callback callback_type)
Unregisters a callback function implemented by the user. The callback should be disabled before it is unregistered.
| Data direction | Parameter name | Description |
|---|---|---|
[in] | module |
Pointer to FREQM software instance struct |
[in] | callback_type |
Callback type given by an enum |
| Return value | Description |
|---|---|
STATUS_OK |
The function exited successfully |
