Searched refs:halRtcHandle (Results 1 – 2 of 2) sorted by relevance
28 hal_rtc_status_t HAL_RtcInit(hal_rtc_handle_t halRtcHandle, uint8_t instance) in HAL_RtcInit() argument31 hal_rtc_handle_struct_t *halRtcState = halRtcHandle; in HAL_RtcInit()33 assert(halRtcHandle); in HAL_RtcInit()46 void HAL_RtcDeinit(hal_rtc_handle_t halRtcHandle) in HAL_RtcDeinit() argument48 hal_rtc_handle_struct_t *halRtcState = halRtcHandle; in HAL_RtcDeinit()50 assert(halRtcHandle); in HAL_RtcDeinit()58 hal_rtc_status_t HAL_RtcSetTime(hal_rtc_handle_t halRtcHandle, uint64_t microseconds) in HAL_RtcSetTime() argument60 hal_rtc_handle_struct_t *halRtcState = halRtcHandle; in HAL_RtcSetTime()63 assert(halRtcHandle); in HAL_RtcSetTime()74 uint64_t HAL_RtcGetTime(hal_rtc_handle_t halRtcHandle) in HAL_RtcGetTime() argument[all …]
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);[all …]