Home
last modified time | relevance | path

Searched refs:hal_rtc_handle_t (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/rtc/
Dfsl_adapter_rtc.h71 typedef void *hal_rtc_handle_t; typedef
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);
[all …]
Dfsl_adapter_rtc_bbnsm.c28 hal_rtc_status_t HAL_RtcInit(hal_rtc_handle_t halRtcHandle, uint8_t instance) in HAL_RtcInit()
46 void HAL_RtcDeinit(hal_rtc_handle_t halRtcHandle) in HAL_RtcDeinit()
58 hal_rtc_status_t HAL_RtcSetTime(hal_rtc_handle_t halRtcHandle, uint64_t microseconds) in HAL_RtcSetTime()
74 uint64_t HAL_RtcGetTime(hal_rtc_handle_t halRtcHandle) in HAL_RtcGetTime()
87 hal_rtc_status_t HAL_RtcSetAlarm(hal_rtc_handle_t halRtcHandle, uint64_t microseconds) in HAL_RtcSetAlarm()
99 uint64_t HAL_RtcGetAlarm(hal_rtc_handle_t halRtcHandle) in HAL_RtcGetAlarm()
109 uint32_t HAL_RtcGetEnabledInterrupts(hal_rtc_handle_t halRtcHandle) in HAL_RtcGetEnabledInterrupts()
125 uint32_t HAL_RtcGetStatusFlags(hal_rtc_handle_t halRtcHandle) in HAL_RtcGetStatusFlags()
141 void HAL_RtcClearStatusFlags(hal_rtc_handle_t halRtcHandle, uint32_t flags) in HAL_RtcClearStatusFlags()
155 void HAL_RtcEnableInterrupts(hal_rtc_handle_t halRtcHandle, uint32_t flags) in HAL_RtcEnableInterrupts()
[all …]