Home
last modified time | relevance | path

Searched defs:write_byte (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/drivers/flash/
Dflash_stm32f2x.c55 static int write_byte(const struct device *dev, off_t offset, uint8_t val) in write_byte() function
Dflash_stm32f7x.c41 static int write_byte(const struct device *dev, off_t offset, uint8_t val) in write_byte() function
/Zephyr-latest/include/zephyr/drivers/
Dw1.h105 w1_write_byte_t write_byte; member