calendar_os_task

Alarm process task.

int32_t calendar_os_task(
    struct calendar_os_descriptor *const calendar
)

It should be called in the user thread or while loop.

Parameters

calendar

Type: struct calendar_os_descriptor Struct *const

Pointer to the HAL calendar instance.

Returns

Type: int32_t

Operation status of alarm task.

0

Completed successfully.