Home
last modified time | relevance | path

Searched full:connected (Results 1 – 25 of 1389) sorted by relevance

12345678910>>...56

/Zephyr-latest/tests/boards/mec172xevb_assy6906/i2c_api/
DREADME.txt11 As the I2C slave device NXP pca95xx on mec172xevb_assy6906 is connected
17 * JP49 1-2 Connected Connect PCA9555 VCC to +3.3V_STBY
18 * JP53 1-2 Connected Select address 0100b, which means 0x26
19 * JP12 13-14 Connected Connect I2C01_SDA from CPU to header J20
20 * JP12 4-5 Connected Connect I2C01_SCL from CPU to header J20
22 * JP77 7-8 Connected External pull-up for I2C01_SDA
23 * JP77 9-10 Connected External pull-up for I2C01_SCL
25 * JP58.1 J20.1 Connected Connect NXP PCA95xx to I2C01
26 * JP58.3 J20.3 Connected Connect NXP PCA95xx to I2C01
/Zephyr-latest/boards/snps/em_starterkit/
Dpmodmux.c21 * Slave: Normal operation, SPI_MAP_CTRL[0]=0: SPI Slave is connected to Pmod1
22 * at connector J1. Loop-back mode, SPI_MAP_CTRL[0]=1: SPI Slave is connected to
65 /* Pmod1[4:1] are connected to DW GPIO Port C[11:8] */
67 /* Pmod1[4:1] are connected to DW UART0 signals */
70 /* Pmod1[10:7] are connected to DW GPIO Port A[11:8] */
72 /* Pmod1[10:7] are connected to DW SPI Slave signals */
75 * Pmod2[4:1] are connected to DW GPIO Port C[15:12],
76 * Pmod2[10:7] are connected to DW GPIO Port A[15:12]
82 * Pmod3[4:1] are connected to DW GPIO Port C[19:16],
83 * Pmod3[10:7] are connected to DW GPIO Port A[19:16]
[all …]
/Zephyr-latest/subsys/modem/
Dmodem_pipelink.c30 bool connected; in modem_pipelink_is_connected() local
33 connected = link->connected; in modem_pipelink_is_connected()
36 return connected; in modem_pipelink_is_connected()
57 link->connected = false; in modem_pipelink_init()
63 if (link->connected) { in modem_pipelink_notify_connected()
67 link->connected = true; in modem_pipelink_notify_connected()
75 if (!link->connected) { in modem_pipelink_notify_disconnected()
79 link->connected = false; in modem_pipelink_notify_disconnected()
/Zephyr-latest/tests/boards/mec15xxevb_assy6853/i2c_api/
DREADME.txt11 As the I2C slave device NXP pca95xx on mec15xxevb_assy6853 is connected
17 * JP99 1-2 Connected Connect I2C01_SDA from CPU to header J5
18 * JP99 13-14 Connected Connect I2C01_SCL from CPU to header J5
19 * JP25 21-22 Connected External pull-up for I2C01_SDA
20 * JP25 23-24 Connected External pull-up for I2C01_SCL
22 * JP44.1 J5.1 Connected Connect NXP PCA95xx to I2C01
23 * JP44.3 J5.3 Connected Connect NXP PCA95xx to I2C01
/Zephyr-latest/tests/drivers/spi/spi_controller_peripheral/
DREADME.txt1 In this test suite two instances of the SPI peripheral are connected together.
6 1. spi22-SPIM_SCK connected with spi21-SPIS_SCK,
7 2. spi22-SPIM_MISO connected with spi21-SPIS_MISO,
8 3. spi22-SPIM_MOSI connected with spi21-SPIS_MOSI,
9 4. spi22-cs-gpios connected with spi21-SPIS_CSN.
/Zephyr-latest/dts/bindings/dma/
Dxilinx,axi-dma-base.yaml23 description: Interrupt controller that the DMA is connected to
39 axistream-connected:
42 Handle to connected node, e.g., AXI Ethernet controller.
43 The axistream-connected and axistream-control-connected properties can easily cause circular
48 axistream-control-connected:
50 description: Handle to connected control node, e.g., AXI Ethernet controller
/Zephyr-latest/samples/bluetooth/extended_adv/
DREADME.rst54 Connected (err 0x00)
55 Connected state!
61 Connected (err 0x00)
62 Connected state!
77 Connected (err 0x00)
78 Connected state!
85 Connected (err 0x00)
86 Connected state!
93 Connected (err 0x00)
94 Connected state!
/Zephyr-latest/subsys/mgmt/osdp/
DKconfig.cp8 int "Number of connected Peripheral Devices"
12 In PD mode, number of connected PDs is always 1 and cannot
16 string "List of connected Peripheral Device addresses"
20 string should exactly match the number of connected PDs specified above
27 the queue size is multiplied by number of connected PD so this can grow
/Zephyr-latest/scripts/tests/twister/
Dtest_hardwaremap.py24 DUT(platform='p1', id=1, serial='s1', product='pr1', connected=True),
25 DUT(platform='p2', id=2, serial='s2', product='pr2', connected=False),
26 DUT(platform='p3', id=3, serial='s3', product='pr3', connected=True),
27 DUT(platform='p4', id=4, serial='s4', product='pr4', connected=False),
28 DUT(platform='p5', id=5, serial='s5', product='pr5', connected=True),
29 DUT(platform='p6', id=6, serial='s6', product='pr6', connected=False),
30 DUT(platform='p7', id=7, serial='s7', product='pr7', connected=True),
31 DUT(platform='p8', id=8, serial='s8', product='pr8', connected=False)
55 'connected': True,
77 'connected': True,
[all …]
/Zephyr-latest/dts/bindings/sensor/
Dntc-thermistor.yaml12 ADC IO channel connected to this NTC thermistor.
32 connected-positive:
35 Indicates how the thermistor is connected in series with a pull-up and/or
37 assumed to be connected-ground, which usually means a pull-down resistance
/Zephyr-latest/drivers/i2s/
DKconfig.sam_ssc30 If enabled RF signal is connected to RF pin. It will be configured as
34 If disabled RF signal is disconnected from RF pin and connected
41 If enabled RK signal is connected to RK pin. It will be configured as
45 If disabled RK signal is disconnected from RK pin and connected
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dhardwaremap.py44 connected=False, argument
62 self.connected = connected
195 if d.connected and d.platform != 'unknown':
231 if d.connected and d.platform in selected_platforms:
250 connected=True,
294 connected = dut.get('connected') and ((serial or serial_pty) is not None)
295 if not connected:
306 connected=connected,
347 logger.info("Scanning connected hardware...")
367 connected=True)
[all …]
/Zephyr-latest/samples/net/cloud/tagoio_http_post/src/
Dwifi.c12 static int connected; variable
23 LOG_INF("WIFI Connected"); in handle_wifi_connect_result()
24 connected = 1; in handle_wifi_connect_result()
64 connected = 0; in wifi_connect()
80 while (connected == 0) { in wifi_connect()
/Zephyr-latest/samples/bluetooth/iso_central/
DREADME.rst11 The sample scans for a peripheral, establishes a connection, and sets up a connected isochronous ch…
12 Once the isochronous channel is connected, isochronous data is transferred to the peer device every…
41 Connected: 65:CF:20:0D:CB:9D (random)
43 3. Observe that the ISO channel is connected
45 ISO Channel 0x200048f8 connected
/Zephyr-latest/samples/bluetooth/iso_connected_benchmark/
DREADME.rst2 :name: Isochronous Connected Channels Benchmark
5 Measure packet loss and sync loss in connected ISO channels.
7 The ISO Connected Channels Benchmark sample measures and reports packet loss
8 and sync loss in connected ISO channels.
48 connected board in the central role.
53 #. Observe the receive statistics on the devices (the connected ISO channels may
59 current connection (since the CIG was connected) and latest 1000 received
70 [00:00:16.711,517] <inf> iso_connected: Connected: FA:4C:4B:DB:D3:89 (public)
74 [00:00:17.016,845] <inf> iso_connected: ISO Channel 0x20002934 connected
90 role. Once connected, the central will output overall data (since boot),
[all …]
Dsample.yaml2 name: BLE ISO Connected
3 description: Bluetooth Low Energy ISO Connected Benchmark sample
/Zephyr-latest/samples/net/sockets/echo_server/src/ws_console/
Dindex.html10 var connected;
18 connected = "true";
29 connected = "false";
46 if (connected == "false") {
47 output("Not connected");
60 if (connected == "false") {
68 if (connected == "true") {
70 connected = "false";
79 if (connected == "false") {
/Zephyr-latest/samples/drivers/ht16k33/
DREADME.rst5 Control up to 128 LEDs connected to an HT16K33 LED driver and log keyscan events.
10 This sample controls the LEDs connected to a `Holtek HT16K33`_
11 driver. The sample supports up to 128 LEDs connected to the
16 1. turn on all connected (up to 128) LEDs one-by-one
/Zephyr-latest/dts/bindings/wifi/
Dnordic,nrf70-coex.yaml12 GPIO of the SOC connected to the PTA's REQUEST pin.
17 GPIO of the SOC connected to the PTA's PRIORITY pin.
23 GPIO of the SOC connected to the PTA's GRANT pin.
/Zephyr-latest/samples/drivers/led/is31fl3733/
DREADME.rst5 Control a matrix of up to 192 LEDs connected to an IS31FL3733 driver chip.
31 This sample can be run on any board with an IS31FL3733 LED driver connected via
36 controller is connected to I2C0, at address 0x50. The SDB GPIO should be
37 connected to PTC2 (A3 on the arduino header)
/Zephyr-latest/dts/bindings/can/
Dti,tcan4x5x.yaml44 GPIO connected to the TCAN4x5x nWKRQ output. This signal is active low.
49 GPIO connected to the TCAN4x5x WAKE input. This signal is high-voltage, active high.
54 GPIO connected to the TCAN4x5x RST input. This signal is active high.
60 GPIO connected to the TCAN4x5x nINT interrupt output. This signal is open-drain, active low.
/Zephyr-latest/dts/bindings/stepper/
Dzephyr,gpio-stepper.yaml9 /* Lead A is connected Lead C and Lead B is connected to Lead D*/
27 The gpio pin array on which the stepper inputs are to be connected
/Zephyr-latest/include/zephyr/drivers/usb/
Demul_bc12.h36 int (*set_pd_partner)(const struct emul *emul, bool connected);
43 * @brief Set the charging partner type connected to the BC1.2 device.
74 * @param connected If true, emulate a connection of a portable device partner. If
80 static inline int bc12_emul_set_pd_partner(const struct emul *target, bool connected) in bc12_emul_set_pd_partner() argument
85 return backend_api->set_pd_partner(target, connected); in bc12_emul_set_pd_partner()
/Zephyr-latest/samples/drivers/led/lp50xx/
DREADME.rst5 Control up to 12 RGB LEDs connected to an LP50xx driver chip.
10 This sample controls up to 12 LEDs connected to a LP50xx driver.
35 LP5018, LP5024, LP5030 or LP5036 LED driver connected. A node matching the
40 LED driver (with 10 LEDs wired) is connected to the I2C0 bus at address 0x30.
/Zephyr-latest/tests/bsim/bluetooth/host/iso/cis/src/
Dcommon.c20 static void connected(struct bt_conn *conn, uint8_t err) in connected() function
39 printk("Connected to %s\n", addr); in connected()
71 .connected = connected,

12345678910>>...56