Configure the base year for calendar HAL instance and hardware.
int32_t calendar_set_baseyear( struct calendar_descriptor *const calendar, const uint32_t p_base_year )
Type: struct calendar_descriptor *const
Pointer to the HAL Calendar instance.
Type: const uint32_t
The desired base year.
Type: int32_t
Completed successfully.