Lines Matching refs:ERROR
97 ErrorStatus status = ERROR; in LL_RTC_DeInit()
106 if (LL_RTC_EnterInitMode(RTCx) != ERROR) in LL_RTC_DeInit()
121 if (LL_RTC_ExitInitMode(RTCx) != ERROR) in LL_RTC_DeInit()
158 ErrorStatus status = ERROR; in LL_RTC_Init()
165 if (LL_RTC_WaitForSynchro(RTCx) != ERROR) in LL_RTC_Init()
168 if (LL_RTC_EnterInitMode(RTCx) != ERROR) in LL_RTC_Init()
223 ErrorStatus status = ERROR; in LL_RTC_TIME_Init()
244 if (LL_RTC_EnterInitMode(RTCx) != ERROR) in LL_RTC_TIME_Init()
298 ErrorStatus status = ERROR; in LL_RTC_ALARM_Init()
318 if (LL_RTC_EnterInitMode(RTCx) != ERROR) in LL_RTC_ALARM_Init()
384 status = ERROR; in LL_RTC_EnterInitMode()
426 status = ERROR; in LL_RTC_ExitInitMode()
442 ErrorStatus status = ERROR; in LL_RTC_TIME_SetCounter()
447 if (LL_RTC_EnterInitMode(RTCx) != ERROR) in LL_RTC_TIME_SetCounter()
468 ErrorStatus status = ERROR; in LL_RTC_ALARM_SetCounter()
473 if (LL_RTC_EnterInitMode(RTCx) != ERROR) in LL_RTC_ALARM_SetCounter()
516 status = ERROR; in LL_RTC_WaitForSynchro()