Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/flash/
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()
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()
/Zephyr-Core-3.7.0/drivers/w1/
Dw1_test.c61 .write_byte = w1_vnd_write_byte,
Dw1_ds2485.c97 .write_byte = ds2477_85_write_byte,
Dw1_handlers.c44 K_OOPS(K_SYSCALL_DRIVER_W1(dev, write_byte)); in z_vrfy_w1_write_byte()
Dw1_ds2482-800_channel.c157 .write_byte = ds2482_write_byte,
Dw1_ds2484.c157 .write_byte = ds2484_write_byte,
Dw1_zephyr_serial.c273 .write_byte = w1_serial_write_byte,
Dw1_zephyr_gpio.c315 .write_byte = w1_gpio_write_byte,
Dw1_shell.c392 SHELL_CMD_ARG(write_byte, NULL,
/Zephyr-Core-3.7.0/include/zephyr/drivers/
Dw1.h105 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/
Di2c_shell.c377 SHELL_CMD_ARG(write_byte, &dsub_device_name,
/Zephyr-Core-3.7.0/drivers/i3c/
Di3c_shell.c1594 SHELL_CMD_ARG(write_byte, &dsub_i3c_device_attached_name,