Home
last modified time | relevance | path

Searched refs:second (Results 101 – 125 of 338) sorted by relevance

12345678910>>...14

/Zephyr-latest/drivers/sensor/ams/ccs811/
DKconfig28 bool "Measurement every second"
/Zephyr-latest/modules/hal_rpi_pico/bootloader/
DCMakeLists.txt52 # The second stage bootloader is compiled without kconfig definitions.
/Zephyr-latest/drivers/sensor/tdk/mpu6050/
DKconfig69 An X value for the config represents a range of +/- X degrees/second.
/Zephyr-latest/drivers/wifi/simplelink/
DKconfig.simplelink40 The number of times, separated by a one second interval, to retry
/Zephyr-latest/tests/bsim/bluetooth/ll/cis/
DKconfig57 its 3 second timeout.
/Zephyr-latest/drivers/ethernet/nxp_enet/
Deth_nxp_enet.c171 pkt->timestamp.second = frameinfo->timeStamp.second; in ts_register_tx_event()
396 pkt->timestamp.second = UINT64_MAX; in eth_nxp_enet_rx()
408 ptp_time.second--; in eth_nxp_enet_rx()
412 pkt->timestamp.second = ptp_time.second; in eth_nxp_enet_rx()
/Zephyr-latest/samples/sensor/qdec/
DREADME.rst54 Once the MCU is started it prints the counter value every second on the
/Zephyr-latest/samples/subsys/demand_paging/
DREADME.rst43 Calling it a second time
/Zephyr-latest/samples/subsys/fs/fs_sample/boards/
Dnrf52840dk_nrf52840_ram_disk_region.overlay28 /* The second one is 64kiB region taken out of SRAM,
/Zephyr-latest/boards/adafruit/kb2040/
Dadafruit_kb2040.dts40 /* Reserved memory for the second stage bootloader */
/Zephyr-latest/boards/ezurio/bl654_usb/
Dbl654_usb.dts109 * In addition, the last and second last flash pages
/Zephyr-latest/drivers/sensor/st/stts751/
DKconfig80 Sensor output data rate expressed in conversions per second.
/Zephyr-latest/boards/waveshare/rp2040_zero/
Drp2040_zero.dts38 /* Reserved memory for the second stage bootloader */
/Zephyr-latest/tests/arch/arm/arm_irq_advanced_features/
DREADME.txt12 The second test verifies the behavior of CONFIG_ZERO_LATENCY_IRQS at runtime.
/Zephyr-latest/drivers/sensor/st/iis2dh/
DKconfig81 samples per second (Hz).
/Zephyr-latest/doc/hardware/peripherals/
Dstepper.rst15 - Set **max velocity** in micro-steps per second using :c:func:`stepper_set_max_velocity`
/Zephyr-latest/samples/sensor/grove_temperature/
DREADME.rst11 console, in units of celsius, once every second. When the :kconfig:option:`CONFIG_GROVE_LCD_RGB`
/Zephyr-latest/boards/phytec/phyboard_polis/
Dphyboard_polis_mimx8mm6_m4.dts54 /* first cs is for on board MCP2518, the second for SPI on expansion header */
/Zephyr-latest/drivers/ethernet/
Deth_xmc4xxx.c425 .second = dma_desc->time_stamp_seconds, in eth_xmc4xxx_rx_pkt()
533 .second = dma_desc->time_stamp_seconds, in eth_xmc4xxx_handle_tx()
1025 dev_cfg->regs->SYSTEM_TIME_SECONDS_UPDATE = tm->second; in eth_xmc4xxx_ptp_clock_set()
1050 tm->second = second_0; in eth_xmc4xxx_ptp_clock_get()
1053 tm->second = second_1; in eth_xmc4xxx_ptp_clock_get()
/Zephyr-latest/subsys/net/lib/ptp/
Dport.c125 t1 = origin_ts.second * NSEC_PER_SEC + origin_ts.nanosecond; in port_synchronize()
126 t2 = ingress_ts.second * NSEC_PER_SEC + ingress_ts.nanosecond; in port_synchronize()
182 if (pkt->timestamp.second == UINT64_MAX || in port_delay_req_timestamp_cb()
183 (pkt->timestamp.second == 0 && pkt->timestamp.nanosecond == 0)) { in port_delay_req_timestamp_cb()
412 timestamp = msg->timestamp.host.second * NSEC_PER_SEC + in foreign_clock_cleanup()
444 timestamp = msg->timestamp.host.second * NSEC_PER_SEC + in port_delay_req_cleanup()
682 t3 = req->timestamp.host.second * NSEC_PER_SEC + req->timestamp.host.nanosecond; in port_delay_resp_msg_process()
683 t4 = msg->timestamp.protocol.second * NSEC_PER_SEC + msg->timestamp.protocol.nanosecond; in port_delay_resp_msg_process()
/Zephyr-latest/scripts/coccinelle/
Dfind_functions.cocci12 // parameters in the second.
/Zephyr-latest/boards/seeed/xiao_rp2040/
Dxiao_rp2040.dts73 * 2MB of flash minus the 0x100 used for the second stage bootloader
/Zephyr-latest/samples/subsys/logging/logger/
DREADME.rst64 Estimated logging capabilities: 42000000 messages/second
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v1/philosophers/
DREADME.rst20 for the second fork to be available.
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v2/philosophers/
DREADME.rst20 for the second fork to be available.

12345678910>>...14