Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/scripts/kconfig/
Ddiffconfig53 def print_config(op, config, value, new_value): argument
/Zephyr-Core-3.6.0/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-Core-3.6.0/subsys/timing/
Dtiming.c49 atomic_t old_value, new_value; in timing_stop() local
/Zephyr-Core-3.6.0/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-Core-3.6.0/include/zephyr/sys/
Datomic_builtin.h23 atomic_val_t new_value) in atomic_cas()
31 atomic_ptr_val_t new_value) in atomic_ptr_cas()
/Zephyr-Core-3.6.0/drivers/sensor/opt3001/
Dopt3001.c38 uint8_t new_value[2]; in opt3001_reg_write() local
/Zephyr-Core-3.6.0/drivers/sensor/vcnl36825t/
Dvcnl36825t.c48 uint16_t old_value, new_value; in vcnl36825t_update() local
/Zephyr-Core-3.6.0/drivers/ieee802154/
Dieee802154_rf2xx_iface.c156 uint8_t new_value) in rf2xx_iface_bit_write()
/Zephyr-Core-3.6.0/modules/hal_nordic/nrfx/
Dnrfx_glue.h234 #define NRFX_ATOMIC_CAS(p_data, old_value, new_value) \ argument
/Zephyr-Core-3.6.0/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-Core-3.6.0/drivers/sensor/bmp388/
Dbmp388.c73 uint8_t old_value, new_value; in bmp388_reg_field_update() local
/Zephyr-Core-3.6.0/drivers/sensor/bmm150/
Dbmm150.c65 uint8_t old_value, new_value; in bmm150_reg_update_byte() local
/Zephyr-Core-3.6.0/tests/net/ptp/clock/src/
Dmain.c446 uint64_t orig, new_value; in test_ptp_clock_iface() local
/Zephyr-Core-3.6.0/subsys/mgmt/hawkbit/
Dhawkbit.c339 static int hawkbit_device_acid_update(int32_t new_value) in hawkbit_device_acid_update()
/Zephyr-Core-3.6.0/arch/x86/core/
Dx86_mmu.c849 pentry_t new_value) in atomic_pte_cas()
869 pentry_t new_value) in atomic_pte_cas()
/Zephyr-Core-3.6.0/include/zephyr/drivers/
Di2c.h1568 uint8_t old_value, new_value; in i2c_reg_update_byte() local
Di3c.h1973 uint8_t old_value, new_value; in i3c_reg_update_byte() local
/Zephyr-Core-3.6.0/subsys/bluetooth/host/
Dl2cap.c1870 atomic_t old_value, new_value; in test_and_dec() local