14.7.3.6.2 Function rtc_count_unregister_callback()

Unregisters callback for the specified callback type.

enum status_code rtc_count_unregister_callback( struct rtc_module *const module, enum rtc_count_callback callback_type)

When called, the currently registered callback for the given callback type will be removed.

Table 14-42. Parameters
Data directionParameter nameDescription

[in, out]

module

Pointer to the software instance struct

[in]

callback_type

Specifies the callback type to unregister

Returns

Status of unregistering callback.

Table 14-43. Return Values
Return valueDescription

STATUS_OK

Unregistering was done successfully

STATUS_ERR_INVALID_ARG

If trying to unregister a callback not available