Home
last modified time | relevance | path

Searched refs:txExtendedTimeoutValue (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpuart/
Dfsl_lpuart.h302 …uint16_t txExtendedTimeoutValue; /*!< The transmitter idle time in number of bits (baud… member
Dfsl_lpuart.c482 base->TEIR = (uint32_t)config->timeoutConfig.txExtendedTimeoutValue; in LPUART_Init()