27.6.3.4.2 Function wdt_disable_callback()

Disables asynchronous callback generation for a given type.

enum status_code wdt_disable_callback( const enum wdt_callback type)

Disables asynchronous callbacks for a given callback type.

Table 27-12. Parameters
Data directionParameter nameDescription

[in]

type

Type of callback function to disable

Returns

Status of the callback disable operation.

Table 27-13. Return Values
Return valueDescription

STATUS_OK

The callback was disabled successfully

STATUS_ERR_INVALID_ARG

If an invalid callback type was supplied