Searched refs:connections (Results 1 – 25 of 123) sorted by relevance
12345
/Zephyr-latest/samples/drivers/led/is31fl3733/ |
D | Kconfig | 10 Set this to match the number of SW LED sink connections 18 Set this to match the number of CS LED source connections wired up
|
/Zephyr-latest/boards/beagle/beagleconnect_freedom/doc/ |
D | index.rst | 35 :alt: Front connections 37 BeagleConnect Freedom front connections 42 :alt: Back connections 44 BeagleConnect Freedom back connections
|
/Zephyr-latest/samples/net/sockets/echo_async/ |
D | README.rst | 14 supporting both IPv4 and IPv6 with concurrent connections, limiting 15 maximum number of simultaneous connections, and basic error handling. 37 After the sample starts, it expects connections at 192.0.2.1 (IPv4), or 47 supports multiple concurrent client connections. You can open
|
/Zephyr-latest/samples/net/sockets/dumb_http_server_mt/ |
D | README.rst | 5 Implement a simple HTTP server supporting simultaneous connections using BSD sockets. 13 except it has support for multiple simultaneous connections, TLS and 40 After the sample starts, it expects connections at 192.0.2.1 or 2001:db8::1,
|
D | Kconfig | 9 int "How many connections to serve at the same time"
|
/Zephyr-latest/tests/bluetooth/tester/src/audio/ |
D | btp_bap_unicast.c | 32 static struct btp_bap_unicast_connection connections[CONFIG_BT_MAX_CONN]; variable 348 u_conn = &connections[bt_conn_index(conn)]; in lc3_config() 514 u_conn = &connections[u_stream->conn_id]; in stream_configured() 586 u_conn = &connections[u_stream->conn_id]; in stream_released() 857 u_conn = &connections[bt_conn_index(conn)]; in endpoint_cb() 944 u_conn = &connections[bt_conn_index(conn)]; in btp_bap_discover() 1100 struct btp_bap_unicast_connection *unicast_conn = &connections[i]; in btp_bap_unicast_group_create() 1253 u_conn = &connections[bt_conn_index(conn)]; in btp_ascs_configure_codec() 1369 u_conn = &connections[bt_conn_index(conn)]; in btp_ascs_enable() 1403 u_conn = &connections[bt_conn_index(conn)]; in btp_ascs_disable() [all …]
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | ps2.rst | 12 keyboard connections. Starting around 2007, USB
|
/Zephyr-latest/samples/bluetooth/peripheral_identity/ |
D | README.rst | 5 Use multiple identities to allow connections from multiple central devices.
|
/Zephyr-latest/boards/mikroe/clicker_2/doc/ |
D | mikroe_clicker_2.rst | 14 The Clicker 2 board contains the following connections: 17 - Two headers with general connections 35 For connections on the edge connectors, please refer to `Clicker 2 for STM32 User Manual`_.
|
/Zephyr-latest/boards/shields/tcan4550evm/ |
D | tcan4550evm.overlay | 22 /* reduced spi-max-frequency to accommodate flywire connections */
|
/Zephyr-latest/doc/connectivity/bluetooth/api/ |
D | connection_mgmt.rst | 7 to represent connections to other devices. The internals of this struct 26 An application may track connections by registering a
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | cap.rst | 262 change_volume :Change volume on all connections <volume> 263 change_volume_mute :Change volume mute state on all connections <mute> 266 change_microphone_mute :Change microphone mute state on all connections <mute> 302 Setting volume to 15 on 2 connections 332 Setting volume offset on 1 connections 338 Setting volume offset on 2 connections 364 Setting volume mute to 1 on 2 connections 371 Setting volume mute to 0 on 2 connections 398 Setting microphone mute to 1 on 2 connections 405 Setting microphone mute to 0 on 2 connections [all …]
|
/Zephyr-latest/samples/bluetooth/peripheral_sc_only/ |
D | README.rst | 12 accept connections that are secured using security level 4 (FIPS).
|
/Zephyr-latest/tests/boards/espressif/wifi/ |
D | Kconfig | 33 Option to use WPA2 Security for Wi-Fi connections. 39 Option to use WPA3 Security for Wi-Fi connections.
|
/Zephyr-latest/samples/net/sockets/echo_async_select/ |
D | README.rst | 35 After the sample starts, it expects connections at 192.0.2.1 (IPv4), or 45 supports multiple concurrent client connections. You can open
|
/Zephyr-latest/boards/shields/npm1100_ek/doc/ |
D | index.rst | 24 supports the Arduino connector. The connections are:
|
/Zephyr-latest/boards/intel/socfpga_std/cyclonev_socdk/doc/ |
D | index.rst | 237 Info : Listening on port 6666 for tcl connections 238 Info : Listening on port 4444 for telnet connections 251 Info : Listening on port 3333 for gdb connections 280 Info : Listening on port 6666 for tcl connections 281 Info : Listening on port 4444 for telnet connections 292 Info : Listening on port 3333 for gdb connections 306 Info : Listening on port 6666 for tcl connections 307 Info : Listening on port 4444 for telnet connections 319 Info : Listening on port 3333 for gdb connections
|
/Zephyr-latest/samples/subsys/logging/ble_backend/ |
D | README.rst | 12 with already existing apps to debug Bluetooth connections over UART.
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/ |
D | iso.rst | 35 2. [Peripheral] Listen to ISO connections
|
/Zephyr-latest/subsys/net/lib/zperf/ |
D | Kconfig | 44 Upper size limit for connections handled by zperf.
|
/Zephyr-latest/samples/boards/st/uart/single_wire/ |
D | README.rst | 20 Refer to the specific board overlay file for the exact pin connections.
|
/Zephyr-latest/samples/posix/gettimeofday/ |
D | README.rst | 20 - NAT/routing should be set up to allow connections to the Internet
|
/Zephyr-latest/boards/arduino/nano_33_iot/doc/ |
D | index.rst | 30 connections. Download the `schematic`_ for more detail. 90 connections.
|
/Zephyr-latest/tests/drivers/regulator/voltage/boards/ |
D | mimxrt685_evk_mimxrt685s_cm33.overlay | 32 /* Note: make the following connections to run test on an RT685:
|
/Zephyr-latest/samples/subsys/dap/ |
D | README.rst | 19 e.g. if the SWD connections are multiplexed.
|
12345