Home
last modified time | relevance | path

Searched refs:write_byte (Results 1 – 13 of 13) sorted by relevance

/drivers/flash/
A Dflash_stm32f2x.c55 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 Dflash_stm32f7x.c41 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 Dw1_test.c61 .write_byte = w1_vnd_write_byte,
A Dw1_ds2485.c97 .write_byte = ds2477_85_write_byte,
A Dw1_handlers.c44 K_OOPS(K_SYSCALL_DRIVER_W1(dev, write_byte)); in z_vrfy_w1_write_byte()
A Dw1_ds2482-800_channel.c157 .write_byte = ds2482_write_byte,
A Dw1_ds2484.c157 .write_byte = ds2484_write_byte,
A Dw1_max32.c185 .write_byte = api_write_byte,
A Dw1_zephyr_serial.c273 .write_byte = w1_serial_write_byte,
A Dw1_zephyr_gpio.c315 .write_byte = w1_gpio_write_byte,
A Dw1_shell.c392 SHELL_CMD_ARG(write_byte, NULL,
/drivers/i2c/
A Di2c_shell.c433 SHELL_CMD_ARG(write_byte, &dsub_device_name,
/drivers/i3c/
A Di3c_shell.c2411 SHELL_CMD_ARG(write_byte, &dsub_i3c_device_attached_name,

Completed in 33 milliseconds