Searched refs:write_byte (Results 1 – 13 of 13) sorted by relevance
| /drivers/flash/ |
| A 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()
|
| A 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()
|
| /drivers/w1/ |
| A D | w1_test.c | 61 .write_byte = w1_vnd_write_byte,
|
| A D | w1_ds2485.c | 97 .write_byte = ds2477_85_write_byte,
|
| A D | w1_handlers.c | 44 K_OOPS(K_SYSCALL_DRIVER_W1(dev, write_byte)); in z_vrfy_w1_write_byte()
|
| A D | w1_ds2482-800_channel.c | 157 .write_byte = ds2482_write_byte,
|
| A D | w1_ds2484.c | 157 .write_byte = ds2484_write_byte,
|
| A D | w1_max32.c | 185 .write_byte = api_write_byte,
|
| A D | w1_zephyr_serial.c | 273 .write_byte = w1_serial_write_byte,
|
| A D | w1_zephyr_gpio.c | 315 .write_byte = w1_gpio_write_byte,
|
| A D | w1_shell.c | 392 SHELL_CMD_ARG(write_byte, NULL,
|
| /drivers/i2c/ |
| A D | i2c_shell.c | 433 SHELL_CMD_ARG(write_byte, &dsub_device_name,
|
| /drivers/i3c/ |
| A D | i3c_shell.c | 2411 SHELL_CMD_ARG(write_byte, &dsub_i3c_device_attached_name,
|
Completed in 33 milliseconds