Home
last modified time | relevance | path

Searched refs:second (Results 76 – 100 of 338) sorted by relevance

12345678910>>...14

/Zephyr-latest/samples/drivers/lora/send/
DREADME.rst5 Transmit a preconfigured payload every second using the LoRa radio.
/Zephyr-latest/boards/nordic/nrf52840dongle/
Dfstab-stock.dtsi40 * In addition, the last and second last flash pages
/Zephyr-latest/samples/sensor/vl53l0x/
DREADME.rst47 <repeats endlessly every second>
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dhealth_cli.rst11 used in this function call. The second parameter is the ``ctx`` or message
/Zephyr-latest/boards/wiznet/w5500_evb_pico/
Dw5500_evb_pico.dts87 * the second stage bootloader
96 /* Reserved memory for the second stage bootloader */
/Zephyr-latest/boards/raspberrypi/rpi_pico2/doc/
Dindex.rst6 The Raspberry Pi Pico 2 is the second-generation product in the Raspberry Pi
11 - As with the Pico 1, there's no support for running any code on the second core.
/Zephyr-latest/tests/drivers/can/api/src/
Dcanfd.c308 static void check_filters_preserved_between_modes(can_mode_t first, can_mode_t second) in check_filters_preserved_between_modes() argument
357 err = can_set_mode(can_dev, second | CAN_MODE_LOOPBACK); in check_filters_preserved_between_modes()
359 zassert_equal(second | CAN_MODE_LOOPBACK, can_get_mode(can_dev)); in check_filters_preserved_between_modes()
370 if ((second & CAN_MODE_FD) != 0) { in check_filters_preserved_between_modes()
/Zephyr-latest/drivers/i3c/
DKconfig.npcx21 # as the second group in the phandle-array.
/Zephyr-latest/samples/sensor/lps22hh/
DREADME.rst55 <repeats endlessly every second>
/Zephyr-latest/drivers/ethernet/
Deth_e1000.c337 ptp_context->clock_time = tm->second * NSEC_PER_SEC + tm->nanosecond; in ptp_clock_e1000_set()
348 tm->second = ptp_context->clock_time / NSEC_PER_SEC; in ptp_clock_e1000_get()
349 tm->nanosecond = ptp_context->clock_time - tm->second * NSEC_PER_SEC; in ptp_clock_e1000_get()
/Zephyr-latest/samples/sensor/ams_iAQcore/
DREADME.rst12 VOC. The values are fetched and printed every second.
/Zephyr-latest/include/zephyr/linker/
Dkobject-text.ld27 second argument below, but to give the user a good error message
/Zephyr-latest/share/sysbuild/images/
DCMakeLists.txt18 # Note the second, binary_dir parameter requires the added
/Zephyr-latest/drivers/ethernet/nxp_enet/
Deth_mcux.c802 ptpTimeData.second--; in eth_rx()
806 pkt->timestamp.second = ptpTimeData.second; in eth_rx()
810 pkt->timestamp.second = UINT64_MAX; in eth_rx()
852 pkt->timestamp.second = in ts_register_tx_event()
853 frameinfo->timeStamp.second; in ts_register_tx_event()
1613 enet_time.second = tm->second; in ptp_clock_mcux_set()
1629 tm->second = enet_time.second; in ptp_clock_mcux_get()
/Zephyr-latest/samples/posix/gettimeofday/
DREADME.rst10 absolute wall clock time and local time every second. At system startup, the current time is
/Zephyr-latest/samples/sensor/grove_light/
DREADME.rst11 units of lux, once every second.
/Zephyr-latest/samples/drivers/uart/passthrough/
DREADME.rst22 #. A second UART connected to something interesting (e.g: GPS), identified as
/Zephyr-latest/samples/boards/bbc/microbit/pong/
DREADME.rst19 and connect to a second micro:bit which has also been set into multi-player
/Zephyr-latest/samples/drivers/led/lp3943/
DREADME.rst12 second interval) until they're all on, and then turning them off in
/Zephyr-latest/drivers/sensor/adi/adxl367/
DKconfig54 to 1 second.
64 to 1 second.
/Zephyr-latest/subsys/net/lib/ptp/
Dclock.c532 current.second = (uint64_t)(current.second - (offset / NSEC_PER_SEC)); in ptp_clock_synchronize()
536 current.second--; in ptp_clock_synchronize()
539 current.second++; in ptp_clock_synchronize()
/Zephyr-latest/tests/net/ethernet_mgmt/src/
Dmain.c1020 params.qbv_param.base_time.second = 10ULL; in ZTEST()
1022 params.qbv_param.cycle_time.second = 30ULL; in ZTEST()
1033 params.qbv_param.base_time.second = 0ULL; in ZTEST()
1035 params.qbv_param.cycle_time.second = 0ULL; in ZTEST()
1044 zassert_equal(params.qbv_param.base_time.second, 10ULL, in ZTEST()
1049 cycle_time.second = 30ULL; in ZTEST()
1051 zassert_true(params.qbv_param.cycle_time.second == cycle_time.second && in ZTEST()
/Zephyr-latest/drivers/sensor/honeywell/hmc5883l/
DKconfig58 Magnetometer output data rate expressed in samples per second.
/Zephyr-latest/drivers/sensor/st/hts221/
DKconfig62 Sensor output data rate expressed in samples per second.
/Zephyr-latest/drivers/sensor/st/lis3mdl/
DKconfig58 Magnetometer output data rate expressed in samples per second.

12345678910>>...14