UART object.
Application code should not rely on the specific contents of this struct. They are considered an implementation detail which is subject to change between platforms and/or HAL releases.
Data Fields | |
| CySCB_Type * | base |
| Base address for the SCB. | |
| cy_stc_scb_uart_context_t * | context |
| PDL context. | |
| const mtb_hal_clock_t * | clock |
| Clock interface. | |
| _mtb_hal_event_callback_data_t | callback_data |
| User-registered callback. | |
| uint32_t | irq_cause |
| User-enabled events. | |
| _mtb_hal_uart_pin_t | tx_pin |
| TX pin info. | |
| CySCB_Type* mtb_hal_uart_t::base |
Base address for the SCB.
| cy_stc_scb_uart_context_t* mtb_hal_uart_t::context |
PDL context.
| const mtb_hal_clock_t* mtb_hal_uart_t::clock |
Clock interface.
| _mtb_hal_event_callback_data_t mtb_hal_uart_t::callback_data |
User-registered callback.
| uint32_t mtb_hal_uart_t::irq_cause |
User-enabled events.
| _mtb_hal_uart_pin_t mtb_hal_uart_t::tx_pin |
TX pin info.