/Zephyr-latest/drivers/stepper/step_dir/ |
D | step_dir_stepper_common.c | 266 int step_dir_stepper_common_set_reference_position(const struct device *dev, const int32_t value) in step_dir_stepper_common_set_reference_position() 277 int step_dir_stepper_common_get_actual_position(const struct device *dev, int32_t *value) in step_dir_stepper_common_get_actual_position() 288 int step_dir_stepper_common_move_to(const struct device *dev, const int32_t value) in step_dir_stepper_common_move_to()
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | intc_ioapic.c | 434 uint32_t value; /* value */ local 458 static void __IoApicSet(int32_t offset, uint32_t value) 532 uint32_t value,
|
/Zephyr-latest/drivers/rtc/ |
D | rtc_mc146818.c | 132 uint8_t value; in rtc_read() local 140 static void rtc_write(int reg, uint8_t value) in rtc_write() 175 uint8_t value; in rtc_mc146818_set_time() local 222 uint8_t value; in rtc_mc146818_get_time() local 356 uint8_t value; in rtc_mc146818_alarm_get_time() local
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | statuses.py | 20 def _missing_(cls, value): argument
|
D | error.py | 30 def __init__(self, cls : type, value): argument
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_config_parser.py | 150 def test_cast_value(zephyr_base, value, typestr, expected, expected_warning): argument
|
/Zephyr-latest/tests/drivers/sensor/bmi160/src/ |
D | i2c.c | 34 struct sensor_value value; in ZTEST_USER_F() local
|
D | spi.c | 34 struct sensor_value value; in ZTEST_USER_F() local
|
D | fixture.c | 17 q31_t value; in sensor_bmi160_setup_emulator() member
|
/Zephyr-latest/drivers/counter/ |
D | timer_cmsdk_apb.h | 19 volatile uint32_t value; member
|
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/gatt/ |
D | service_b_4_2.c | 48 uint8_t *value = attr->user_data; in write_value_v7() local
|
D | service_b_4_3.c | 48 uint8_t *value = attr->user_data; in write_value_v7() local
|
D | service_b_4_1.c | 48 uint8_t *value = attr->user_data; in write_value_v7() local
|
/Zephyr-latest/samples/net/secure_mqtt_sensor_actuator/src/ |
D | device.h | 13 int value; member
|
/Zephyr-latest/subsys/bluetooth/controller/util/ |
D | util.c | 326 uint32_t value; in util_get_bits() local 353 uint32_t value) in util_set_bits()
|
/Zephyr-latest/subsys/jwt/ |
D | jwt.c | 34 static int base64_char(int value) in base64_char() 51 static inline int base64_char(int value) in base64_char()
|
/Zephyr-latest/drivers/gpio/ |
D | wch_gpio_ch32v00x.c | 67 static int gpio_ch32v00x_port_get_raw(const struct device *dev, uint32_t *value) in gpio_ch32v00x_port_get_raw() 77 uint32_t value) in gpio_ch32v00x_port_set_masked_raw()
|
D | gpio_axp192.c | 35 static int gpio_axp192_port_get_raw(const struct device *dev, uint32_t *value) in gpio_axp192_port_get_raw() 54 gpio_port_value_t value) in gpio_axp192_port_set_masked_raw() 147 uint32_t value; in gpio_axp192_port_toggle_bits() local
|
D | gpio_cy8c95xx.c | 138 gpio_port_value_t *value) in port_get() 164 gpio_port_value_t value, in port_write() 194 gpio_port_value_t value) in port_set_masked()
|
/Zephyr-latest/drivers/dac/ |
D | dac_gd32.c | 78 uint8_t dacx, uint32_t value) in dac_gd32_write() 133 uint8_t dacx, uint32_t value) in dac_gd32_write_value()
|
/Zephyr-latest/drivers/fpga/ |
D | fpga_mpfs.c | 210 uint32_t value = 0; in verify_image() local 258 uint32_t value = 0; in activate_image() local 342 uint32_t value = 0; in mpfs_fpga_get_info() local
|
/Zephyr-latest/include/zephyr/sys/ |
D | hash_map.h | 186 static inline int sys_hashmap_insert(struct sys_hashmap *map, uint64_t key, uint64_t value, in sys_hashmap_insert() 204 static inline bool sys_hashmap_remove(struct sys_hashmap *map, uint64_t key, uint64_t *value) in sys_hashmap_remove() 221 static inline bool sys_hashmap_get(const struct sys_hashmap *map, uint64_t key, uint64_t *value) in sys_hashmap_get()
|
/Zephyr-latest/scripts/ci/ |
D | upload_test_results_es.py | 24 def flatten(name, value, name_sep="_", names_dict=None, parent_name=None, escape_sep=""): argument
|
/Zephyr-latest/drivers/sensor/maxim/max31790/ |
D | max31790_fan_fault.c | 23 uint8_t value; in max31790_fan_fault_sample_fetch() local
|
/Zephyr-latest/subsys/input/ |
D | input.c | 41 uint8_t type, uint16_t code, int32_t value, bool sync, in input_report()
|