Home
last modified time | relevance | path

Searched refs:second (Results 26 – 50 of 338) sorted by relevance

12345678910>>...14

/Zephyr-latest/samples/sensor/max6675/
DREADME.rst40 The application will read and print sensor temperature every second. Note that
49 <repeats endlessly every second>
/Zephyr-latest/samples/drivers/led/lp5569/
DREADME.rst11 all LEDs on one by one with a 1 second delay between each. Then it fades all
13 a second, and turns them all back off.
/Zephyr-latest/drivers/rtc/
Drtc_shell.c81 char second[2 + 1]; in consume_time() local
103 s = consume_chars(s, second, 2); in consume_time()
110 tm_time->tm_sec = atoi(second); in consume_time()
DKconfig.pcf852333 second up to a maximum of 60 pulses. When correction values greater than 60 pulses are
34 used, additional correction pulses are made in the 59th second (MODE = 1).
Drtc_numaker.c55 uint32_t second; /* Second value */ member
84 curr_time.second = timeptr->tm_sec; in rtc_numaker_set_time()
120 timeptr->tm_sec = curr_time.second; in rtc_numaker_get_time()
255 alarm_time.second = timeptr->tm_sec; in rtc_numaker_alarm_set_time()
319 timeptr->tm_sec = alarm_time.second; in rtc_numaker_alarm_get_time()
/Zephyr-latest/soc/nxp/lpc/lpc55xxx/
DKconfig102 bool "LPC55xxx's second core"
106 hex "Address the second core will boot at"
109 This is the address the second core will boot from.
DKconfig.defconfig14 # Indicates the second core will be enabled, and the part will run
22 # Move the LMA for the second core image to be in the flash region of primary
/Zephyr-latest/samples/net/sockets/echo_server/
DKconfig16 string "My IPv6 address for second interface"
21 string "My IPv4 address for second interface"
26 string "My IPv4 netmask for second interface"
31 int "VLAN tag for second interface"
/Zephyr-latest/tests/net/tx_timestamp/src/
Dmain.c111 pkt->timestamp.nanosecond = pkt->timestamp.second + 1; in eth_tx()
172 zassert_true(pkt->timestamp.nanosecond > pkt->timestamp.second, in timestamp_callback()
174 pkt->timestamp.nanosecond, pkt->timestamp.second); in timestamp_callback()
215 zassert_true(pkt->timestamp.nanosecond > pkt->timestamp.second, in timestamp_callback_2()
217 pkt->timestamp.nanosecond, pkt->timestamp.second); in timestamp_callback_2()
/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp_mi.c343 if (tm.second == 0U && tm.nanosecond == 0U) { in gptp_get_current_time_nanosecond()
720 global_ds->sync_receipt_time.second = sync_receipt_time / NSEC_PER_SEC; in gptp_mi_clk_slave_sync_compute()
723 global_ds->sync_receipt_time.second += pss->precise_orig_ts.second; in gptp_mi_clk_slave_sync_compute()
768 second_diff = global_ds->sync_receipt_time.second - in gptp_update_local_port_clock()
802 if (second_diff < 0 && tm.second < -second_diff) { in gptp_update_local_port_clock()
804 (unsigned long int)tm.second, in gptp_update_local_port_clock()
809 tm.second += second_diff; in gptp_update_local_port_clock()
819 tm.second--; in gptp_update_local_port_clock()
822 tm.second++; in gptp_update_local_port_clock()
831 (unsigned long int)tm.second, in gptp_update_local_port_clock()
[all …]
/Zephyr-latest/tests/drivers/uart/uart_errors/
DREADME.txt2 the line. Error is generated by the second UART driver instance which sends
/Zephyr-latest/samples/net/sockets/can/
DKconfig13 This allows testing without a second board.
/Zephyr-latest/samples/drivers/can/counter/
DKconfig13 This allows testing without a second board.
/Zephyr-latest/drivers/sensor/st/lsm6ds0/
DKconfig74 second. Valid values are 245, 500 and 2000.
81 per second (Hz).
98 samples per second (Hz).
/Zephyr-latest/drivers/counter/
Dcounter_cmos.c37 uint8_t second, member
191 epoch += state.second; in get_value()
/Zephyr-latest/samples/drivers/counter/maxim_ds3231/
DREADME.rst47 synchronize the clock is 967 ms, and the whole second value of one
48 second past the hour is written at 1000 ms local uptime::
55 to an RTC one-second rollover)::
70 representation displayed. The second-resolution alarm is configured to
86 The second-resolution alarm was signalled, and processed by the
88 latency). The callback uses the counter alarm API to schedule a second
/Zephyr-latest/lib/heap/
Dheap.c48 second = next_free_chunk(h, c); in free_list_remove_bidx() local
50 b->next = second; in free_list_remove_bidx()
51 set_next_free_chunk(h, first, second); in free_list_remove_bidx()
52 set_prev_free_chunk(h, second, first); in free_list_remove_bidx()
84 chunkid_t second = b->next; in free_list_add_bidx() local
85 chunkid_t first = prev_free_chunk(h, second); in free_list_add_bidx()
88 set_next_free_chunk(h, c, second); in free_list_add_bidx()
90 set_prev_free_chunk(h, second, c); in free_list_add_bidx()
/Zephyr-latest/samples/subsys/fs/littlefs/boards/
Dnucleo_h7a3zi_q.overlay29 /* Use second half of flash for the filesystem. */
Dstm32f429i_disc1.overlay29 /* Use second half of flash for the filesystem. */
/Zephyr-latest/drivers/sensor/st/lsm6dsl/
DKconfig93 second. Valid values are:
107 samples per second (Hz).
139 samples per second (Hz).
/Zephyr-latest/drivers/sensor/st/lps22hb/
DKconfig18 Sensor output data rate expressed in samples per second.
/Zephyr-latest/drivers/sensor/st/lps25hb/
DKconfig18 Sensor output data rate expressed in samples per second.
/Zephyr-latest/subsys/bluetooth/host/classic/
Drfcomm_internal.h150 #define BT_RFCOMM_GET_LEN_EXTENDED(first, second) ((((first) & 0xfe) >> 1) | ((second) << 7)) argument
/Zephyr-latest/subsys/mgmt/osdp/
DKconfig.cp38 int "Number Peripheral Device POLL commands per second"
43 defined the number of times such a POLL command is sent per second.
/Zephyr-latest/boards/sparkfun/pro_micro_rp2040/
Dsparkfun_pro_micro_rp2040.dts32 * the second stage bootloader
41 /* Reserved memory for the second stage bootloader */

12345678910>>...14