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 1. Parameters
Data direction Parameter name Description

[in]

type

Type of callback function to disable

Returns

Status of the callback disable operation.

Table 2. Return Values
Return value Description

STATUS_OK

The callback was disabled successfully

STATUS_ERR_INVALID_ARG

If an invalid callback type was supplied