Home
last modified time | relevance | path

Searched refs:hal_uart_config_t (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/nxp/common/Native_Driver/components/uart/
Dfsl_adapter_uart.h188 } hal_uart_config_t; typedef
306 hal_uart_status_t HAL_UartInit(hal_uart_handle_t handle, const hal_uart_config_t *uart_config);
Dfsl_adapter_usart.c107 hal_uart_config_t config;
275 static hal_uart_status_t HAL_UartInitCommon(hal_uart_handle_t handle, const hal_uart_config_t *conf… in HAL_UartInitCommon()
330 hal_uart_status_t HAL_UartInit(hal_uart_handle_t handle, const hal_uart_config_t *uart_config) in HAL_UartInit()
348 (void)memcpy(&uartHandle->config, uart_config, sizeof(hal_uart_config_t)); in HAL_UartInit()
/trusted-firmware-m-latest/platform/ext/target/nxp/common/Native_Driver/components/serial_manager/
Dfsl_component_serial_port_uart.c194 …((hal_uart_handle_t)&serialUartHandle->usartHandleBuffer[0]), (const hal_uart_config_t *)serialCon… in Serial_UartInit()
520 …((hal_uart_handle_t)&serialUartHandle->usartHandleBuffer[0]), (const hal_uart_config_t *)serialCon… in Serial_UartDmaInit()