Home
last modified time | relevance | path

Searched full:reconfigured (Results 1 – 25 of 28) sorted by relevance

12

/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/att/eatt/src/
Dmain_reconfigure.c48 /* Wait for the reconfigured flag on the other end */ in test_peripheral_main()
80 /* Wait for the reconfigured flag on the other end */ in test_central_main()
/Zephyr-Core-3.5.0/dts/bindings/wifi/
Despressif,esp-at.yaml27 UART interface will be reconfigured during initialization phase.
/Zephyr-Core-3.5.0/drivers/sensor/vl53l0x/
DKconfig31 value from a sensor, it is powered up and its I2C address is reconfigured
Dvl53l0x.c198 LOG_DBG("[%s] I2C address reconfigured", dev->name); in vl53l0x_start()
/Zephyr-Core-3.5.0/dts/bindings/mfd/
Dnxp,sc18im704.yaml57 UART interface will be reconfigured during initialization phase.
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/
Dl2cap.h373 /** @brief Channel reconfigured callback
379 * @param chan The channel which was reconfigured
381 void (*reconfigured)(struct bt_l2cap_chan *chan); member
521 * Once reconfiguration is completed each channel reconfigured() callback will
/Zephyr-Core-3.5.0/drivers/gpio/
Dgpio_nrfx.c95 * to be freed when the pin is reconfigured or disconnected. in gpio_nrfx_pin_configure()
119 /* Remove previously configured trigger when pin is reconfigured. */ in gpio_nrfx_pin_configure()
/Zephyr-Core-3.5.0/drivers/display/
Ddisplay_nrf_led_matrix.c463 * so far. The application needs to be reconfigured in instance_init()
473 * so far. The application needs to be reconfigured in instance_init()
/Zephyr-Core-3.5.0/drivers/sensor/icm42688/
Dicm42688_common.c70 /* Disable interrupts, reconfigured at end */ in icm42688_configure()
/Zephyr-Core-3.5.0/drivers/entropy/
Dentropy_cc13xx_cc26xx.c237 * to be reconfigured afterwards, unless Zephyr's device PM turned it off, in
/Zephyr-Core-3.5.0/drivers/i2c/
Di2c_cc13xx_cc26xx.c291 * to be reconfigured afterwards, unless Zephyr's device PM turned it off, in
/Zephyr-Core-3.5.0/drivers/pwm/
Dpwm_nrfx.c157 * reconfigured accordingly. in pwm_nrfx_set_cycles()
/Zephyr-Core-3.5.0/drivers/serial/
Duart_cc13xx_cc26xx.c396 * not. The uart needs to be reconfigured afterwards unless Zephyr's device
/Zephyr-Core-3.5.0/boards/arc/em_starterkit/doc/
Dindex.rst166 * Then the board will be reconfigured with selected core configuration, you
/Zephyr-Core-3.5.0/tests/bluetooth/tester/src/
Dbtp_l2cap.c167 .reconfigured = reconfigured_cb,
/Zephyr-Core-3.5.0/include/zephyr/drivers/
Dsdhc.h306 * I/O properties should be reconfigured when the card has been sent a command
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/audio/
Dbap.h639 * @param stream Stream object being reconfigured
834 * reconfigured with different codec configuration.
836 * @param[in] stream Stream object being reconfigured.
856 * @param[in] stream Stream object being reconfigured.
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/l2cap/general/src/
Dmain_l2cap_ecred.c199 .reconfigured = chan_reconfigured_cb,
/Zephyr-Core-3.5.0/drivers/clock_control/
Dclock_control_nrf.c469 * LFSTARTED event is handled it is reconfigured to the target source clock.
/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Dl2cap.c1409 if (chans[i]->ops->reconfigured) { in le_ecred_reconf_req()
1410 chans[i]->ops->reconfigured(chans[i]); in le_ecred_reconf_req()
1456 if (ch->chan.ops->reconfigured) { in le_ecred_reconf_rsp()
1457 ch->chan.ops->reconfigured(&ch->chan); in le_ecred_reconf_rsp()
/Zephyr-Core-3.5.0/drivers/usb/device/
Dusb_dc_sam0.c307 * Therefore a disabled ep must be reconfigured in usb_dc_release_buffers()
/Zephyr-Core-3.5.0/drivers/wifi/esp_at/
Desp.c353 LOG_DBG("DNS resolver reconfigured"); in esp_dns_work()
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/
Dull_llcp_phy.c327 * this is not negotiated with the peer, it is simply reconfigured in conn->lll when in pu_set_preferred_phys()
/Zephyr-Core-3.5.0/drivers/flash/
Dspi_nor.c922 * reconfigured to 32-bit mode.
/Zephyr-Core-3.5.0/drivers/ethernet/
Deth_xlnx_gem.c1144 * reconfigured to match the current link speed. If PHY management is dis-

12