Home
last modified time | relevance | path

Searched refs:Seconds (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/samples/modules/lvgl/demos/
DKconfig82 int "Seconds each rendered scene is shown"
86 Seconds each rendered scenar is shown
/Zephyr-latest/drivers/counter/
Dcounter_ll_stm32_rtc.c408 rtc_alarm.AlarmTime.Seconds = alarm_tm.tm_sec; in rtc_stm32_set_alarm()
418 rtc_alarm.AlarmTime.Seconds = remain; in rtc_stm32_set_alarm()
/Zephyr-latest/drivers/rtc/
Drtc_ll_stm32.c434 rtc_time.Seconds = bin2bcd(timeptr->tm_sec); in rtc_stm32_set_time()
583 p_rtc_alrm_time->Seconds = bin2bcd(timeptr->tm_sec); in rtc_stm32_init_ll_alrm_struct()
/Zephyr-latest/subsys/lorawan/
Dlorawan.c434 *gps_time = local_time.Seconds - UNIX_GPS_EPOCH_OFFSET; in lorawan_device_time_get()
/Zephyr-latest/subsys/fs/
DKconfig.fatfs103 4: 0 = Seconds/2 (0..29)
/Zephyr-latest/doc/kernel/
Dtimeutil.rst45 * Seconds since an epoch. POSIX representations of time in this form include
/Zephyr-latest/doc/releases/
Drelease-notes-3.0.rst970 * :github:`41945` - nxp_hal module: Seconds GPIO interrupt does never fire