/Zephyr-latest/samples/sensor/max6675/ |
D | README.rst | 40 The application will read and print sensor temperature every second. Note that 49 <repeats endlessly every second>
|
/Zephyr-latest/samples/drivers/led/lp5569/ |
D | README.rst | 11 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/ |
D | rtc_shell.c | 81 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()
|
D | Kconfig.pcf8523 | 33 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).
|
D | rtc_numaker.c | 55 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/ |
D | Kconfig | 102 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.
|
D | Kconfig.defconfig | 14 # 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/ |
D | Kconfig | 16 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/ |
D | main.c | 111 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/ |
D | gptp_mi.c | 343 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/ |
D | README.txt | 2 the line. Error is generated by the second UART driver instance which sends
|
/Zephyr-latest/samples/net/sockets/can/ |
D | Kconfig | 13 This allows testing without a second board.
|
/Zephyr-latest/samples/drivers/can/counter/ |
D | Kconfig | 13 This allows testing without a second board.
|
/Zephyr-latest/drivers/sensor/st/lsm6ds0/ |
D | Kconfig | 74 second. Valid values are 245, 500 and 2000. 81 per second (Hz). 98 samples per second (Hz).
|
/Zephyr-latest/drivers/counter/ |
D | counter_cmos.c | 37 uint8_t second, member 191 epoch += state.second; in get_value()
|
/Zephyr-latest/samples/drivers/counter/maxim_ds3231/ |
D | README.rst | 47 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/ |
D | heap.c | 48 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/ |
D | nucleo_h7a3zi_q.overlay | 29 /* Use second half of flash for the filesystem. */
|
D | stm32f429i_disc1.overlay | 29 /* Use second half of flash for the filesystem. */
|
/Zephyr-latest/drivers/sensor/st/lsm6dsl/ |
D | Kconfig | 93 second. Valid values are: 107 samples per second (Hz). 139 samples per second (Hz).
|
/Zephyr-latest/drivers/sensor/st/lps22hb/ |
D | Kconfig | 18 Sensor output data rate expressed in samples per second.
|
/Zephyr-latest/drivers/sensor/st/lps25hb/ |
D | Kconfig | 18 Sensor output data rate expressed in samples per second.
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | rfcomm_internal.h | 150 #define BT_RFCOMM_GET_LEN_EXTENDED(first, second) ((((first) & 0xfe) >> 1) | ((second) << 7)) argument
|
/Zephyr-latest/subsys/mgmt/osdp/ |
D | Kconfig.cp | 38 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/ |
D | sparkfun_pro_micro_rp2040.dts | 32 * the second stage bootloader 41 /* Reserved memory for the second stage bootloader */
|