Home
last modified time | relevance | path

Searched defs:halRtcHandle (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/rtc/
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 …]