Lines Matching full:address
33 * @param address Memory address to write to
36 void ft8xx_wr8(const struct device *dev, uint32_t address, uint8_t data);
42 * @param address Memory address to write to
45 void ft8xx_wr16(const struct device *dev, uint32_t address, uint16_t data);
51 * @param address Memory address to write to
54 void ft8xx_wr32(const struct device *dev, uint32_t address, uint32_t data);
60 * @param address Memory address to read from
64 uint8_t ft8xx_rd8(const struct device *dev, uint32_t address);
70 * @param address Memory address to read from
74 uint16_t ft8xx_rd16(const struct device *dev, uint32_t address);
80 * @param address Memory address to read from
84 uint32_t ft8xx_rd32(const struct device *dev, uint32_t address);