Home
last modified time | relevance | path

Searched refs:second (Results 151 – 175 of 351) sorted by relevance

12345678910>>...15

/Zephyr-latest/samples/subsys/testsuite/pytest/shell/
DREADME.rst15 ``help`` command, second one verifies if application is able to return
/Zephyr-latest/samples/boards/espressif/light_sleep/
DREADME.rst45 about 500 ms, after the second wakeup from light sleep. The program has
/Zephyr-latest/subsys/net/lib/ptp/
Dmsg.c321 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/
Deth_native_tap.c155 ret = eth_clock_gettime(&timestamp.second, &timestamp.nanosecond); in update_gptp()
570 return eth_clock_gettime(&tm->second, &tm->nanosecond); in ptp_clock_get_native_tap()
Deth_sam_gmac.c597 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/
DREADME.rst65 Then, in a second shell, send some MIDI events (for example note-on/note-off):
/Zephyr-latest/scripts/coccinelle/
Dms_timeout.cocci81 // ** Handle millisecond timeout as second from last parameter
/Zephyr-latest/tests/benchmarks/thread_metric/
DKconfig12 processed during a 30 second time interval.
/Zephyr-latest/drivers/rtc/
Drtc_rx8130ce.c106 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/
Dindex.rst139 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/
DREADME.rst98 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/
DKconfig28 main clock. Note that this adds about a second to boot time, as the
/Zephyr-latest/boards/others/stm32f103_mini/doc/
Dindex.rst104 You will see the LED blinking every second.
/Zephyr-latest/boards/vcc-gnd/yd_stm32h750vb/doc/
Dindex.rst75 You will see the LED blinking every second.
/Zephyr-latest/dts/arm64/qemu/
Dqemu-virt-a53.dtsi99 * second flash bank for now
Dqemu-virt-arm64.dtsi99 * second flash bank for now
/Zephyr-latest/samples/subsys/display/lvgl/
DREADME.rst11 and a counter at the bottom which increments every second.
/Zephyr-latest/modules/hal_rpi_pico/
DCMakeLists.txt15 # at 0x100. Therefore, only if the app's offset is 0x100, the second
/Zephyr-latest/scripts/dts/python-devicetree/tests/
Dtest.dts265 3 1 /* Matches second range */
266 2 1 /* Matches second range */
/Zephyr-latest/samples/net/sockets/txtime/src/
Dmain.c485 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/
Dindex.rst97 You will see the LED blinking every second.
/Zephyr-latest/boards/st/stm32g0316_disco/doc/
Dindex.rst84 You should see the LED blinking every second.
/Zephyr-latest/boards/adafruit/macropad_rp2040/
Dadafruit_macropad_rp2040.dts141 /* Reserved memory for the second stage bootloader */
/Zephyr-latest/dts/arm/nxp/
Dnxp_rt1060.dtsi33 /* i.MX rt1060 has a second Ethernet controller. */
/Zephyr-latest/doc/kernel/
Dcode-relocation.rst47 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