Hardware Abstraction Layer (HAL)
mtb_hal_uart_configurator_t Struct Reference

Description

UART configurator struct.

This struct allows a configurator to provide block configuration information to the HAL. Because configurator-generated configurations are platform specific, the contents of this struct is subject to change between platforms and/or HAL releases.

Data Fields

CySCB_Type * base
 Base address for the SCB.
 
const mtb_hal_clock_tclock
 Default clock object.
 
uint8_t tx_port
 TX Pin port number.
 
uint8_t tx_pin
 TX Pin number.
 

Field Documentation

◆ base

CySCB_Type* mtb_hal_uart_configurator_t::base

Base address for the SCB.

◆ clock

const mtb_hal_clock_t* mtb_hal_uart_configurator_t::clock

Default clock object.

◆ tx_port

uint8_t mtb_hal_uart_configurator_t::tx_port

TX Pin port number.

◆ tx_pin

uint8_t mtb_hal_uart_configurator_t::tx_pin

TX Pin number.