Home
last modified time | relevance | path

Searched refs:LPUART_GetDefaultConfig (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpuart/
Dfsl_lpuart_freertos.c152 LPUART_GetDefaultConfig(&defcfg); in LPUART_RTOS_Init()
Dfsl_lpuart.h422 void LPUART_GetDefaultConfig(lpuart_config_t *config);
Dfsl_lpuart.c588 void LPUART_GetDefaultConfig(lpuart_config_t *config) in LPUART_GetDefaultConfig() function
/hal_nxp-3.5.0/mcux/mcux-sdk/cmsis_drivers/lpuart/
Dfsl_lpuart_cmsis.c341 LPUART_GetDefaultConfig(&config); in LPUART_CommonControl()
586 LPUART_GetDefaultConfig(&config); in LPUART_DmaPowerControl()
860 LPUART_GetDefaultConfig(&config); in LPUART_EdmaPowerControl()
1140 LPUART_GetDefaultConfig(&config); in LPUART_NonBlockingPowerControl()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/uart/
Dfsl_adapter_lpuart.c648 LPUART_GetDefaultConfig(&lpuartConfig); in HAL_UartInitCommon()