Home
last modified time | relevance | path

Searched refs:uart_write_byte (Results 1 – 4 of 4) sorted by relevance

/bsp/hpmicro/libraries/hpm_sdk/components/uart_lin/
A Dhpm_uart_lin.c90 uart_write_byte(ptr, 0x55); /* sync phase */ in hpm_uart_lin_send_sync()
136 uart_write_byte(ptr, send_data[i]); in hpm_uart_lin_master_send_frame()
161 uart_write_byte(ptr, pid); in hpm_uart_lin_master_receive_frame()
218 uart_write_byte(ptr, pid); in hpm_uart_lin_master_send_head()
233 uart_write_byte(ptr, *(data.buff++)); in hpm_uart_lin_master_send_data()
236 uart_write_byte(ptr, checksum); in hpm_uart_lin_master_send_data()
288 uart_write_byte(ptr, *(data.buff++)); in hpm_uart_lin_slave_send_data()
291 uart_write_byte(ptr, checksum); in hpm_uart_lin_slave_send_data()
/bsp/hpmicro/libraries/drivers/
A Ddrv_uart.c412 uart_write_byte(uart->uart_base, ch); in hpm_uart_putc()
A Ddrv_uart_v2.c680 uart_write_byte(uart->uart_base, put_char); in hpm_uart_isr()
1064 uart_write_byte(uart->uart_base, ch);
/bsp/hpmicro/libraries/hpm_sdk/drivers/inc/
A Dhpm_uart_drv.h378 static inline void uart_write_byte(UART_Type *ptr, uint8_t c) in uart_write_byte() function

Completed in 16 milliseconds