Searched refs:UART_WriteByte (Results 1 – 10 of 10) sorted by relevance
| /bsp/synwit/libraries/SWM320_CSL/SWM320_StdPeriph_Driver/ |
| A D | SWM320_uart.h | 61 void UART_WriteByte(UART_TypeDef * UARTx, uint32_t data); //发送一个字节数据
|
| A D | SWM320_uart.c | 167 void UART_WriteByte(UART_TypeDef * UARTx, uint32_t data) in UART_WriteByte() function
|
| /bsp/maxim/libraries/MAX32660PeriphDriver/Include/ |
| A D | uart.h | 262 void UART_WriteByte(mxc_uart_regs_t *uart, uint8_t data);
|
| /bsp/synwit/libraries/SWM341_CSL/SWM341_StdPeriph_Driver/ |
| A D | SWM341_uart.h | 61 void UART_WriteByte(UART_TypeDef * UARTx, uint8_t data); //发送一个字节数据
|
| A D | SWM341_uart.c | 158 void UART_WriteByte(UART_TypeDef * UARTx, uint8_t data) in UART_WriteByte() function
|
| /bsp/maxim/libraries/MAX32660PeriphDriver/Source/ |
| A D | uart.c | 475 UART_WriteByte(uart,data[char_written]); in UART_Write() 486 void UART_WriteByte(mxc_uart_regs_t *uart, uint8_t data) in UART_WriteByte() function
|
| /bsp/maxim/libraries/HAL_Drivers/ |
| A D | drv_uart.c | 197 UART_WriteByte(uart->handle, c); in mcu_putc()
|
| /bsp/synwit/libraries/SWM320_drivers/ |
| A D | drv_uart.c | 239 UART_WriteByte(uart_cfg->UARTx, c); in swm_uart_putc()
|
| /bsp/frdm-k64f/device/MK64F12/ |
| A D | fsl_uart.h | 541 static inline void UART_WriteByte(UART_Type *base, uint8_t data) in UART_WriteByte() function
|
| /bsp/synwit/libraries/SWM341_drivers/ |
| A D | drv_uart.c | 235 UART_WriteByte(uart_cfg->UARTx, c); in swm_uart_putc()
|
Completed in 18 milliseconds