Searched full:reconfigured (Results 1 – 25 of 34) sorted by relevance
12
/Zephyr-latest/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-latest/dts/bindings/wifi/ |
D | espressif,esp-at.yaml | 27 UART interface will be reconfigured during initialization phase.
|
/Zephyr-latest/drivers/sensor/st/vl53l0x/ |
D | Kconfig | 32 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-latest/dts/bindings/mfd/ |
D | nxp,sc18im704.yaml | 57 UART interface will be reconfigured during initialization phase.
|
/Zephyr-latest/tests/drivers/gpio/gpio_api_1pin/src/ |
D | test_gpio_api.h | 16 * work as expected when reconfigured as an input.
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | l2cap.h | 432 /** @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/ |
D | gpio_nrfx.c | 180 * 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/ |
D | display_nrf_led_matrix.c | 450 * 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/ |
D | entropy_cc13xx_cc26xx.c | 237 * to be reconfigured afterwards, unless Zephyr's device PM turned it off, in
|
/Zephyr-latest/drivers/sensor/tdk/icm42688/ |
D | icm42688_common.c | 127 /* Disable interrupts, reconfigured at end */ in icm42688_configure()
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_cc13xx_cc26xx.c | 291 * to be reconfigured afterwards, unless Zephyr's device PM turned it off, in
|
/Zephyr-latest/drivers/pwm/ |
D | pwm_nrfx.c | 176 * reconfigured accordingly. in pwm_nrfx_set_cycles()
|
/Zephyr-latest/tests/drivers/uart/uart_errors/src/ |
D | main.c | 164 * uart must be reconfigured so when it is time to reconfigure interrupt is disabled
|
/Zephyr-latest/include/zephyr/bluetooth/classic/ |
D | a2dp.h | 439 * reconfigured. 649 * The callback is called whenever an Audio Stream has been configured or reconfigured.
|
/Zephyr-latest/drivers/serial/ |
D | uart_cc13xx_cc26xx.c | 392 * not. The uart needs to be reconfigured afterwards unless Zephyr's device
|
/Zephyr-latest/boards/snps/em_starterkit/doc/ |
D | index.rst | 146 * Then the board will be reconfigured with selected core configuration, you
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_l2cap.c | 209 .reconfigured = reconfigured_cb,
|
/Zephyr-latest/drivers/clock_control/ |
D | clock_control_nrf.c | 469 * LFSTARTED event is handled it is reconfigured to the target source clock.
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/general/src/ |
D | main_l2cap_ecred.c | 201 .reconfigured = chan_reconfigured_cb,
|
/Zephyr-latest/include/zephyr/drivers/ |
D | sdhc.h | 334 * I/O properties should be reconfigured when the card has been sent a command
|
/Zephyr-latest/drivers/usb/device/ |
D | usb_dc_sam0.c | 307 * Therefore a disabled ep must be reconfigured in usb_dc_release_buffers()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | l2cap.c | 1723 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/ |
D | bap.h | 979 * @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/ |
D | main.c | 659 * @brief Test that after wdt_disable() timeouts can be reconfigured
|
12