Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/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
Dflash_stm32f4x.c67 static int write_byte(const struct device *dev, off_t offset, uint8_t val) in write_byte() function
/Zephyr-Core-3.5.0/include/zephyr/drivers/
Dw1.h103 w1_write_byte_t write_byte; member