Home
last modified time | relevance | path

Searched refs:second (Results 51 – 75 of 338) sorted by relevance

12345678910>>...14

/Zephyr-latest/samples/sensor/ccs811/boards/
Dnrf51_ble400.overlay30 /* Sparkfun Environment Combo uses second I2C address */
/Zephyr-latest/soc/nxp/rw/
Dfirmwares.ld10 * second binary as part of the first one, leading to initialization
/Zephyr-latest/tests/drivers/dma/chan_blen_transfer/
DKconfig13 int "second DMA channel to use"
/Zephyr-latest/tests/drivers/spi/spi_controller_peripheral/
DREADME.txt2 One SPI instance works as a controller, second one is configured as a peripheral.
/Zephyr-latest/drivers/sensor/sensirion/sht3xd/
DKconfig88 prompt "Measurements per second"
92 Number of measurements per second.
/Zephyr-latest/drivers/ethernet/
Deth_stm32_hal.c316 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/
DKconfig67 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/
Dtimer_model.c50 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/
Dtimeutil.rst61 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/
DKconfig.defconfig17 # second to be 32768 for accurate operation.
/Zephyr-latest/samples/subsys/canbus/isotp/
DKconfig11 Set the CAN controller to loopback mode. This allows testing without a second board.
/Zephyr-latest/include/zephyr/drivers/modem/
Dsimcom-sim7080.h102 uint8_t second; member
/Zephyr-latest/boards/st/nucleo_l053r8/support/
Dopenocd.cfg11 # Add the second flash bank.
/Zephyr-latest/boards/st/nucleo_l073rz/support/
Dopenocd.cfg11 # Add the second flash bank.
/Zephyr-latest/tests/boot/test_mcuboot/
DREADME.rst5 using sysbuild. The first application is the MCUBoot bootloader. The second
/Zephyr-latest/scripts/native_simulator/native/src/
Dtimer_model.c45 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/
Dboard.cmake5 # Comment below line and uncomment the second line to use SWD upoad method.
/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp_private.h117 return (ts->second * NSEC_PER_SEC) + ts->nanosecond; in gptp_timestamp_to_nsec()
/Zephyr-latest/boards/microchip/mec1501modular_assy6885/
DKconfig.defconfig18 # second to be 32768 for accurate operation.
/Zephyr-latest/boards/microchip/mec172xevb_assy6906/
DKconfig.defconfig12 # The driver requires tickless mode and ticks per second to be 32768 for
/Zephyr-latest/boards/microchip/mec172xmodular_assy6930/
DKconfig.defconfig12 # The driver requires tickless mode and ticks per second to be 32768 for
/Zephyr-latest/samples/basic/custom_dts_binding/
DREADME.rst48 The GPIO pin should be switched to active level after one second.
55 Waiting one second.
/Zephyr-latest/samples/sensor/amg88xx/
DREADME.rst39 The sensor array data is output every second.
/Zephyr-latest/boards/makerdiary/nrf52840_mdk_usb_dongle/
Dfstab-stock.dtsi43 * In addition, the last and second last flash pages
/Zephyr-latest/samples/boards/st/power_mgmt/stm32wb_ble/
DREADME.rst13 After startup, a first 2 seconds beacon is performed, 1 second break and

12345678910>>...14