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.
Data direction | Parameter name | Description |
---|---|---|
[in] |
type |
Type of callback function to disable |
Returns
Status of the callback disable operation.
Return value | Description |
---|---|
STATUS_OK |
The callback was disabled successfully |
STATUS_ERR_INVALID_ARG |
If an invalid callback type was supplied |