zephyr/drivers/rtc
Pieter De Gendt f47bfebd28 drivers: rtc: Wrap driver instances in device API macro
Use the device API macro to place the driver API instance into an iterable
section.

Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
2025-02-12 16:06:25 +01:00
..
CMakeLists.txt drivers: rtc: sam0: Add realtime clock driver 2025-02-07 07:37:56 +01:00
Kconfig drivers: rtc: sam0: Add realtime clock driver 2025-02-07 07:37:56 +01:00
Kconfig.am1805
Kconfig.ambiq
Kconfig.bq32002 drivers: rtc: Add Texas Instruments BQ32002 RTC driver 2025-01-29 07:08:28 +01:00
Kconfig.ds1307
Kconfig.ds3231 drivers: rtc: maxim,ds3231: RTC driver 2025-01-07 23:00:05 +01:00
Kconfig.emul
Kconfig.fake
Kconfig.ifx_cat1
Kconfig.mc146818
Kconfig.numaker
Kconfig.nxp_irtc
Kconfig.pcf8523
Kconfig.pcf8563
Kconfig.rpi_pico
Kconfig.rv3028
Kconfig.rv8263
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
rtc_am1805.c
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_ds3231.c drivers: rtc: maxim,ds3231: avoid compilation error 2025-02-05 01:16:03 +01:00
rtc_emul.c
rtc_fake.c
rtc_handlers.c
rtc_ifx_cat1.c
rtc_ll_stm32.c
rtc_ll_stm32.h
rtc_mc146818.c
rtc_numaker.c
rtc_nxp_irtc.c
rtc_pcf8523.c
rtc_pcf8563.c
rtc_rpi_pico.c
rtc_rv3028.c
rtc_rv8263.c
rtc_rv8803.c drivers: Update APIs to use DEVICE_API macro 2025-01-24 01:15:19 +01:00
rtc_rx8130ce.c drivers: rtc: Add support for Epson RX8130CE RTC driver 2025-02-05 01:12:41 +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
rtc_shell.c rtc_shell: add shell device filtering 2025-01-29 04:17:47 +01:00
rtc_smartbond.c
rtc_utils.c
rtc_utils.h
rtc_xmc4xxx.c