Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/dts/bindings/wifi/
Despressif,esp-at.yaml27 UART interface will be reconfigured during initialization phase.
/Zephyr-Core-2.7.6/include/bluetooth/
Dl2cap.h337 /** @brief Channel reconfigured callback
343 * @param chan The channel which was reconfigured
345 void (*reconfigured)(struct bt_l2cap_chan *chan); member
447 * Once reconfiguration is completed each channel reconfigured() callback will
/Zephyr-Core-2.7.6/drivers/modem/
DKconfig.hl7800291 If bands are reconfigured, then this setting is overridden
Dhl7800.c4765 * If the bands are being reconfigured, this is overridden. in modem_reset_and_configure()
/Zephyr-Core-2.7.6/drivers/entropy/
Dentropy_cc13xx_cc26xx.c242 * to be reconfigured afterwards, unless Zephyr's device PM turned it off, in
/Zephyr-Core-2.7.6/drivers/i2c/
Di2c_cc13xx_cc26xx.c299 * to be reconfigured afterwards, unless Zephyr's device PM turned it off, in
/Zephyr-Core-2.7.6/drivers/serial/
Duart_cc13xx_cc26xx.c363 * not. The uart needs to be reconfigured afterwards unless Zephyr's device
/Zephyr-Core-2.7.6/tests/bluetooth/tester/src/
Dl2cap.c164 .reconfigured = reconfigured_cb,
/Zephyr-Core-2.7.6/boards/arc/em_starterkit/doc/
Dindex.rst164 * Then the board will be reconfigured with selected core configuration, you
/Zephyr-Core-2.7.6/subsys/bluetooth/host/
Dl2cap.c1335 if (chans[i]->ops->reconfigured) { in le_ecred_reconf_req()
1336 chans[i]->ops->reconfigured(chans[i]); in le_ecred_reconf_req()
1376 if (ch->chan.ops->reconfigured) { in le_ecred_reconf_rsp()
1377 ch->chan.ops->reconfigured(&ch->chan); in le_ecred_reconf_rsp()
/Zephyr-Core-2.7.6/drivers/clock_control/
Dclock_control_nrf.c459 * LFSTARTED event is handled it is reconfigured to the target source clock.
/Zephyr-Core-2.7.6/drivers/wifi/esp_at/
Desp.c310 LOG_DBG("DNS resolver reconfigured"); in esp_dns_work()
/Zephyr-Core-2.7.6/drivers/flash/
Dspi_nor.c770 * reconfigured to 32-bit mode.
/Zephyr-Core-2.7.6/drivers/ethernet/
Deth_xlnx_gem.c1121 * reconfigured to match the current link speed. If PHY management is dis-
/Zephyr-Core-2.7.6/subsys/net/lib/sockets/
Dsockets_tls.c2162 * make another iteration with the event reconfigured in ztls_poll_update_ctx()