Searched full:reconfigured (Results 1 – 15 of 15) sorted by relevance
27 UART interface will be reconfigured during initialization phase.
337 /** @brief Channel reconfigured callback343 * @param chan The channel which was reconfigured345 void (*reconfigured)(struct bt_l2cap_chan *chan); member447 * Once reconfiguration is completed each channel reconfigured() callback will
291 If bands are reconfigured, then this setting is overridden
4765 * If the bands are being reconfigured, this is overridden. in modem_reset_and_configure()
242 * to be reconfigured afterwards, unless Zephyr's device PM turned it off, in
299 * to be reconfigured afterwards, unless Zephyr's device PM turned it off, in
363 * not. The uart needs to be reconfigured afterwards unless Zephyr's device
164 .reconfigured = reconfigured_cb,
164 * Then the board will be reconfigured with selected core configuration, you
1335 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()
459 * LFSTARTED event is handled it is reconfigured to the target source clock.
310 LOG_DBG("DNS resolver reconfigured"); in esp_dns_work()
770 * reconfigured to 32-bit mode.
1121 * reconfigured to match the current link speed. If PHY management is dis-
2162 * make another iteration with the event reconfigured in ztls_poll_update_ctx()