zephyr/drivers/rtc
Måns Ansgariusson 467e15ddd3 drivers: rtc: rx8130ce: day alarm fix
The day alarm was not being set correctly. The day alarm should be set
using the WADA bit in the control register. This patch fixes the issue
by setting the WADA bit in the control register when setting the day alarm.

Signed-off-by: Måns Ansgariusson <Mansgariusson@gmail.com>
2025-02-28 14:51:43 +01:00
..
CMakeLists.txt drivers: rtc: Add Maxim DS1337 RTC driver 2025-02-14 03:03:56 +01:00
Kconfig drivers: rtc: Add Maxim DS1337 RTC driver 2025-02-14 03:03:56 +01:00
Kconfig.am1805
Kconfig.ambiq drivers: rtc: add ambiq rtc driver 2024-08-09 17:58:35 +01:00
Kconfig.bq32002 drivers: rtc: Add Texas Instruments BQ32002 RTC driver 2025-01-29 07:08:28 +01:00
Kconfig.ds1307
Kconfig.ds1337 drivers: rtc: Add Maxim DS1337 RTC driver 2025-02-14 03:03:56 +01:00
Kconfig.ds3231 drivers: rtc: maxim,ds3231: RTC driver 2025-01-07 23:00:05 +01:00
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 drivers: rtc: add RV3028 RTC driver 2024-06-10 21:03:59 -04:00
Kconfig.rv8263 drivers: rtc: Add support for Micro Crystal RV-8263-C8 2024-07-29 14:19:47 +02:00
Kconfig.rv8803 drivers: rtc: Add Micro Crystal RV-8803-C7 RTC driver 2025-01-09 23:26:37 +01:00
Kconfig.rx8130ce drivers: rtc: Add support for Epson RX8130CE RTC driver 2025-02-05 01:12:41 +01:00
Kconfig.sam
Kconfig.sam0 drivers: rtc: sam0: Add realtime clock driver 2025-02-07 07:37:56 +01:00
Kconfig.smartbond
Kconfig.stm32
Kconfig.xmc4xxx drivers: rtc: Add RTC driver for Infineon XMC4xxx devices 2024-09-04 09:54:52 +02:00
rtc_am1805.c drivers: RTC: update API to use DEVICE_API macros 2024-12-03 10:40:18 +01:00
rtc_ambiq.c drivers: rtc: add rtc support for apollo3&3p 2024-12-17 05:48:58 +01:00
rtc_bq32002.c drivers: rtc: Add Texas Instruments BQ32002 RTC driver 2025-01-29 07:08:28 +01:00
rtc_ds1307.c drivers: rtc: Add DS1307 SQW output config property 2025-01-27 21:04:36 +01:00
rtc_ds1337.c drivers: rtc: Add Maxim DS1337 RTC driver 2025-02-14 03:03:56 +01:00
rtc_ds3231.c drivers: rtc: maxim,ds3231: avoid compilation error 2025-02-05 01:16:03 +01:00
rtc_emul.c drivers: RTC: update API to use DEVICE_API macros 2024-12-03 10:40:18 +01:00
rtc_fake.c drivers: RTC: update API to use DEVICE_API macros 2024-12-03 10:40:18 +01:00
rtc_handlers.c build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
rtc_ifx_cat1.c drivers: RTC: update API to use DEVICE_API macros 2024-12-03 10:40:18 +01:00
rtc_ll_stm32.c drivers: RTC: update API to use DEVICE_API macros 2024-12-03 10:40:18 +01:00
rtc_ll_stm32.h drivers: rtc_stm32: add support for alarms A & B 2024-05-13 09:45:17 +02:00
rtc_mc146818.c drivers: RTC: update API to use DEVICE_API macros 2024-12-03 10:40:18 +01:00
rtc_numaker.c drivers: RTC: update API to use DEVICE_API macros 2024-12-03 10:40:18 +01:00
rtc_nxp_irtc.c drivers: RTC: update API to use DEVICE_API macros 2024-12-03 10:40:18 +01:00
rtc_pcf8523.c drivers: RTC: update API to use DEVICE_API macros 2024-12-03 10:40:18 +01:00
rtc_pcf8563.c drivers: RTC: update API to use DEVICE_API macros 2024-12-03 10:40:18 +01:00
rtc_rpi_pico.c drivers: RTC: update API to use DEVICE_API macros 2024-12-03 10:40:18 +01:00
rtc_rv3028.c drivers: RTC: update API to use DEVICE_API macros 2024-12-03 10:40:18 +01:00
rtc_rv8263.c drivers: rtc: unchecked return value in rv8263 2024-12-15 19:24:17 +01:00
rtc_rv8803.c drivers: Update APIs to use DEVICE_API macro 2025-01-24 01:15:19 +01:00
rtc_rx8130ce.c drivers: rtc: rx8130ce: day alarm fix 2025-02-28 14:51:43 +01:00
rtc_sam0.c drivers: rtc: Wrap driver instances in device API macro 2025-02-12 16:06:25 +01:00
rtc_sam.c drivers: RTC: update API to use DEVICE_API macros 2024-12-03 10:40:18 +01:00
rtc_shell.c rtc_shell: add shell device filtering 2025-01-29 04:17:47 +01:00
rtc_smartbond.c drivers: RTC: update API to use DEVICE_API macros 2024-12-03 10:40:18 +01:00
rtc_utils.c
rtc_utils.h
rtc_xmc4xxx.c drivers: RTC: update API to use DEVICE_API macros 2024-12-03 10:40:18 +01:00