Home
last modified time | relevance | path

Searched full:maxim_ds3231 (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/tests/drivers/counter/maxim_ds3231_api/
Dtestcase.yaml2 drivers.counter.maxim_ds3231:
14 fixture: maxim_ds3231
/Zephyr-latest/samples/drivers/counter/maxim_ds3231/
DREADME.rst63 See the ``maxim_ds3231.h`` for interpretation of the integer value and
123 :zephyr-app: samples/drivers/counter/maxim_ds3231
131 :zephyr-app: samples/drivers/counter/maxim_ds3231
139 :zephyr-app: samples/drivers/counter/maxim_ds3231
147 :zephyr-app: samples/drivers/counter/maxim_ds3231
Dsample.yaml6 sample.basic.maxim_ds3231:
DCMakeLists.txt5 project(maxim_ds3231) project
/Zephyr-latest/drivers/counter/
DCMakeLists.txt5 ${ZEPHYR_BASE}/include/zephyr/drivers/rtc/maxim_ds3231.h
34 zephyr_library_sources_ifdef(CONFIG_COUNTER_MAXIM_DS3231 maxim_ds3231.c)
DKconfig69 source "drivers/counter/Kconfig.maxim_ds3231"
Dmaxim_ds3231.c12 #define DT_DRV_COMPAT maxim_ds3231
15 #include <zephyr/drivers/rtc/maxim_ds3231.h>
/Zephyr-latest/samples/drivers/counter/maxim_ds3231/src/
Dmain.c13 #include <zephyr/drivers/rtc/maxim_ds3231.h>
232 const struct device *const ds3231 = DEVICE_DT_GET_ONE(maxim_ds3231); in main()
/Zephyr-latest/include/zephyr/drivers/rtc/
Dmaxim_ds3231.h598 /* @todo this should be syscalls/drivers/rtc/maxim_ds3231.h */
599 #include <zephyr/syscalls/maxim_ds3231.h>
/Zephyr-latest/doc/kernel/drivers/
Dindex.rst260 fragment ``specific`` in the examples above would be ``maxim_ds3231``.
/Zephyr-latest/tests/drivers/counter/maxim_ds3231_api/src/
Dtest_counter.c8 #include <zephyr/drivers/rtc/maxim_ds3231.h>