mikroSDK Reference Manual
hal_uart_handle_register_t Struct Reference

Data Fields

handle_t * hal_uart_handle
 
handle_t * drv_uart_handle
 
bool init_state
 

Detailed Description

The context for storing HAL level object handlers. Contains specific hardware module handle and said module init state.

Warning
User is not to change these values or unexpected behaviour may occur.

Field Documentation

◆ hal_uart_handle

handle_t* hal_uart_handle_register_t::hal_uart_handle

UART HAL level handle

◆ drv_uart_handle

handle_t* hal_uart_handle_register_t::drv_uart_handle

UART DRV level handle

◆ init_state

bool hal_uart_handle_register_t::init_state

UART HAL object init state