Hardware Abstraction Layer (HAL)
_mtb_hal_uart_pin_t Struct Reference

Description

UART pin structure.

This is the pin structure that stores info about the pin configurations

Data Fields

GPIO_PRT_Type * port
 Port base address.
 
uint8_t pinNum
 Pin number.
 

Field Documentation

◆ port

GPIO_PRT_Type* _mtb_hal_uart_pin_t::port

Port base address.

◆ pinNum

uint8_t _mtb_hal_uart_pin_t::pinNum

Pin number.