Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/boards/frdmk32l3a6/project_template/cm4/
Dperipherals.c190 .rxIdleType = kLPUART_IdleTypeStartBit,
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpuart/
Dfsl_lpuart.h259 lpuart_idle_type_select_t rxIdleType; /*!< RX IDLE type. */ member
Dfsl_lpuart.c411 LPUART_CTRL_ILT(config->rxIdleType); in LPUART_Init()
612 config->rxIdleType = kLPUART_IdleTypeStartBit; in LPUART_GetDefaultConfig()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/uart/
Dfsl_adapter_lpuart.c680 lpuartConfig.rxIdleType = kLPUART_IdleTypeStopBit; in HAL_UartInitCommon()