Searched refs:st7735_recv_data (Results 1 – 3 of 3) sorted by relevance
| /bsp/stm32/stm32h750-weact-ministm32h7xx/board/port/st7735/ |
| A D | st7735_reg.c | 83 int32_t st7735_recv_data(st7735_ctx_t *ctx, uint8_t *pdata, uint32_t length) in st7735_recv_data() function
|
| A D | st7735_reg.h | 138 int32_t st7735_recv_data(st7735_ctx_t *ctx, uint8_t *pdata, uint32_t length);
|
| A D | st7735.c | 887 ret += st7735_recv_data(&pObj->Ctx, &tmp, 1); in ST7735_GetPixel() 890 ret += st7735_recv_data(&pObj->Ctx, &pixel_lsb, 1); in ST7735_GetPixel() 892 ret += st7735_recv_data(&pObj->Ctx, &pixel_msb, 1); in ST7735_GetPixel()
|
Completed in 7 milliseconds