Home
last modified time | relevance | path

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

12

/Zephyr-latest/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-latest/dts/bindings/wifi/
Despressif,esp-at.yaml27 UART interface will be reconfigured during initialization phase.
/Zephyr-latest/drivers/sensor/st/vl53l0x/
DKconfig32 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-latest/dts/bindings/mfd/
Dnxp,sc18im704.yaml57 UART interface will be reconfigured during initialization phase.
/Zephyr-latest/tests/drivers/gpio/gpio_api_1pin/src/
Dtest_gpio_api.h16 * work as expected when reconfigured as an input.
/Zephyr-latest/include/zephyr/bluetooth/
Dl2cap.h432 /** @brief Channel reconfigured callback
438 * @param chan The channel which was reconfigured
440 void (*reconfigured)(struct bt_l2cap_chan *chan); member
586 * Once reconfiguration is completed each channel reconfigured() callback will
610 * reconfigured() callback is invoked.
/Zephyr-latest/drivers/gpio/
Dgpio_nrfx.c180 * to be freed when the pin is reconfigured or disconnected. in gpio_nrfx_pin_configure()
191 /* Remove previously configured trigger when pin is reconfigured. */ in gpio_nrfx_pin_configure()
/Zephyr-latest/drivers/display/
Ddisplay_nrf_led_matrix.c450 * so far. The application needs to be reconfigured in instance_init()
460 * so far. The application needs to be reconfigured in instance_init()
/Zephyr-latest/drivers/entropy/
Dentropy_cc13xx_cc26xx.c237 * to be reconfigured afterwards, unless Zephyr's device PM turned it off, in
/Zephyr-latest/drivers/sensor/tdk/icm42688/
Dicm42688_common.c127 /* Disable interrupts, reconfigured at end */ in icm42688_configure()
/Zephyr-latest/drivers/i2c/
Di2c_cc13xx_cc26xx.c291 * to be reconfigured afterwards, unless Zephyr's device PM turned it off, in
/Zephyr-latest/drivers/pwm/
Dpwm_nrfx.c176 * reconfigured accordingly. in pwm_nrfx_set_cycles()
/Zephyr-latest/tests/drivers/uart/uart_errors/src/
Dmain.c164 * uart must be reconfigured so when it is time to reconfigure interrupt is disabled
/Zephyr-latest/include/zephyr/bluetooth/classic/
Da2dp.h439 * reconfigured.
649 * The callback is called whenever an Audio Stream has been configured or reconfigured.
/Zephyr-latest/drivers/serial/
Duart_cc13xx_cc26xx.c392 * not. The uart needs to be reconfigured afterwards unless Zephyr's device
/Zephyr-latest/boards/snps/em_starterkit/doc/
Dindex.rst146 * Then the board will be reconfigured with selected core configuration, you
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_l2cap.c209 .reconfigured = reconfigured_cb,
/Zephyr-latest/drivers/clock_control/
Dclock_control_nrf.c469 * LFSTARTED event is handled it is reconfigured to the target source clock.
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/general/src/
Dmain_l2cap_ecred.c201 .reconfigured = chan_reconfigured_cb,
/Zephyr-latest/include/zephyr/drivers/
Dsdhc.h334 * I/O properties should be reconfigured when the card has been sent a command
/Zephyr-latest/drivers/usb/device/
Dusb_dc_sam0.c307 * Therefore a disabled ep must be reconfigured in usb_dc_release_buffers()
/Zephyr-latest/subsys/bluetooth/host/
Dl2cap.c1723 if (chans[i]->ops->reconfigured) { in le_ecred_reconf_req()
1724 chans[i]->ops->reconfigured(chans[i]); in le_ecred_reconf_req()
1773 if (ch->chan.ops->reconfigured) { in le_ecred_reconf_rsp()
1774 ch->chan.ops->reconfigured(&ch->chan); in le_ecred_reconf_rsp()
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dbap.h979 * @param stream Stream object being reconfigured
1221 * reconfigured with different codec configuration.
1223 * @param[in] stream Stream object being reconfigured.
1243 * @param[in] stream Stream object being reconfigured.
/Zephyr-latest/tests/drivers/watchdog/wdt_error_cases/src/
Dmain.c659 * @brief Test that after wdt_disable() timeouts can be reconfigured

12