Searched refs:epoch (Results 1 – 4 of 4) sorted by relevance
/Zephyr-Core-3.5.0/drivers/counter/ |
D | counter_cmos.c | 139 uint32_t epoch; in get_value() local 187 epoch = hinnant(state.year + 2000, state.month, state.day); in get_value() 188 epoch *= 86400; /* seconds per day */ in get_value() 189 epoch += state.hour * 3600; /* seconds per hour */ in get_value() 190 epoch += state.minute * 60; /* seconds per minute */ in get_value() 191 epoch += state.second; in get_value() 193 *ticks = epoch; in get_value()
|
/Zephyr-Core-3.5.0/doc/kernel/ |
D | timeutil.rst | 45 * Seconds since an epoch. POSIX representations of time in this form include 51 an epoch. POSIX representations of time in this form include ``struct tm``. 121 that serves as the epoch. 155 that counts seconds since the "POSIX epoch" at 1970-01-01T00:00:00Z (i.e. the 158 time using negative values to represent times before the POSIX epoch. Both of 165 leap-second corrections added after the POSIX epoch (when TAI-UTC was 8 s). 174 relevant civil and epoch times in several scales: 224 - GPS time: epoch of 1980-01-06T00:00:00Z, continuous following TAI with an 226 - Bluetooth mesh time: epoch of 2000-01-01T00:00:00Z, continuous following TAI 228 - UNIX Leap Time: epoch of 1970-01-01T00:00:00Z, continuous following TAI with [all …]
|
/Zephyr-Core-3.5.0/samples/net/sockets/sntp_client/ |
D | README.rst | 21 for a response. When the response is received, the current epoch time, in
|
/Zephyr-Core-3.5.0/samples/modules/tflite-micro/hello_world/train/ |
D | train_hello_world_model.ipynb | 420 …"During each epoch, data is run through the network in multiple _batches_. Each batch, several pie… 1521 … difference between the model's predictions and the actual data) for each epoch. There are several… 2810 …"Each training epoch, the model prints out its loss and mean absolute error for training and valid… 2897 …n metrics are calculated at the end of each epoch, while training metrics are calculated throughou…
|