Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_miniusart/
Dfsl_usart.h211 …uint8_t rxIdleTimeout; /*!< Receive idle bytes. Value [0,7]. Set the value to n then the idle byte… member
449 static inline void USART_SetRxIdleTimeout(USART_Type *base, uint8_t rxIdleTimeout) in USART_SetRxIdleTimeout() argument
451 …->CTL = (base->CTL & ~USART_CTL_RXIDLETOCFG_MASK) | USART_CTL_RXIDLETOCFG((uint32_t)rxIdleTimeout); in USART_SetRxIdleTimeout()
Dfsl_usart.c214 assert(8U > config->rxIdleTimeout); in USART_Init()
238 base->CTL |= USART_CTL_RXIDLETOCFG(config->rxIdleTimeout); in USART_Init()
329 config->rxIdleTimeout = 0U; in USART_GetDefaultConfig()