Searched refs:Handle (Results 1 – 4 of 4) sorted by relevance
| /bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/ |
| A D | ht32_retarget.c | 209 int __write(int Handle, in __write() argument 214 if (Handle == -1) in __write() 220 if (Handle != 1 && Handle != 2) in __write() 232 int __read(int Handle, unsigned char *Buf, size_t BufSize) in __read() argument 237 if (Handle != 0) in __read()
|
| /bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/ |
| A D | ht32_retarget.c | 209 int __write(int Handle, in __write() argument 214 if (Handle == -1) in __write() 220 if (Handle != 1 && Handle != 2) in __write() 232 int __read(int Handle, unsigned char *Buf, size_t BufSize) in __read() argument 237 if (Handle != 0) in __read()
|
| /bsp/stm32/stm32h750-weact-ministm32h7xx/board/port/st7735/ |
| A D | st7735.c | 106 static int32_t ST7735_ReadRegWrap(void *Handle, uint8_t Reg, uint8_t* pData); 107 static int32_t ST7735_WriteRegWrap(void *Handle, uint8_t Reg, uint8_t *pData, uint32_t Length); 108 static int32_t ST7735_SendDataWrap(void *Handle, uint8_t *pData, uint32_t Length); 109 static int32_t ST7735_RecvDataWrap(void *Handle, uint8_t *pData, uint32_t Length); 1011 static int32_t ST7735_ReadRegWrap(void *Handle, uint8_t Reg, uint8_t* pData) in ST7735_ReadRegWrap() argument 1013 ST7735_Object_t *pObj = (ST7735_Object_t *)Handle; in ST7735_ReadRegWrap() 1028 ST7735_Object_t *pObj = (ST7735_Object_t *)Handle; in ST7735_WriteRegWrap() 1040 static int32_t ST7735_SendDataWrap(void *Handle, uint8_t *pData, uint32_t Length) in ST7735_SendDataWrap() argument 1042 ST7735_Object_t *pObj = (ST7735_Object_t *)Handle; in ST7735_SendDataWrap() 1053 static int32_t ST7735_RecvDataWrap(void *Handle, uint8_t *pData, uint32_t Length) in ST7735_RecvDataWrap() argument [all …]
|
| /bsp/ft2004/drivers/ |
| A D | drv_usart.c | 171 _RtUart0.Handle = &Ft_Uart0; in rt_hw_uart_init()
|
Completed in 15 milliseconds