Searched refs:alarms (Results 1 – 25 of 35) sorted by relevance
12
/Zephyr-Core-3.5.0/drivers/rtc/ |
D | rtc_emul.c | 38 struct rtc_emul_alarm *alarms; member 186 alarm = &data->alarms[i]; in rtc_emul_test_alarms() 356 data->alarms[id].mask = mask; in rtc_emul_alarm_set_time() 359 data->alarms[id].datetime = *timeptr; in rtc_emul_alarm_set_time() 377 *timeptr = data->alarms[id].datetime; in rtc_emul_alarm_get_time() 378 *mask = data->alarms[id].mask; in rtc_emul_alarm_get_time() 395 ret = (data->alarms[id].pending == true) ? 1 : 0; in rtc_emul_alarm_is_pending() 397 data->alarms[id].pending = false; in rtc_emul_alarm_is_pending() 414 data->alarms[id].callback = callback; in rtc_emul_alarm_set_callback() 415 data->alarms[id].user_data = user_data; in rtc_emul_alarm_set_callback() [all …]
|
D | Kconfig | 24 This is an option which enables driver support for RTC alarms.
|
/Zephyr-Core-3.5.0/doc/hardware/peripherals/ |
D | rtc.rst | 29 RTCs usually contain one or more alarms which can be configured to 30 trigger at a given time. These alarms are commonly used to wake up the 82 for testing. To test the optional alarms, update event callback
|
/Zephyr-Core-3.5.0/boards/shields/adafruit_data_logger/ |
D | adafruit_data_logger.overlay | 57 alarms-count = <1>;
|
/Zephyr-Core-3.5.0/dts/x86/intel/ |
D | ia32.dtsi | 87 alarms-count = <1>;
|
D | alder_lake.dtsi | 447 alarms-count = <1>;
|
D | apollo_lake.dtsi | 396 alarms-count = <1>;
|
/Zephyr-Core-3.5.0/samples/drivers/counter/maxim_ds3231/ |
D | README.rst | 12 and supports alarms. The `Chronodot`_ breakout board can be used to 78 We're now 2.131 ms into the run, at which point the alarms are read back 82 2131 ms in: get alarms: 0 0
|
/Zephyr-Core-3.5.0/boards/posix/native_posix/ |
D | native_posix.dts | 210 alarms-count = <2>;
|
/Zephyr-Core-3.5.0/boards/arm/dragino_nbsn95/doc/ |
D | index.rst | 45 - RTC with HW calendar, alarms and calibration
|
/Zephyr-Core-3.5.0/boards/arm/dragino_lsn50/doc/ |
D | index.rst | 46 - RTC with HW calendar, alarms and calibration
|
/Zephyr-Core-3.5.0/boards/arm/nucleo_l432kc/doc/ |
D | index.rst | 48 - RTC with HW calendar, alarms and calibration
|
/Zephyr-Core-3.5.0/boards/arm/stm32l476g_disco/doc/ |
D | index.rst | 66 - RTC with HW calendar, alarms and calibration
|
/Zephyr-Core-3.5.0/boards/arm/nucleo_l433rc_p/doc/ |
D | index.rst | 48 - RTC with HW calendar, alarms and calibration
|
/Zephyr-Core-3.5.0/boards/arm/pandora_stm32l475/doc/ |
D | index.rst | 57 - RTC with HW calendar, alarms and calibration
|
/Zephyr-Core-3.5.0/boards/arm/nucleo_g474re/doc/ |
D | index.rst | 46 - RTC with HW calendar, alarms and calibration
|
/Zephyr-Core-3.5.0/boards/arm/nucleo_l452re/doc/ |
D | index.rst | 58 - RTC with HW calendar, alarms and calibration
|
/Zephyr-Core-3.5.0/boards/arm/b_l072z_lrwan1/doc/ |
D | index.rst | 76 - RTC with HW calendar, alarms and calibration
|
/Zephyr-Core-3.5.0/boards/arm/b_l4s5i_iot01a/doc/ |
D | index.rst | 64 - RTC with HW calendar, alarms and calibration
|
/Zephyr-Core-3.5.0/boards/arm/nucleo_l476rg/doc/ |
D | index.rst | 52 - RTC with HW calendar, alarms and calibration
|
/Zephyr-Core-3.5.0/boards/arm/nucleo_l496zg/doc/ |
D | index.rst | 54 - RTC with HW calendar, alarms and calibration
|
/Zephyr-Core-3.5.0/boards/arm/nucleo_l4r5zi/doc/ |
D | index.rst | 57 - RTC with HW calendar, alarms and calibration
|
/Zephyr-Core-3.5.0/boards/arm/stm32l496g_disco/doc/ |
D | index.rst | 70 - RTC with HW calendar, alarms and calibration
|
/Zephyr-Core-3.5.0/boards/arm/nucleo_g431rb/doc/ |
D | index.rst | 46 - RTC with HW calendar, alarms and calibration
|
/Zephyr-Core-3.5.0/boards/arm/nucleo_l4a6zg/doc/ |
D | index.rst | 54 - RTC with HW calendar, alarms and calibration
|
12