26.6.3.3.2 Function trng_unregister_callback()

Unregisters a callback.

enum status_code trng_unregister_callback( struct trng_module * module, enum trng_callback callback_type)

Unregisters a callback function implemented by the user. The callback should be disabled before it is unregistered.

Table 26-14. Parameters
Data directionParameter nameDescription

[in]

module

Pointer to TC software instance struct

[in]

callback_type

Callback type given by an enum

Table 26-15. Return Values
Return valueDescription

STATUS_OK

The function exited successfully