Searched refs:ht32_usart (Results 1 – 1 of 1) sorted by relevance
20 struct ht32_usart struct51 static struct ht32_usart usart_config[] =109 struct ht32_usart *usart_instance = (struct ht32_usart *)serial->parent.user_data; in ht32_configure()206 struct ht32_usart *usart; in ht32_control()209 usart = (struct ht32_usart *) serial->parent.user_data; in ht32_control()228 struct ht32_usart *usart; in ht32_putc()231 usart = (struct ht32_usart *) serial->parent.user_data; in ht32_putc()243 struct ht32_usart *usart; in ht32_getc()246 usart = (struct ht32_usart *) serial->parent.user_data; in ht32_getc()276 obj_num = sizeof(usart_config) / sizeof(struct ht32_usart); in rt_hw_usart_init()[all …]
Completed in 4 milliseconds