Searched refs:second (Results 1 – 25 of 69) sorted by relevance
123
/samples/boards/nxp/s32/netc/ |
A D | Kconfig | 9 string "My IPv6 address for second interface" 14 string "My IPv4 address for second interface" 19 string "My IPv4 netmask for second interface"
|
/samples/net/lldp/src/ |
A D | main.c | 38 struct net_if *second; member 54 if (!ud->second) { in iface_cb() 55 ud->second = iface; in iface_cb() 128 ret = setup_iface(iface, ud.second, in init_vlan() 138 net_if_up(ud.second); in init_vlan()
|
/samples/net/virtual/ |
A D | Kconfig | 9 string "My IPv6 address for second interface" 14 string "My IPv4 address for second interface" 19 string "My IPv4 netmask for second interface"
|
/samples/net/lldp/ |
A D | Kconfig | 15 string "My IPv6 address for second interface" 20 string "My IPv4 address for second interface" 25 int "VLAN tag for second interface"
|
/samples/net/common/ |
A D | vlan.c | 19 struct net_if *second; member 41 if (!ud->second) { in iface_cb() 42 ud->second = iface; in iface_cb() 182 ret = setup_iface(user_data.eth, user_data.second, in init_vlan()
|
/samples/basic/custom_dts_binding/ |
A D | sample.yaml | 17 - "Waiting one second."
|
A D | README.rst | 48 The GPIO pin should be switched to active level after one second. 55 Waiting one second.
|
/samples/net/sockets/can/ |
A D | Kconfig | 13 This allows testing without a second board.
|
/samples/drivers/can/counter/ |
A D | Kconfig | 13 This allows testing without a second board.
|
/samples/net/sockets/echo_client/ |
A D | Kconfig | 9 string "My IPv6 address for second interface" 14 string "My IPv4 address for second interface" 19 int "VLAN tag for second interface"
|
/samples/subsys/fs/littlefs/boards/ |
A D | nucleo_h7a3zi_q.overlay | 29 /* Use second half of flash for the filesystem. */
|
A D | stm32f429i_disc1.overlay | 29 /* Use second half of flash for the filesystem. */
|
/samples/drivers/counter/alarm/ |
A D | README.rst | 14 In case of 1Hz frequency (RTC for example), precision is 1 second. 15 Therefore, the sample output may differ in 1 second
|
/samples/net/gptp/ |
A D | Kconfig | 18 string "My IPv6 address for second interface" 23 string "My IPv4 address for second interface" 28 int "VLAN tag for second interface"
|
/samples/sensor/max6675/ |
A D | README.rst | 40 The application will read and print sensor temperature every second. Note that 49 <repeats endlessly every second>
|
/samples/drivers/led/lp5569/ |
A 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.
|
/samples/sensor/ccs811/boards/ |
A D | nrf51_ble400.overlay | 30 /* Sparkfun Environment Combo uses second I2C address */
|
/samples/subsys/demand_paging/ |
A D | sample.yaml | 18 - "Calling it a second time"
|
/samples/net/sockets/echo_server/ |
A 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"
|
/samples/boards/renesas/openamp_linux_zephyr/ |
A D | CMakeLists.txt | 14 # second region for the resource table.
|
/samples/subsys/canbus/isotp/ |
A D | Kconfig | 11 Set the CAN controller to loopback mode. This allows testing without a second board.
|
/samples/drivers/counter/maxim_ds3231/ |
A 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
|
/samples/sensor/amg88xx/ |
A D | README.rst | 39 The sensor array data is output every second.
|
/samples/boards/st/power_mgmt/stm32wb_ble/ |
A D | README.rst | 13 After startup, a first 2 seconds beacon is performed, 1 second break and
|
/samples/drivers/lora/send/ |
A D | README.rst | 5 Transmit a preconfigured payload every second using the LoRa radio.
|
Completed in 76 milliseconds
123