calendar_enable

Enable the Calendar HAL instance and hardware.

int32_t calendar_enable(
    struct calendar_descriptor *const calendar
)

Parameters

calendar

Type: struct calendar_descriptor *const

Pointer to the HAL Calendar instance.

Returns

Type: int32_t

Operation status of init

0

Completed successfully.