/Zephyr-latest/tests/cmake/yaml/ |
D | CMakeLists.txt | 156 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/ |
D | diffconfig | 53 def print_config(op, config, value, new_value): argument
|
/Zephyr-latest/kernel/ |
D | atomic_c.c | 82 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/ |
D | timing.c | 49 atomic_t old_value, new_value; in timing_stop() local
|
/Zephyr-latest/lib/os/ |
D | sem.c | 16 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/ |
D | atomic_builtin.h | 24 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/ |
D | opt3001.c | 38 uint8_t new_value[2]; in opt3001_reg_write() local
|
/Zephyr-latest/drivers/sensor/vishay/vcnl36825t/ |
D | vcnl36825t.c | 50 uint16_t old_value, new_value; in vcnl36825t_update() local
|
/Zephyr-latest/modules/hal_nordic/nrfx/ |
D | nrfx_glue.h | 234 #define NRFX_ATOMIC_CAS(p_data, old_value, new_value) \ argument
|
/Zephyr-latest/drivers/ieee802154/ |
D | ieee802154_rf2xx_iface.c | 156 uint8_t new_value) in rf2xx_iface_bit_write()
|
/Zephyr-latest/subsys/net/ip/ |
D | tp.c | 494 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/ |
D | tsl2591.c | 34 uint8_t old_value, new_value; in tsl2591_reg_update() local
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_ite_it8801.c | 63 uint8_t new_value, control; in gpio_it8801_configure() local
|
D | gpio_aw9523b.c | 156 gpio_port_value_t new_value; in gpio_aw9523b_port_read_write_toggle() local
|
/Zephyr-latest/drivers/audio/ |
D | wm8904.c | 624 uint16_t new_value = 0; in wm8904_update_reg() local
|
/Zephyr-latest/drivers/sensor/bosch/bmp388/ |
D | bmp388.c | 78 uint8_t old_value, new_value; in bmp388_reg_field_update() local
|
/Zephyr-latest/drivers/sensor/bosch/bmm150/ |
D | bmm150.c | 65 uint8_t old_value, new_value; in bmm150_reg_update_byte() local
|
/Zephyr-latest/tests/net/ptp/clock/src/ |
D | main.c | 446 uint64_t orig, new_value; in test_ptp_clock_iface() local
|
/Zephyr-latest/arch/x86/core/ |
D | x86_mmu.c | 856 pentry_t new_value) in atomic_pte_cas() 876 pentry_t new_value) in atomic_pte_cas()
|
/Zephyr-latest/subsys/mgmt/hawkbit/ |
D | hawkbit.c | 548 static int hawkbit_device_acid_update(int32_t new_value) in hawkbit_device_acid_update()
|
/Zephyr-latest/include/zephyr/drivers/ |
D | i2c.h | 1637 uint8_t old_value, new_value; in i2c_reg_update_byte() local
|
D | i3c.h | 2040 uint8_t old_value, new_value; in i3c_reg_update_byte() local
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | l2cap.c | 764 atomic_t old_value, new_value; in test_and_dec() local
|