external_zblue/drivers/rtc
Gerson Fernando Budke 27dd588d94 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>
2026-04-20 17:56:30 +08:00
..
CMakeLists.txt drivers: rtc: Added IRTC Driver Support. 2026-04-20 17:54:16 +08:00
Kconfig drivers: rtc: Added IRTC Driver Support. 2026-04-20 17:54:16 +08:00
Kconfig.am1805
Kconfig.ambiq drivers: rtc: add ambiq rtc driver 2026-04-20 17:34:58 +08:00
Kconfig.ds1307 drivers: rtc: new maxim ds1307 rtc driver 2026-04-20 16:45:47 +08:00
Kconfig.emul
Kconfig.fake
Kconfig.ifx_cat1 Drivers: RTC: Initial implementation of RTC for IFX cyw20829 2026-04-20 17:48:40 +08:00
Kconfig.mc146818
Kconfig.numaker drivers: rtc: support for Nuvoton numaker m46x 2026-04-20 17:14:25 +08:00
Kconfig.nxp_irtc drivers: rtc: Added IRTC Driver Support. 2026-04-20 17:54:16 +08:00
Kconfig.pcf8523
Kconfig.pcf8563
Kconfig.rpi_pico drivers: rtc: rpi_pico: Add support for the Raspberry Pi Pico RTC 2026-04-20 17:04:45 +08:00
Kconfig.rv3028 drivers: rtc: add RV3028 RTC driver 2026-04-20 17:23:54 +08:00
Kconfig.rv8263 drivers: rtc: Add support for Micro Crystal RV-8263-C8 2026-04-20 17:32:34 +08:00
Kconfig.sam drivers: rtc: Add atmel sam series RTC driver 2026-04-20 16:44:58 +08:00
Kconfig.smartbond drivers: rtc: smartbond: Support RTC peripheral. 2026-04-20 16:44:24 +08:00
Kconfig.stm32
Kconfig.xmc4xxx drivers: rtc: Add RTC driver for Infineon XMC4xxx devices 2026-04-20 17:40:12 +08:00
rtc_am1805.c
rtc_ambiq.c style: drivers: comply with MISRA C:2012 Rule 15.6 2026-04-20 17:41:58 +08:00
rtc_ds1307.c drivers: rtc: rtc_ds1307: Fix corruption of SECONDS register 2026-04-20 17:56:09 +08:00
rtc_emul.c drivers: rtc: Create utility function for time validation 2026-04-20 17:04:45 +08:00
rtc_fake.c drivers: rtc: fake: Patch alarm and update fakes 2026-04-20 17:36:09 +08:00
rtc_handlers.c build: namespace the generated headers with `zephyr/` 2026-04-20 17:20:37 +08:00
rtc_ifx_cat1.c Verification: verify code changes from PR review 2026-04-20 17:48:40 +08:00
rtc_ll_stm32.c drivers: rtc: rtc_ll_stm32: add hse clock support 2026-04-20 17:39:01 +08:00
rtc_ll_stm32.h drivers: rtc_stm32: add support for alarms A & B 2026-04-20 17:16:18 +08:00
rtc_mc146818.c drivers: rtc: rtc_mc146818: Patch incorrect field comparisons 2026-04-20 17:22:38 +08:00
rtc_numaker.c drivers: rtc: support for Nuvoton numaker m46x 2026-04-20 17:14:25 +08:00
rtc_nxp_irtc.c drivers: rtc: Added IRTC Driver Support. 2026-04-20 17:54:16 +08:00
rtc_pcf8523.c drivers: rtc: update alarm_set_callback to return ENOTSUP 2026-04-20 17:27:03 +08:00
rtc_pcf8563.c everywhere: replace double words 2026-04-20 17:27:59 +08:00
rtc_rpi_pico.c drivers: rtc: rpi_pico: Add alarm support to RPi Pico RTC driver 2026-04-20 17:04:45 +08:00
rtc_rv3028.c drivers: rtc: rv3028: adjust timing of EEPROM requests 2026-04-20 17:37:27 +08:00
rtc_rv8263.c drivers: rtc: rv8263-c8: Alarm reworking 2026-04-20 17:55:33 +08:00
rtc_sam.c drivers: rtc: sam: Fix missing function 2026-04-20 17:56:30 +08:00
rtc_shell.c drivers: rtc: rtc_shell: Add devices as sub commands 2026-04-20 17:23:36 +08:00
rtc_smartbond.c zephyr: bulk update to DT_NODE_HAS_STATUS_OKAY 2026-04-20 17:47:31 +08:00
rtc_utils.c drivers: rtc: Create utility function for time validation 2026-04-20 17:04:45 +08:00
rtc_utils.h drivers: rtc: Create utility function for time validation 2026-04-20 17:04:45 +08:00
rtc_xmc4xxx.c drivers: rtc: Add RTC driver for Infineon XMC4xxx devices 2026-04-20 17:40:12 +08:00