# wifiiot\_kal.h ## **Overview** **Related Modules:** [Wifiiot](Wifiiot.md) **Description:** Declares the KAL interface functions. These functions are used to register the idle task and CPU tick callbacks. **Since:** 1.0 **Version:** 1.0 ## **Summary** ## Typedefs

Typedef Name

Description

TickIdleKalCallback) (void)

typedef void(* 

Indicates the idle task and CPU tick callbacks.

## Functions

Function Name

Description

KalTickRegisterCallback (TickIdleKalCallback cb)

void 

Registers the CPU tick callback.

KalThreadRegisterIdleCallback (TickIdleKalCallback cb)

void 

Registers the idle task callback.