Home
last modified time | relevance | path

Searched defs:new_value (Results 1 – 23 of 23) sorted by relevance

/Zephyr-latest/tests/cmake/yaml/
DCMakeLists.txt156 set(new_value "A new string") variable
180 set(new_value "A" "new" "list" "of" "strings") variable
212 set(new_value 42) variable
236 set(new_value 42 41 40 2 10) variable
268 set(new_value) variable
296 set(new_value) variable
328 set(new_value 42) variable
367 set(new_value 42) variable
/Zephyr-latest/scripts/kconfig/
Ddiffconfig53 def print_config(op, config, value, new_value): argument
/Zephyr-latest/kernel/
Datomic_c.c82 atomic_val_t new_value) in z_impl_atomic_cas()
109 atomic_val_t new_value) in z_vrfy_atomic_cas()
119 atomic_ptr_val_t new_value) in z_impl_atomic_ptr_cas()
139 atomic_ptr_val_t new_value) in z_vrfy_atomic_ptr_cas()
/Zephyr-latest/subsys/timing/
Dtiming.c49 atomic_t old_value, new_value; in timing_stop() local
/Zephyr-latest/lib/os/
Dsem.c16 atomic_t old_value, new_value; in bounded_dec() local
33 atomic_t old_value, new_value; in bounded_inc() local
/Zephyr-latest/include/zephyr/sys/
Datomic_builtin.h24 atomic_val_t new_value) in atomic_cas()
32 atomic_ptr_val_t new_value) in atomic_ptr_cas()
/Zephyr-latest/drivers/sensor/ti/opt3001/
Dopt3001.c38 uint8_t new_value[2]; in opt3001_reg_write() local
/Zephyr-latest/drivers/sensor/vishay/vcnl36825t/
Dvcnl36825t.c50 uint16_t old_value, new_value; in vcnl36825t_update() local
/Zephyr-latest/modules/hal_nordic/nrfx/
Dnrfx_glue.h234 #define NRFX_ATOMIC_CAS(p_data, old_value, new_value) \ argument
/Zephyr-latest/drivers/ieee802154/
Dieee802154_rf2xx_iface.c156 uint8_t new_value) in rf2xx_iface_bit_write()
/Zephyr-latest/subsys/net/ip/
Dtp.c494 bool new_value, old = *((bool *) value); in tp_new_find_and_apply() local
502 int new_value, old_value = *((int *) value); in tp_new_find_and_apply() local
/Zephyr-latest/drivers/sensor/ams/tsl2591/
Dtsl2591.c34 uint8_t old_value, new_value; in tsl2591_reg_update() local
/Zephyr-latest/drivers/gpio/
Dgpio_ite_it8801.c63 uint8_t new_value, control; in gpio_it8801_configure() local
Dgpio_aw9523b.c156 gpio_port_value_t new_value; in gpio_aw9523b_port_read_write_toggle() local
/Zephyr-latest/drivers/audio/
Dwm8904.c624 uint16_t new_value = 0; in wm8904_update_reg() local
/Zephyr-latest/drivers/sensor/bosch/bmp388/
Dbmp388.c78 uint8_t old_value, new_value; in bmp388_reg_field_update() local
/Zephyr-latest/drivers/sensor/bosch/bmm150/
Dbmm150.c65 uint8_t old_value, new_value; in bmm150_reg_update_byte() local
/Zephyr-latest/tests/net/ptp/clock/src/
Dmain.c446 uint64_t orig, new_value; in test_ptp_clock_iface() local
/Zephyr-latest/arch/x86/core/
Dx86_mmu.c856 pentry_t new_value) in atomic_pte_cas()
876 pentry_t new_value) in atomic_pte_cas()
/Zephyr-latest/subsys/mgmt/hawkbit/
Dhawkbit.c548 static int hawkbit_device_acid_update(int32_t new_value) in hawkbit_device_acid_update()
/Zephyr-latest/include/zephyr/drivers/
Di2c.h1637 uint8_t old_value, new_value; in i2c_reg_update_byte() local
Di3c.h2040 uint8_t old_value, new_value; in i3c_reg_update_byte() local
/Zephyr-latest/subsys/bluetooth/host/
Dl2cap.c764 atomic_t old_value, new_value; in test_and_dec() local