AT13481

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.

Table 1. Parameters
Data direction Parameter name Description

[in]

module

Pointer to FREQM software instance struct

[in]

callback_type

Callback type given by an enum

Table 2. Return Values
Return value Description

STATUS_OK

The function exited successfully