Home
last modified time | relevance | path

Searched refs:changed (Results 1 – 25 of 169) sorted by relevance

1234567

/Zephyr-latest/tests/kernel/mem_protect/stack_random/src/
Dmain.c15 volatile unsigned int changed; variable
44 changed++; in alternate_thread()
83 changed, THREAD_COUNT); in ZTEST()
85 sp_changed = changed; in ZTEST()
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/large_comp_data/
Dget_comp0_data_split_dfu.sh26 lcd_cli_split_comp_data_request -- -argstest page=0 comp-changed-mode=1
31 lcd_cli_split_comp_data_request -- -argstest page=0 comp-changed-mode=1
Dget_comp128_data_split_dfu.sh26 lcd_cli_split_comp_data_request -- -argstest page=128 comp-changed-mode=1
31 lcd_cli_split_comp_data_request -- -argstest page=128 comp-changed-mode=1
Dget_comp129_data_split_dfu.sh26 lcd_cli_split_comp_data_request -- -argstest page=129 comp-changed-mode=1
31 lcd_cli_split_comp_data_request -- -argstest page=129 comp-changed-mode=1
Dget_comp130_data_split_dfu.sh26 lcd_cli_split_comp_data_request -- -argstest page=130 comp-changed-mode=1
31 lcd_cli_split_comp_data_request -- -argstest page=130 comp-changed-mode=1
Dget_comp1_data_split_dfu.sh26 lcd_cli_split_comp_data_request -- -argstest page=1 comp-changed-mode=1
31 lcd_cli_split_comp_data_request -- -argstest page=1 comp-changed-mode=1
Dget_comp2_data_split_dfu.sh26 lcd_cli_split_comp_data_request -- -argstest page=2 comp-changed-mode=1
31 lcd_cli_split_comp_data_request -- -argstest page=2 comp-changed-mode=1
/Zephyr-latest/scripts/kconfig/
Ddiffconfig117 changed = []
120 changed.append(config)
123 changed.sort()
124 for config in changed:
/Zephyr-latest/drivers/gpio/
Dwch_gpio_ch32v00x.c102 uint32_t changed = (config->regs->OUTDR ^ pins) & pins; in gpio_ch32v00x_port_toggle_bits() local
104 config->regs->BSHR = (changed & pins) | (~changed & pins) << 16; in gpio_ch32v00x_port_toggle_bits()
/Zephyr-latest/subsys/bluetooth/mesh/
Dva.h10 changed:1; member
Dva.c42 store->changed = 1U; in va_store()
272 if (!lab->changed) { in bt_mesh_va_pending_store()
276 lab->changed = 0U; in bt_mesh_va_pending_store()
316 virtual_addrs[i].changed = 1U; in bt_mesh_va_clear()
/Zephyr-latest/drivers/modem/
DKconfig.quectel-bg9x39 need to be changed.
47 need to be changed.
55 need to be changed.
/Zephyr-latest/scripts/ci/
Dtwister_ignore.txt4 # changed in a patch series (Pull Request) and if all files in the pull request
6 # run on changed tests or boards.
/Zephyr-latest/subsys/net/ip/
Dpmtu.c109 bool changed = false; in update_pmtu_entry() local
112 changed = true; in update_pmtu_entry()
118 if (changed) { in update_pmtu_entry()
/Zephyr-latest/boards/nxp/imx93_evk/dts/
Dimx93_evk_mimx9352_exp_btn.overlay11 * but can be changed to connect to onboard GPIO expander PCAL6524. To do this,
/Zephyr-latest/
D.gitlint56 [body-changed-file-mention]
57 # List of files that need to be explicitly mentioned in the body when they are changed
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_if.rst69 changed by calling :c:func:`net_if_up` or :c:func:`net_if_down` functions.
80 * The interface is notified by the driver/L2 that PHY status has changed.
84 be changed with :c:func:`net_if_carrier_on` and :c:func:`net_if_carrier_off`. By
89 flag and can be changed with :c:func:`net_if_dormant_on` and
/Zephyr-latest/boards/nxp/lpcxpresso55s69/
Dlpcxpresso55s69_lpc55s69_cpu1.dts35 * to be changed to sram4 and the value of sram0 to have a DT_SIZE_K
/Zephyr-latest/boards/nxp/mimxrt1160_evk/
Dmimxrt1160_evk_mimxrt1166_cm4.dts20 * sram region is changed and DMA is in use, you will
/Zephyr-latest/boards/nxp/mimxrt1170_evk/
Dmimxrt1170_evk_mimxrt1176_cm4.dts20 * sram region is changed and DMA is in use, you will
/Zephyr-latest/doc/releases/
Dmigration-guide-3.6.rst88 been overhauled, so the code using the generated code must likely be changed.
106 * Printing has been changed significantly, e.g. :c:func:`zcbor_print` is now called
297 changed polarity with this update, to align better with the new
394 interrupt controller driver API via :c:func:`shared_irq_isr_register()` has changed.
413 * The :dtcompatible:`st,lsm6dsv16x` sensor driver has been changed to support
443 The stm32_lptim_timer driver has been changed to support this.
468 and ``BT_UUID_DECLARE_128`` as the return value has been changed to ``const``.
489 * The Bluetooth Mesh ``model`` declaration has been changed to add prefix ``const``.
490 The ``model->user_data``, ``model->elem_idx`` and ``model->mod_idx`` field has been changed to
493 * The Bluetooth Mesh ``element`` declaration has been changed to add prefix ``const``.
[all …]
Dmigration-guide-3.7.rst123 * The default MCUboot signature type has been changed from RSA-3072 to EC-P256.
139 * The :dtcompatible:`nxp,kinetis-pit` pit driver has changed its compatible
197 * The :dtcompatible:`nxp,kinetis-lptmr` compatible string has been changed to
260 * :dtcompatible:`st,lis2mdl` property ``spi-full-duplex`` changed to ``duplex =
270 the :dtcompatible:`microchip,ksz8081` phy binding have changed to
378 changed polarity with this update, to align better with the new
421 pin has changed polarity with this update, for an example, see below:
461 ``cmd-data-gpios`` pin has changed polarity with this update, to align better
504 pin has changed polarity with this update. For an example, see below:
572 * The ``analog-axis`` deadzone calibration value has been changed to be
[all …]
/Zephyr-latest/doc/connectivity/bluetooth/shell/classic/
Da2dp.rst32 Security changed: XX:XX:XX:XX:XX:XX level 2
81 Security changed: XX:XX:XX:XX:XX:XX level 2
/Zephyr-latest/drivers/led/
Dht16k33.c209 uint16_t changed; in ht16k33_process_keyscan_data() local
225 changed = data->key_state[row] ^ state; in ht16k33_process_keyscan_data()
233 if ((changed & BIT(col)) == 0) { in ht16k33_process_keyscan_data()
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dsrpl_cli.rst28 changed at runtime using :c:func:`bt_mesh_sol_pdu_rpl_cli_timeout_set`.

1234567