Home
last modified time | relevance | path

Searched refs:lpuart_config_t (Results 1 – 7 of 7) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/boards/frdmk32l3a6/project_template/cm4/
Dperipherals.h51 extern const lpuart_config_t DEBUG_UART_config;
Dperipherals.c178 const lpuart_config_t DEBUG_UART_config = {
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpuart/
Dfsl_lpuart.h263 } lpuart_config_t; typedef
392 status_t LPUART_Init(LPUART_Type *base, const lpuart_config_t *config, uint32_t srcClock_Hz);
422 void LPUART_GetDefaultConfig(lpuart_config_t *config);
Dfsl_lpuart_freertos.c75 lpuart_config_t defcfg; in LPUART_RTOS_Init()
Dfsl_lpuart.c300 status_t LPUART_Init(LPUART_Type *base, const lpuart_config_t *config, uint32_t srcClock_Hz) in LPUART_Init()
588 void LPUART_GetDefaultConfig(lpuart_config_t *config) in LPUART_GetDefaultConfig()
/hal_nxp-3.5.0/mcux/mcux-sdk/cmsis_drivers/lpuart/
Dfsl_lpuart_cmsis.c337 lpuart_config_t config; in LPUART_CommonControl()
547 lpuart_config_t config; in LPUART_DmaPowerControl()
826 lpuart_config_t config; in LPUART_EdmaPowerControl()
1111 lpuart_config_t config; in LPUART_NonBlockingPowerControl()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/uart/
Dfsl_adapter_lpuart.c644 lpuart_config_t lpuartConfig; in HAL_UartInitCommon()