/Zephyr-Core-3.7.0/tests/boards/mec172xevb_assy6906/i2c_api/ |
D | README.txt | 11 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-Core-3.7.0/boards/snps/em_starterkit/ |
D | pmodmux.c | 21 * 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-Core-3.7.0/subsys/modem/ |
D | modem_pipelink.c | 30 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-Core-3.7.0/tests/boards/mec15xxevb_assy6853/i2c_api/ |
D | README.txt | 11 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-Core-3.7.0/tests/drivers/spi/spi_controller_peripheral/ |
D | README.txt | 1 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-Core-3.7.0/samples/bluetooth/extended_adv/ |
D | README.rst | 53 Connected (err 0x00) 54 Connected state! 60 Connected (err 0x00) 61 Connected state! 76 Connected (err 0x00) 77 Connected state! 84 Connected (err 0x00) 85 Connected state! 92 Connected (err 0x00) 93 Connected state!
|
/Zephyr-Core-3.7.0/subsys/mgmt/osdp/ |
D | Kconfig.cp | 8 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-Core-3.7.0/scripts/tests/twister/ |
D | test_hardwaremap.py | 24 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, 72 'connected': True, [all …]
|
/Zephyr-Core-3.7.0/dts/bindings/sensor/ |
D | ntc-thermistor.yaml | 12 ADC IO channel connected to this NTC thermistor. 29 connected-positive: 32 Indicates how the thermistor is connected in series with a pull-up and/or 34 assumed to be connected-ground, which usually means a pull-down resistance
|
/Zephyr-Core-3.7.0/scripts/pylib/twister/twisterlib/ |
D | hardwaremap.py | 45 connected=False, argument 61 self.connected = connected 173 if d.connected and d.platform != 'unknown': 209 if d.connected and d.platform in selected_platforms: 216 device = DUT(platform=platform, connected=True, pre_script=pre_script, serial_baud=baud, 249 connected= dut.get('connected') and ((serial or serial_pty) is not None) 250 if not connected: 260 connected=connected, 300 logger.info("Scanning connected hardware...") 317 connected=True) [all …]
|
/Zephyr-Core-3.7.0/drivers/i2s/ |
D | Kconfig.sam_ssc | 29 If enabled RF signal is connected to RF pin. It will be configured as 33 If disabled RF signal is disconnected from RF pin and connected 40 If enabled RK signal is connected to RK pin. It will be configured as 44 If disabled RK signal is disconnected from RK pin and connected
|
/Zephyr-Core-3.7.0/samples/bluetooth/central_iso/ |
D | README.rst | 10 The sample scans for a peripheral, establishes a connection, and sets up a connected isochronous ch… 11 Once the isochronous channel is connected, isochronous data is transferred to the peer device every… 40 Connected: 65:CF:20:0D:CB:9D (random) 42 3. Observe that the ISO channel is connected 44 ISO Channel 0x200048f8 connected
|
/Zephyr-Core-3.7.0/samples/net/cloud/tagoio_http_post/src/ |
D | wifi.c | 12 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-Core-3.7.0/samples/drivers/ht16k33/ |
D | README.rst | 5 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-Core-3.7.0/dts/bindings/can/ |
D | ti,tcan4x5x.yaml | 44 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-Core-3.7.0/samples/drivers/led_is31fl3733/ |
D | README.rst | 5 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-Core-3.7.0/samples/bluetooth/iso_connected_benchmark/ |
D | README.rst | 6 The ISO Connected Channels Benchmark sample measures and reports packet loss 7 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), 91 current connection (since the CIG was connected) and latest 1000 received 106 [00:00:04.007,232] <inf> iso_connected: Connected: F4:5A:12:BF:4F:2C (public) [all …]
|
D | sample.yaml | 2 name: BLE ISO Connected 3 description: Bluetooth Low Energy ISO Connected Benchmark sample
|
/Zephyr-Core-3.7.0/include/zephyr/drivers/usb/ |
D | emul_bc12.h | 36 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-Core-3.7.0/tests/drivers/build_all/sensor/ |
D | adc.dtsi | 52 connected-positive; 62 connected-positive; 71 connected-positive; 80 connected-positive; 95 connected-positive;
|
/Zephyr-Core-3.7.0/samples/drivers/led_lp50xx/ |
D | README.rst | 5 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-Core-3.7.0/samples/sensor/thermometer/ |
D | README.rst | 15 VDD pin should be connected to 2.3V to 5.5V 16 GND pin connected to 0V 17 VOUT pin connected to the ADC input pin. 22 sensor connected to pin AIN7.
|
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/iso/cis/src/ |
D | common.c | 20 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,
|
/Zephyr-Core-3.7.0/dts/bindings/gpio/ |
D | microbit,edge-connector.yaml | 13 sensing, and two are connected to the micro:bit power supply. 20 Only the pins on the front are connected to signals. The back rings are 21 connected to the front rings, but the back small strips are unconnected.
|
/Zephyr-Core-3.7.0/include/zephyr/modem/ |
D | pipelink.h | 27 /** Modem pipe has been connected and can be opened */ 57 bool connected; member 74 * @brief Check whether pipelink pipe is connected 76 * @retval true if pipe is connected 77 * @retval false if pipe is not connected 100 /** Notify user of pipelink that pipe has been connected */
|