/Zephyr-latest/samples/drivers/lora/send/ |
D | README.rst | 5 Transmit a preconfigured payload every second using the LoRa radio.
|
/Zephyr-latest/boards/nordic/nrf52840dongle/ |
D | fstab-stock.dtsi | 40 * In addition, the last and second last flash pages
|
/Zephyr-latest/samples/sensor/vl53l0x/ |
D | README.rst | 47 <repeats endlessly every second>
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | health_cli.rst | 11 used in this function call. The second parameter is the ``ctx`` or message
|
/Zephyr-latest/boards/wiznet/w5500_evb_pico/ |
D | w5500_evb_pico.dts | 87 * the second stage bootloader 96 /* Reserved memory for the second stage bootloader */
|
/Zephyr-latest/boards/raspberrypi/rpi_pico2/doc/ |
D | index.rst | 6 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/ |
D | canfd.c | 308 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/ |
D | Kconfig.npcx | 21 # as the second group in the phandle-array.
|
/Zephyr-latest/samples/sensor/lps22hh/ |
D | README.rst | 55 <repeats endlessly every second>
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_e1000.c | 337 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/ |
D | README.rst | 12 VOC. The values are fetched and printed every second.
|
/Zephyr-latest/include/zephyr/linker/ |
D | kobject-text.ld | 27 second argument below, but to give the user a good error message
|
/Zephyr-latest/share/sysbuild/images/ |
D | CMakeLists.txt | 18 # Note the second, binary_dir parameter requires the added
|
/Zephyr-latest/drivers/ethernet/nxp_enet/ |
D | eth_mcux.c | 802 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/ |
D | README.rst | 10 absolute wall clock time and local time every second. At system startup, the current time is
|
/Zephyr-latest/samples/sensor/grove_light/ |
D | README.rst | 11 units of lux, once every second.
|
/Zephyr-latest/samples/drivers/uart/passthrough/ |
D | README.rst | 22 #. A second UART connected to something interesting (e.g: GPS), identified as
|
/Zephyr-latest/samples/boards/bbc/microbit/pong/ |
D | README.rst | 19 and connect to a second micro:bit which has also been set into multi-player
|
/Zephyr-latest/samples/drivers/led/lp3943/ |
D | README.rst | 12 second interval) until they're all on, and then turning them off in
|
/Zephyr-latest/drivers/sensor/adi/adxl367/ |
D | Kconfig | 54 to 1 second. 64 to 1 second.
|
/Zephyr-latest/subsys/net/lib/ptp/ |
D | clock.c | 532 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/ |
D | main.c | 1020 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/ |
D | Kconfig | 58 Magnetometer output data rate expressed in samples per second.
|
/Zephyr-latest/drivers/sensor/st/hts221/ |
D | Kconfig | 62 Sensor output data rate expressed in samples per second.
|
/Zephyr-latest/drivers/sensor/st/lis3mdl/ |
D | Kconfig | 58 Magnetometer output data rate expressed in samples per second.
|