Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/rtc/
Drtc_ll_stm32.c715 LL_RTC_AlarmTypeDef *p_ll_rtc_alarm; in rtc_stm32_alarm_get_time() local
736 p_ll_rtc_alarm = &(p_rtc_alrm->ll_rtc_alrm); in rtc_stm32_alarm_get_time()
737 p_ll_rtc_alrm_time = &(p_ll_rtc_alarm->AlarmTime); in rtc_stm32_alarm_get_time()
762 LL_RTC_AlarmTypeDef *p_ll_rtc_alarm; in rtc_stm32_alarm_set_time() local
814 p_ll_rtc_alarm = &(p_rtc_alrm->ll_rtc_alrm); in rtc_stm32_alarm_set_time()
815 p_ll_rtc_alrm_time = &(p_ll_rtc_alarm->AlarmTime); in rtc_stm32_alarm_set_time()
818 rtc_stm32_init_ll_alrm_struct(p_ll_rtc_alarm, timeptr, mask); in rtc_stm32_alarm_set_time()
858 if (rtc_stm32_init_alarm(RTC, LL_RTC_FORMAT_BCD, p_ll_rtc_alarm, id) != SUCCESS) { in rtc_stm32_alarm_set_time()