Searched refs:second (Results 126 – 150 of 338) sorted by relevance
12345678910>>...14
/Zephyr-latest/samples/drivers/adc/adc_dt/ |
D | README.rst | 55 You should get a similar output as below, repeated every second:
|
/Zephyr-latest/samples/drivers/adc/adc_sequence/ |
D | README.rst | 48 You should get a similar output as below, repeated every second:
|
/Zephyr-latest/boards/raspberrypi/rpi_pico/ |
D | rpi_pico-common.dtsi | 73 /* Reserved memory for the second stage bootloader */
|
/Zephyr-latest/boards/adafruit/qt_py_rp2040/ |
D | adafruit_qt_py_rp2040.dts | 40 /* Reserved memory for the second stage bootloader */
|
/Zephyr-latest/boards/others/candlelightfd/doc/ |
D | index.rst | 61 The candleLight FD is can be retrofitted with a second transceiver, making it a dual CAN FD device:
|
/Zephyr-latest/tests/drivers/i2c/i2c_target_api/ |
D | README.txt | 19 second EEPROM just to identify the bus.
|
/Zephyr-latest/samples/sensor/ccs811/ |
D | README.rst | 37 After a soft reset, there is a 5-second startup period
|
/Zephyr-latest/samples/sensor/lps22hh_i3c/ |
D | README.rst | 93 <repeats endlessly every second>
|
/Zephyr-latest/boards/shields/adafruit_data_logger/doc/ |
D | index.rst | 52 order to use the RTC interrupt functionality (i.e. alarm callback, 1 pulse per second
|
/Zephyr-latest/samples/basic/blinky_pwm/ |
D | README.rst | 18 Some PWM hardware cannot set the PWM period to 1 second to achieve the blinking
|
/Zephyr-latest/boards/intel/socfpga/agilex_socdk/doc/ |
D | index.rst | 52 ATF BL2 is first stage boot loader (FSBL) and ATF BL31 is second stage
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_native_posix.c | 145 ret = eth_clock_gettime(×tamp.second, ×tamp.nanosecond); in update_gptp() 534 return eth_clock_gettime(&tm->second, &tm->nanosecond); in ptp_clock_get_native_posix()
|
/Zephyr-latest/samples/shields/x_nucleo_iks02a1/microphone/ |
D | README.rst | 65 The example acquires one second of audio and prints out the PCM stream on COM port. 74 One second of acquisition at a 1 channel 16KHz sampling rate yields 16,000 16-bit samples.
|
/Zephyr-latest/boards/ite/it8xxx2_evb/doc/ |
D | index.rst | 198 #. Open a second terminal window and use linux flash tool to flash your board. 207 #. Split first and second terminal windows to view both of them.
|
/Zephyr-latest/tests/net/ptp/clock/src/ |
D | main.c | 180 return (ts->second * NSEC_PER_SEC) + ts->nanosecond; in timestamp_to_nsec() 442 .second = 1, in test_ptp_clock_iface()
|
/Zephyr-latest/samples/userspace/shared_mem/ |
D | README.rst | 36 are the input and output of the enigma-like machine. The second
|
/Zephyr-latest/doc/services/portability/ |
D | cmsis_rtos_v2.rst | 26 it the second time.
|
/Zephyr-latest/samples/subsys/testsuite/pytest/shell/ |
D | README.rst | 15 ``help`` command, second one verifies if application is able to return
|
/Zephyr-latest/samples/boards/espressif/light_sleep/ |
D | README.rst | 45 about 500 ms, after the second wakeup from light sleep. The program has
|
/Zephyr-latest/boards/infineon/xmc45_relax_kit/doc/ |
D | index.rst | 18 * Detachable on-board debugger (second XMC4500) with Segger J-Link
|
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/ |
D | README.txt | 19 The second application for GATT tests.
|
/Zephyr-latest/include/zephyr/linker/common-rom/ |
D | common-rom-kernel-devices.ld | 31 * Later on, during the second linking stage (when zephyr.elf is
|
/Zephyr-latest/boards/ite/it82xx2_evb/doc/ |
D | index.rst | 216 #. Open a second terminal window and use the Linux flash tool to flash your board. 225 #. Split first and second terminal windows to view both of them.
|
/Zephyr-latest/subsys/net/lib/ptp/ |
D | msg.c | 321 msg->timestamp.host.second = (uint64_t)(current / MSEC_PER_SEC); in ptp_msg_pre_send() 414 msg->timestamp.host.second = (uint64_t)(current / MSEC_PER_SEC); in ptp_msg_post_recv()
|
/Zephyr-latest/scripts/coccinelle/ |
D | ms_timeout.cocci | 81 // ** Handle millisecond timeout as second from last parameter
|
12345678910>>...14