zephyr/drivers/rtc
Gerson Fernando Budke d71d4c0e80 drivers: rtc: sam: Fix missing function
The #64939 introduced a few convenience function like
rtc_utils_validate_rtc_time. However the PR did not replace all
occurrences which result on a build error. This add the missing
header include to remove a building warning and replace the old
function by the new one.

Fixes #81454

Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
2024-11-15 11:08:58 -06:00
..
CMakeLists.txt drivers: rtc: Added IRTC Driver Support. 2024-10-26 03:58:48 +01:00
Kconfig drivers: rtc: Added IRTC Driver Support. 2024-10-26 03:58:48 +01:00
Kconfig.am1805
Kconfig.ambiq
Kconfig.ds1307
Kconfig.emul
Kconfig.fake
Kconfig.ifx_cat1 Drivers: RTC: Initial implementation of RTC for IFX cyw20829 2024-10-09 13:46:56 +02:00
Kconfig.mc146818
Kconfig.numaker
Kconfig.nxp_irtc drivers: rtc: Added IRTC Driver Support. 2024-10-26 03:58:48 +01:00
Kconfig.pcf8523
Kconfig.pcf8563
Kconfig.rpi_pico
Kconfig.rv3028
Kconfig.rv8263
Kconfig.sam
Kconfig.smartbond
Kconfig.stm32
Kconfig.xmc4xxx
rtc_am1805.c
rtc_ambiq.c
rtc_ds1307.c drivers: rtc: rtc_ds1307: Fix corruption of SECONDS register 2024-11-08 13:58:10 -06:00
rtc_emul.c
rtc_fake.c
rtc_handlers.c
rtc_ifx_cat1.c Verification: verify code changes from PR review 2024-10-09 13:46:56 +02:00
rtc_ll_stm32.c
rtc_ll_stm32.h
rtc_mc146818.c
rtc_numaker.c
rtc_nxp_irtc.c drivers: rtc: Added IRTC Driver Support. 2024-10-26 03:58:48 +01:00
rtc_pcf8523.c
rtc_pcf8563.c
rtc_rpi_pico.c
rtc_rv3028.c
rtc_rv8263.c drivers: rtc: rv8263-c8: Alarm reworking 2024-11-06 14:43:10 -06:00
rtc_sam.c drivers: rtc: sam: Fix missing function 2024-11-15 11:08:58 -06:00
rtc_shell.c
rtc_smartbond.c zephyr: bulk update to DT_NODE_HAS_STATUS_OKAY 2024-10-03 17:06:52 +01:00
rtc_utils.c
rtc_utils.h
rtc_xmc4xxx.c