Searched refs:ft8xx_drv_read (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/drivers/misc/ft8xx/ |
D | ft8xx_common.c | 45 err = ft8xx_drv_read(address, &data, sizeof(data)); in ft8xx_rd8() 56 err = ft8xx_drv_read(address, buffer, sizeof(buffer)); in ft8xx_rd16() 67 err = ft8xx_drv_read(address, buffer, sizeof(buffer)); in ft8xx_rd32()
|
D | ft8xx_drv.h | 25 int ft8xx_drv_read(uint32_t address, uint8_t *data, unsigned int length);
|
D | ft8xx_drv.c | 120 int ft8xx_drv_read(uint32_t address, uint8_t *data, unsigned int length) in ft8xx_drv_read() function
|