Searched refs:hal_uart_config_t (Results 1 – 8 of 8) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/components/uart/ |
D | fsl_adapter_uart.h | 188 } hal_uart_config_t; typedef 306 hal_uart_status_t HAL_UartInit(hal_uart_handle_t handle, const hal_uart_config_t *uart_config);
|
D | fsl_adapter_usart.c | 107 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()
|
D | fsl_adapter_lpuart.c | 162 hal_uart_config_t config; 642 static hal_uart_status_t HAL_UartInitCommon(hal_uart_handle_t handle, const hal_uart_config_t *uart… in HAL_UartInitCommon() 694 hal_uart_status_t HAL_UartInit(hal_uart_handle_t handle, const hal_uart_config_t *uart_config) in HAL_UartInit() 745 (void)memcpy(&uartHandle->config, uart_config, sizeof(hal_uart_config_t)); in HAL_UartInit()
|
D | fsl_adapter_iuart.c | 218 hal_uart_status_t HAL_UartInit(hal_uart_handle_t handle, const hal_uart_config_t *uart_config) in HAL_UartInit()
|
D | fsl_adapter_miniusart.c | 215 hal_uart_status_t HAL_UartInit(hal_uart_handle_t handle, const hal_uart_config_t *uart_config) in HAL_UartInit()
|
D | fsl_adapter_uart.c | 220 hal_uart_status_t HAL_UartInit(hal_uart_handle_t handle, const hal_uart_config_t *uart_config) in HAL_UartInit()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/serial_manager/ |
D | fsl_component_serial_port_uart.c | 192 …((hal_uart_handle_t)&serialUartHandle->usartHandleBuffer[0]), (const hal_uart_config_t *)serialCon… in Serial_UartInit() 517 …((hal_uart_handle_t)&serialUartHandle->usartHandleBuffer[0]), (const hal_uart_config_t *)serialCon… in Serial_UartDmaInit()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/utilities/debug_console_lite/ |
D | fsl_debug_console.c | 78 hal_uart_config_t usrtConfig; in DbgConsole_Init()
|