/Zephyr-latest/samples/sensor/ccs811/boards/ |
D | nrf51_ble400.overlay | 30 /* Sparkfun Environment Combo uses second I2C address */
|
/Zephyr-latest/soc/nxp/rw/ |
D | firmwares.ld | 10 * second binary as part of the first one, leading to initialization
|
/Zephyr-latest/tests/drivers/dma/chan_blen_transfer/ |
D | Kconfig | 13 int "second DMA channel to use"
|
/Zephyr-latest/tests/drivers/spi/spi_controller_peripheral/ |
D | README.txt | 2 One SPI instance works as a controller, second one is configured as a peripheral.
|
/Zephyr-latest/drivers/sensor/sensirion/sht3xd/ |
D | Kconfig | 88 prompt "Measurements per second" 92 Number of measurements per second.
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_stm32_hal.c | 316 ctx->pkt->timestamp.second = timestamp->TimeStampHigh; in HAL_ETH_TxPtpCallback() 516 pkt->timestamp.second = last_dma_tx_desc->TimeStampHigh; in eth_tx() 520 pkt->timestamp.second = UINT64_MAX; in eth_tx() 570 timestamp.second = UINT64_MAX; in eth_rx() 608 timestamp.second = ts_registers.TimeStampHigh; in eth_rx() 617 timestamp.second = last_dma_rx_desc->TimeStampHigh; in eth_rx() 688 pkt->timestamp.second = timestamp.second; in eth_rx() 690 if (timestamp.second != UINT64_MAX) { in eth_rx() 1362 heth->Instance->MACSTSUR = tm->second; in ptp_clock_stm32_set() 1369 heth->Instance->PTPTSHUR = tm->second; in ptp_clock_stm32_set() [all …]
|
/Zephyr-latest/samples/net/sockets/txtime/ |
D | Kconfig | 67 string "My IPv6 address for second interface" 72 string "My IPv4 address for second interface" 77 int "VLAN tag for second interface"
|
/Zephyr-latest/boards/native/native_posix/ |
D | timer_model.c | 50 unsigned int second; in us_time_to_str() local 55 second = (time / 1000000U) % 60; in us_time_to_str() 58 sprintf(dest, "%02u:%02u:%02u.%06u", hour, minute, second, us); in us_time_to_str()
|
/Zephyr-latest/doc/kernel/ |
D | timeutil.rst | 61 Sub-second timestamps like ``struct timespec`` can also use this to produce 62 the calendar time representation and deal with sub-second offsets separately. 84 conditioned by a 1-pulse-per-second GPS signal will be much more accurate 99 recently received second observation, and a skew that can adjust for 165 leap-second corrections added after the POSIX epoch (when TAI-UTC was 8 s). 170 A positive leap second was introduced at the end of 2016, increasing the 172 no leap second introduced at the end of 1999, when the difference 207 The second step requires external information including schedules of leap 216 adjusts to a leap second there will be a discontinuity: the elapsed time
|
/Zephyr-latest/boards/microchip/mec15xxevb_assy6853/ |
D | Kconfig.defconfig | 17 # second to be 32768 for accurate operation.
|
/Zephyr-latest/samples/subsys/canbus/isotp/ |
D | Kconfig | 11 Set the CAN controller to loopback mode. This allows testing without a second board.
|
/Zephyr-latest/include/zephyr/drivers/modem/ |
D | simcom-sim7080.h | 102 uint8_t second; member
|
/Zephyr-latest/boards/st/nucleo_l053r8/support/ |
D | openocd.cfg | 11 # Add the second flash bank.
|
/Zephyr-latest/boards/st/nucleo_l073rz/support/ |
D | openocd.cfg | 11 # Add the second flash bank.
|
/Zephyr-latest/tests/boot/test_mcuboot/ |
D | README.rst | 5 using sysbuild. The first application is the MCUBoot bootloader. The second
|
/Zephyr-latest/scripts/native_simulator/native/src/ |
D | timer_model.c | 45 unsigned int second; in us_time_to_str() local 50 second = (time / 1000000U) % 60; in us_time_to_str() 53 sprintf(dest, "%02u:%02u:%02u.%06u", hour, minute, second, us); in us_time_to_str()
|
/Zephyr-latest/boards/st/steval_stwinbx1/ |
D | board.cmake | 5 # Comment below line and uncomment the second line to use SWD upoad method.
|
/Zephyr-latest/subsys/net/l2/ethernet/gptp/ |
D | gptp_private.h | 117 return (ts->second * NSEC_PER_SEC) + ts->nanosecond; in gptp_timestamp_to_nsec()
|
/Zephyr-latest/boards/microchip/mec1501modular_assy6885/ |
D | Kconfig.defconfig | 18 # second to be 32768 for accurate operation.
|
/Zephyr-latest/boards/microchip/mec172xevb_assy6906/ |
D | Kconfig.defconfig | 12 # The driver requires tickless mode and ticks per second to be 32768 for
|
/Zephyr-latest/boards/microchip/mec172xmodular_assy6930/ |
D | Kconfig.defconfig | 12 # The driver requires tickless mode and ticks per second to be 32768 for
|
/Zephyr-latest/samples/basic/custom_dts_binding/ |
D | README.rst | 48 The GPIO pin should be switched to active level after one second. 55 Waiting one second.
|
/Zephyr-latest/samples/sensor/amg88xx/ |
D | README.rst | 39 The sensor array data is output every second.
|
/Zephyr-latest/boards/makerdiary/nrf52840_mdk_usb_dongle/ |
D | fstab-stock.dtsi | 43 * In addition, the last and second last flash pages
|
/Zephyr-latest/samples/boards/st/power_mgmt/stm32wb_ble/ |
D | README.rst | 13 After startup, a first 2 seconds beacon is performed, 1 second break and
|