calendar_os_deinit

Reset the Calendar HAL instance and hardware.

int32_t calendar_os_deinit(
    struct calendar_os_descriptor *const calendar
)

Reset Calendar instance to hardware defaults.

Parameters

calendar

Type: struct calendar_os_descriptor Struct *const

Pointer to the HAL Calendar instance.

Returns

Type: int32_t

Operation status of reset.

0

Completed successfully.