Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lpuart/
Dfsl_lpuart.h259 lpuart_idle_type_select_t rxIdleType; /*!< RX IDLE type. */ member
Dfsl_lpuart.c474 LPUART_CTRL_ILT(config->rxIdleType); in LPUART_Init()
675 config->rxIdleType = kLPUART_IdleTypeStartBit; in LPUART_GetDefaultConfig()
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpuart/
Dfsl_lpuart.h330 lpuart_idle_type_select_t rxIdleType; /*!< RX IDLE type. */ member
Dfsl_lpuart.c377 LPUART_CTRL_ILT(config->rxIdleType); in LPUART_Init()
595 config->rxIdleType = kLPUART_IdleTypeStartBit; in LPUART_GetDefaultConfig()
/hal_nxp-latest/mcux/mcux-sdk/components/uart/
Dfsl_adapter_lpuart.c680 lpuartConfig.rxIdleType = kLPUART_IdleTypeStopBit; in HAL_UartInitCommon()