Searched refs:write_byte (Results 1 – 13 of 13) sorted by relevance
/Zephyr-Core-3.7.0/drivers/flash/ |
D | flash_stm32f2x.c | 55 static int write_byte(const struct device *dev, off_t offset, uint8_t val) in write_byte() function 160 rc = write_byte(dev, offset, ((const uint8_t *) data)[i]); in flash_stm32_write_range()
|
D | flash_stm32f7x.c | 41 static int write_byte(const struct device *dev, off_t offset, uint8_t val) in write_byte() function 153 rc = write_byte(dev, offset, ((const uint8_t *) data)[i]); in flash_stm32_write_range()
|
/Zephyr-Core-3.7.0/drivers/w1/ |
D | w1_test.c | 61 .write_byte = w1_vnd_write_byte,
|
D | w1_ds2485.c | 97 .write_byte = ds2477_85_write_byte,
|
D | w1_handlers.c | 44 K_OOPS(K_SYSCALL_DRIVER_W1(dev, write_byte)); in z_vrfy_w1_write_byte()
|
D | w1_ds2482-800_channel.c | 157 .write_byte = ds2482_write_byte,
|
D | w1_ds2484.c | 157 .write_byte = ds2484_write_byte,
|
D | w1_zephyr_serial.c | 273 .write_byte = w1_serial_write_byte,
|
D | w1_zephyr_gpio.c | 315 .write_byte = w1_gpio_write_byte,
|
D | w1_shell.c | 392 SHELL_CMD_ARG(write_byte, NULL,
|
/Zephyr-Core-3.7.0/include/zephyr/drivers/ |
D | w1.h | 105 w1_write_byte_t write_byte; member 267 return api->write_byte(dev, byte); in z_impl_w1_write_byte()
|
/Zephyr-Core-3.7.0/drivers/i2c/ |
D | i2c_shell.c | 377 SHELL_CMD_ARG(write_byte, &dsub_device_name,
|
/Zephyr-Core-3.7.0/drivers/i3c/ |
D | i3c_shell.c | 1594 SHELL_CMD_ARG(write_byte, &dsub_i3c_device_attached_name,
|