Lines Matching refs:halRtcHandle
137 hal_rtc_status_t HAL_RtcInit(hal_rtc_handle_t halRtcHandle, uint8_t instance);
142 void HAL_RtcDeinit(hal_rtc_handle_t halRtcHandle);
148 hal_rtc_status_t HAL_RtcSetTime(hal_rtc_handle_t halRtcHandle, uint64_t microseconds);
154 uint64_t HAL_RtcGetTime(hal_rtc_handle_t halRtcHandle);
160 hal_rtc_status_t HAL_RtcSetAlarm(hal_rtc_handle_t halRtcHandle, uint64_t microseconds);
165 uint64_t HAL_RtcGetAlarm(hal_rtc_handle_t halRtcHandle);
167 uint32_t HAL_RtcGetStatusFlags(hal_rtc_handle_t halRtcHandle);
169 void HAL_RtcClearStatusFlags(hal_rtc_handle_t halRtcHandle, uint32_t flags);
171 uint32_t HAL_RtcGetEnabledInterrupts(hal_rtc_handle_t halRtcHandle);
173 void HAL_RtcEnableInterrupts(hal_rtc_handle_t halRtcHandle, uint32_t flags);
175 void HAL_RtcDisableInterrupts(hal_rtc_handle_t halRtcHandle, uint32_t flags);