| /Zephyr-latest/include/zephyr/drivers/ | 
| D | led.h | 199 					    uint8_t value)  in z_impl_led_set_brightness() 259 					 uint32_t channel, uint8_t value)  in z_impl_led_set_channel() 362 					uint8_t value)  in led_set_brightness_dt()
  | 
| D | gpio.h | 1263 static inline int z_impl_gpio_port_get_raw(const struct device *port, gpio_port_value_t *value)  in z_impl_gpio_port_get_raw() 1294 				gpio_port_value_t *value)  in gpio_port_get() 1331 						  gpio_port_value_t value)  in z_impl_gpio_port_set_masked_raw() 1366 				       gpio_port_value_t value)  in gpio_port_set_masked() 1548 	gpio_port_value_t value;  in gpio_pin_get_raw()  local 1585 	gpio_port_value_t value;  in gpio_pin_get()  local 1630 				   int value)  in gpio_pin_set_raw() 1670 			       int value)  in gpio_pin_set() 1698 static inline int gpio_pin_set_dt(const struct gpio_dt_spec *spec, int value)  in gpio_pin_set_dt()
  | 
| /Zephyr-latest/include/zephyr/ | 
| D | bindesc.h | 184 #define BINDESC_STR_DEFINE(name, id, value)							\  argument 208 #define BINDESC_UINT_DEFINE(name, id, value)		\  argument 233 #define BINDESC_BYTES_DEFINE(name, id, value)							\  argument
  | 
| /Zephyr-latest/subsys/net/l2/ieee802154/ | 
| D | ieee802154_utils.h | 111 					    struct ieee802154_attr_value *value)  in ieee802154_radio_attr_get() 302 	struct ieee802154_attr_value value;  in ieee802154_radio_current_channel_page()  local 367 		struct ieee802154_attr_value value;  in ieee802154_radio_get_multiple_of_symbol_period()  local
  | 
| /Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/ | 
| D | cntr.c | 151 void cntr_cmp_set(uint8_t cmp, uint32_t value)  in cntr_cmp_set()
  | 
| /Zephyr-latest/drivers/ethernet/ | 
| D | phy_gecko.c | 81 		    uint32_t *value)  in phy_read() 100 		     uint32_t value)  in phy_write()
  | 
| /Zephyr-latest/drivers/flash/ | 
| D | jesd216.c | 204 	uint32_t value = 1 + ((dw11 >> 24) & 0x1F);  in jesd216_bfp_decode_dw11()  local 266 	uint32_t value = 1 + ((dw14 >> 8) & 0x1F);  in jesd216_bfp_decode_dw14()  local
  | 
| /Zephyr-latest/drivers/gpio/ | 
| D | gpio_sn74hc595.c | 65 static int gpio_sn74hc595_port_get_raw(const struct device *dev, uint32_t *value)  in gpio_sn74hc595_port_get_raw() 79 					      uint32_t value)  in gpio_sn74hc595_port_set_masked_raw()
  | 
| D | gpio_cc13xx_cc26xx.c | 127 					   uint32_t *value)  in gpio_cc13xx_cc26xx_port_get_raw() 138 						  uint32_t value)  in gpio_cc13xx_cc26xx_port_set_masked_raw()
  | 
| D | gpio_dw.c | 50 		       uint32_t bit, bool value)  in dw_set_bit() 71 		       uint32_t bit, bool value)  in dw_set_bit() 304 static int gpio_dw_port_get_raw(const struct device *port, uint32_t *value)  in gpio_dw_port_get_raw() 317 				       uint32_t mask, uint32_t value)  in gpio_dw_port_set_masked_raw()
  | 
| D | gpio_stellaris.c | 139 				       uint32_t *value)  in gpio_stellaris_port_get_raw() 151 					      uint32_t value)  in gpio_stellaris_port_set_masked_raw() 188 	uint32_t value;  in gpio_stellaris_port_toggle_bits()  local
  | 
| /Zephyr-latest/tests/bsim/bluetooth/host/gatt/ccc_store/src/ | 
| D | peripheral.c | 44 static void ccc_cfg_changed(const struct bt_gatt_attr *attr, uint16_t value)  in ccc_cfg_changed() 160 	static uint8_t value;  in send_value_notification()  local
  | 
| /Zephyr-latest/drivers/input/ | 
| D | linux_evdev.c | 71 	int32_t value;  in linux_evdev_thread_fn()  local
  | 
| /Zephyr-latest/samples/drivers/ps2/src/ | 
| D | main.c | 49 static void mb_callback(const struct device *dev, uint8_t value)  in mb_callback()
  | 
| /Zephyr-latest/subsys/usb/device_next/ | 
| D | usbd_ch9.h | 67 					  const uint8_t value)  in usbd_set_config_value()
  | 
| /Zephyr-latest/subsys/bluetooth/services/nus/ | 
| D | nus.c | 30 void nus_ccc_cfg_changed(const struct bt_gatt_attr *attr, uint16_t value)  in nus_ccc_cfg_changed()
  | 
| /Zephyr-latest/drivers/sdhc/ | 
| D | sdhc_cdns_ll.c | 172 	uint32_t value = 0;  in sdhc_cdns_program_phy_reg()  local 429 	uint32_t value = 0;  in sdhc_cdns_init_hrs_io()  local 593 	uint32_t value;  in sdhc_cdns_send_cmd()  local
  | 
| /Zephyr-latest/drivers/sensor/tdk/icm42688/ | 
| D | icm42688_emul.c | 45 static void icm42688_emul_handle_write(const struct emul *target, uint8_t regn, uint8_t value)  in icm42688_emul_handle_write() 94 		uint8_t value;  in icm42688_emul_io_spi()  local 332 					     const q31_t *value, int8_t shift)  in icm42688_emul_backend_set_channel()
  | 
| /Zephyr-latest/drivers/smbus/ | 
| D | smbus_shell.c | 140 	uint8_t value;  in cmd_smbus_byte_write()  local 199 	uint8_t value;  in cmd_smbus_byte_data_write()  local 258 	uint16_t value;  in cmd_smbus_word_data_write()  local
  | 
| /Zephyr-latest/drivers/sensor/ti/tmp1075/ | 
| D | tmp1075.c | 50 static int set_threshold_attribute(const struct device *dev, uint8_t reg, int16_t value,  in set_threshold_attribute() 88 	uint16_t value;  in get_threshold_attribute()  local
  | 
| /Zephyr-latest/drivers/watchdog/ | 
| D | wdt_silabs_siwx91x.c | 49 static uint32_t siwx91x_wdt_delay_from_hw(uint8_t value, int clock_frequency)  in siwx91x_wdt_delay_from_hw() 63 	float value = ((float)delay * (float)clock_frequency) / 1000;  in siwx91x_wdt_delay_to_hw()  local
  | 
| /Zephyr-latest/drivers/sensor/asahi_kasei/akm09918c/ | 
| D | akm09918c_emul.c | 57 static int akm09918c_emul_handle_write(const struct emul *target, uint8_t regn, uint8_t value)  in akm09918c_emul_handle_write() 137 					      const q31_t *value, int8_t shift)  in akm09918c_emul_backend_set_channel()
  | 
| /Zephyr-latest/subsys/bluetooth/mesh/ | 
| D | pb_gatt_srv.c | 126 static void prov_ccc_changed(const struct bt_gatt_attr *attr, uint16_t value)  in prov_ccc_changed() 132 			      const struct bt_gatt_attr *attr, uint16_t value)  in prov_ccc_write()
  | 
| /Zephyr-latest/subsys/bluetooth/services/bas/ | 
| D | bas_bls.c | 244 void bt_bas_bls_set_service_required(enum bt_bas_bls_service_required value)  in bt_bas_bls_set_service_required() 265 void bt_bas_bls_set_battery_fault(enum bt_bas_bls_battery_fault value)  in bt_bas_bls_set_battery_fault()
  | 
| /Zephyr-latest/drivers/timer/ | 
| D | arcv2_timer0.c | 116 static ALWAYS_INLINE void timer0_count_register_set(uint32_t value)  in timer0_count_register_set() 134 static ALWAYS_INLINE void timer0_control_register_set(uint32_t value)  in timer0_control_register_set()
  |