Searched refs:second (Results 151 – 175 of 351) sorted by relevance
12345678910>>...15
/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/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/drivers/ethernet/ |
D | eth_native_tap.c | 155 ret = eth_clock_gettime(×tamp.second, ×tamp.nanosecond); in update_gptp() 570 return eth_clock_gettime(&tm->second, &tm->nanosecond); in ptp_clock_get_native_tap()
|
D | eth_sam_gmac.c | 597 ts.second = ((uint64_t)(gmac->GMAC_EFRSH & 0xffff) << 32) in get_ptp_event_rx_ts() 608 ts.second = ((uint64_t)(gmac->GMAC_PEFRSH & 0xffff) << 32) in get_ptp_peer_event_rx_ts() 619 ts.second = ((uint64_t)(gmac->GMAC_EFTSH & 0xffff) << 32) in get_ptp_event_tx_ts() 630 ts.second = ((uint64_t)(gmac->GMAC_PEFTSH & 0xffff) << 32) in get_ptp_peer_event_tx_ts() 641 ts.second = ((uint64_t)(gmac->GMAC_TSH & 0xffff) << 32) | gmac->GMAC_TSL; in get_current_ts() 2370 tm->second = ((uint64_t)(gmac->GMAC_TSH & 0xffff) << 32) | gmac->GMAC_TSL; in ptp_clock_sam_gmac_get()
|
/Zephyr-latest/samples/subsys/usb/midi/ |
D | README.rst | 65 Then, in a second shell, send some MIDI events (for example note-on/note-off):
|
/Zephyr-latest/scripts/coccinelle/ |
D | ms_timeout.cocci | 81 // ** Handle millisecond timeout as second from last parameter
|
/Zephyr-latest/tests/benchmarks/thread_metric/ |
D | Kconfig | 12 processed during a 30 second time interval.
|
/Zephyr-latest/drivers/rtc/ |
D | rtc_rx8130ce.c | 106 uint8_t second; member 180 timeptr->tm_sec = bcd2bin(rtc_time.second & RX8130CE_SECONDS_MASK); in rx8130ce_get_time() 202 rtc_time.second = bin2bcd(timeptr->tm_sec); in rx8130ce_set_time()
|
/Zephyr-latest/boards/nxp/frdm_mcxn947/doc/ |
D | index.rst | 139 second core with config :kconfig:option:`CONFIG_SECOND_CORE_MCUX`. 208 The second option is to attach a :ref:`jlink-external-debug-probe` to the 252 and executed on the second core when :kconfig:option:`CONFIG_SECOND_CORE_MCUX` is selected.
|
/Zephyr-latest/samples/net/openthread/coap/ |
D | README.rst | 98 It does not know the address of the server so if there is a second server 99 on the network, then the LED of the second board will toggle too.
|
/Zephyr-latest/soc/atmel/sam/common/ |
D | Kconfig | 28 main clock. Note that this adds about a second to boot time, as the
|
/Zephyr-latest/boards/others/stm32f103_mini/doc/ |
D | index.rst | 104 You will see the LED blinking every second.
|
/Zephyr-latest/boards/vcc-gnd/yd_stm32h750vb/doc/ |
D | index.rst | 75 You will see the LED blinking every second.
|
/Zephyr-latest/dts/arm64/qemu/ |
D | qemu-virt-a53.dtsi | 99 * second flash bank for now
|
D | qemu-virt-arm64.dtsi | 99 * second flash bank for now
|
/Zephyr-latest/samples/subsys/display/lvgl/ |
D | README.rst | 11 and a counter at the bottom which increments every second.
|
/Zephyr-latest/modules/hal_rpi_pico/ |
D | CMakeLists.txt | 15 # at 0x100. Therefore, only if the app's offset is 0x100, the second
|
/Zephyr-latest/scripts/dts/python-devicetree/tests/ |
D | test.dts | 265 3 1 /* Matches second range */ 266 2 1 /* Matches second range */
|
/Zephyr-latest/samples/net/sockets/txtime/src/ |
D | main.c | 485 params.qbv_param.base_time.second = 20ULL; in set_qbv_params() 487 params.qbv_param.cycle_time.second = 0ULL; in set_qbv_params()
|
/Zephyr-latest/boards/st/nucleo_c031c6/doc/ |
D | index.rst | 97 You will see the LED blinking every second.
|
/Zephyr-latest/boards/st/stm32g0316_disco/doc/ |
D | index.rst | 84 You should see the LED blinking every second.
|
/Zephyr-latest/boards/adafruit/macropad_rp2040/ |
D | adafruit_macropad_rp2040.dts | 141 /* Reserved memory for the second stage bootloader */
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_rt1060.dtsi | 33 /* i.MX rt1060 has a second Ethernet controller. */
|
/Zephyr-latest/doc/kernel/ |
D | code-relocation.rst | 47 info. The second section will have the complete text section. This is 67 Where the first argument is the file/files and the second
|
12345678910>>...15