Searched full:reconfigured (Results 1 – 25 of 28) sorted by relevance
12
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/att/eatt/src/ |
D | main_reconfigure.c | 48 /* 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/ |
D | espressif,esp-at.yaml | 27 UART interface will be reconfigured during initialization phase.
|
/Zephyr-Core-3.5.0/drivers/sensor/vl53l0x/ |
D | Kconfig | 31 value from a sensor, it is powered up and its I2C address is reconfigured
|
D | vl53l0x.c | 198 LOG_DBG("[%s] I2C address reconfigured", dev->name); in vl53l0x_start()
|
/Zephyr-Core-3.5.0/dts/bindings/mfd/ |
D | nxp,sc18im704.yaml | 57 UART interface will be reconfigured during initialization phase.
|
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/ |
D | l2cap.h | 373 /** @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/ |
D | gpio_nrfx.c | 95 * 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/ |
D | display_nrf_led_matrix.c | 463 * 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/ |
D | icm42688_common.c | 70 /* Disable interrupts, reconfigured at end */ in icm42688_configure()
|
/Zephyr-Core-3.5.0/drivers/entropy/ |
D | entropy_cc13xx_cc26xx.c | 237 * to be reconfigured afterwards, unless Zephyr's device PM turned it off, in
|
/Zephyr-Core-3.5.0/drivers/i2c/ |
D | i2c_cc13xx_cc26xx.c | 291 * to be reconfigured afterwards, unless Zephyr's device PM turned it off, in
|
/Zephyr-Core-3.5.0/drivers/pwm/ |
D | pwm_nrfx.c | 157 * reconfigured accordingly. in pwm_nrfx_set_cycles()
|
/Zephyr-Core-3.5.0/drivers/serial/ |
D | uart_cc13xx_cc26xx.c | 396 * not. The uart needs to be reconfigured afterwards unless Zephyr's device
|
/Zephyr-Core-3.5.0/boards/arc/em_starterkit/doc/ |
D | index.rst | 166 * Then the board will be reconfigured with selected core configuration, you
|
/Zephyr-Core-3.5.0/tests/bluetooth/tester/src/ |
D | btp_l2cap.c | 167 .reconfigured = reconfigured_cb,
|
/Zephyr-Core-3.5.0/include/zephyr/drivers/ |
D | sdhc.h | 306 * I/O properties should be reconfigured when the card has been sent a command
|
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/audio/ |
D | bap.h | 639 * @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/ |
D | main_l2cap_ecred.c | 199 .reconfigured = chan_reconfigured_cb,
|
/Zephyr-Core-3.5.0/drivers/clock_control/ |
D | clock_control_nrf.c | 469 * LFSTARTED event is handled it is reconfigured to the target source clock.
|
/Zephyr-Core-3.5.0/subsys/bluetooth/host/ |
D | l2cap.c | 1409 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/ |
D | usb_dc_sam0.c | 307 * Therefore a disabled ep must be reconfigured in usb_dc_release_buffers()
|
/Zephyr-Core-3.5.0/drivers/wifi/esp_at/ |
D | esp.c | 353 LOG_DBG("DNS resolver reconfigured"); in esp_dns_work()
|
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/ |
D | ull_llcp_phy.c | 327 * 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/ |
D | spi_nor.c | 922 * reconfigured to 32-bit mode.
|
/Zephyr-Core-3.5.0/drivers/ethernet/ |
D | eth_xlnx_gem.c | 1144 * reconfigured to match the current link speed. If PHY management is dis-
|
12