Home
last modified time | relevance | path

Searched defs:isSevenDataBits (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpuart/
Dfsl_lpuart.c253 bool isSevenDataBits = (((ctrl & LPUART_CTRL_M7_MASK) != 0U) || in LPUART_ReadNonBlocking() local
1075 bool isSevenDataBits = (((ctrl & LPUART_CTRL_M7_MASK) != 0U) || in LPUART_ReadBlocking() local
1211 bool isSevenDataBits = (((ctrl & LPUART_CTRL_M7_MASK) != 0U) || in LPUART_TransferCreateHandle() local
Dfsl_lpuart.h309 bool isSevenDataBits; /*!< Seven data bits flag. */ member
786 bool isSevenDataBits = (((ctrl & LPUART_CTRL_M7_MASK) != 0U) || in LPUART_ReadByte() local