HPM SDK
HPMicro Software Development Kit
uart_lin_pin Struct Reference

#include <hpm_uart_lin.h>

Data Fields

GPIO_Typeptr
 
uint32_t baudrate
 
void(* config_uart_pin )(UART_Type *ptr)
 
void(* config_uart_pin_as_gpio )(UART_Type *ptr)
 
void(* delay_us )(uint32_t us)
 
uint8_t tx_port
 
uint8_t tx_pin
 

Field Documentation

◆ baudrate

uint32_t uart_lin_pin::baudrate

◆ config_uart_pin

void(* uart_lin_pin::config_uart_pin) (UART_Type *ptr)

◆ config_uart_pin_as_gpio

void(* uart_lin_pin::config_uart_pin_as_gpio) (UART_Type *ptr)

◆ delay_us

void(* uart_lin_pin::delay_us) (uint32_t us)

◆ ptr

GPIO_Type* uart_lin_pin::ptr

◆ tx_pin

uint8_t uart_lin_pin::tx_pin

◆ tx_port

uint8_t uart_lin_pin::tx_port

The documentation for this struct was generated from the following file: