| /hal_nxp-latest/mcux/mcux-sdk/drivers/flexcomm/usart/ |
| D | fsl_usart.c | 285 while ((0U == (base->STAT & USART_STAT_TXIDLE_MASK)) && (--waitTimes != 0U)) in USART_Deinit() 287 while (0U == (base->STAT & USART_STAT_TXIDLE_MASK)) in USART_Deinit() 649 while ((0U == (base->STAT & USART_STAT_TXIDLE_MASK)) && (--waitTimes != 0U)) in USART_WriteBlocking() 651 while (0U == (base->STAT & USART_STAT_TXIDLE_MASK)) in USART_WriteBlocking()
|
| D | fsl_usart.h | 173 kUSART_TxIdleFlag = (USART_STAT_TXIDLE_MASK << 16U), /*!< Transmitter idle. */
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_miniusart/ |
| D | fsl_usart.c | 280 while (0U == (base->STAT & USART_STAT_TXIDLE_MASK)) in USART_Deinit() 466 while ((0U == (base->STAT & USART_STAT_TXIDLE_MASK)) && (0U != --waitTimes)) in USART_WriteBlocking() 468 while (0U == (base->STAT & USART_STAT_TXIDLE_MASK)) in USART_WriteBlocking()
|
| D | fsl_usart.h | 178 kUSART_TxIdleFlag = (USART_STAT_TXIDLE_MASK), /*!< Transmit idle flag. */
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC811/ |
| D | LPC811.h | 5779 #define USART_STAT_TXIDLE_MASK (0x8U) macro 5785 … (((uint32_t)(((uint32_t)(x)) << USART_STAT_TXIDLE_SHIFT)) & USART_STAT_TXIDLE_MASK)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC812/ |
| D | LPC812.h | 5787 #define USART_STAT_TXIDLE_MASK (0x8U) macro 5793 … (((uint32_t)(((uint32_t)(x)) << USART_STAT_TXIDLE_SHIFT)) & USART_STAT_TXIDLE_MASK)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC810/ |
| D | LPC810.h | 5779 #define USART_STAT_TXIDLE_MASK (0x8U) macro 5785 … (((uint32_t)(((uint32_t)(x)) << USART_STAT_TXIDLE_SHIFT)) & USART_STAT_TXIDLE_MASK)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC802/ |
| D | LPC802.h | 5690 #define USART_STAT_TXIDLE_MASK (0x8U) macro 5696 … (((uint32_t)(((uint32_t)(x)) << USART_STAT_TXIDLE_SHIFT)) & USART_STAT_TXIDLE_MASK)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC804/ |
| D | LPC804.h | 6717 #define USART_STAT_TXIDLE_MASK (0x8U) macro 6723 … (((uint32_t)(((uint32_t)(x)) << USART_STAT_TXIDLE_SHIFT)) & USART_STAT_TXIDLE_MASK)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC824/ |
| D | LPC824.h | 7911 #define USART_STAT_TXIDLE_MASK (0x8U) macro 7917 … (((uint32_t)(((uint32_t)(x)) << USART_STAT_TXIDLE_SHIFT)) & USART_STAT_TXIDLE_MASK)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC822/ |
| D | LPC822.h | 7911 #define USART_STAT_TXIDLE_MASK (0x8U) macro 7917 … (((uint32_t)(((uint32_t)(x)) << USART_STAT_TXIDLE_SHIFT)) & USART_STAT_TXIDLE_MASK)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC834/ |
| D | LPC834.h | 7572 #define USART_STAT_TXIDLE_MASK (0x8U) macro 7578 … (((uint32_t)(((uint32_t)(x)) << USART_STAT_TXIDLE_SHIFT)) & USART_STAT_TXIDLE_MASK)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC832/ |
| D | LPC832.h | 7572 #define USART_STAT_TXIDLE_MASK (0x8U) macro 7578 … (((uint32_t)(((uint32_t)(x)) << USART_STAT_TXIDLE_SHIFT)) & USART_STAT_TXIDLE_MASK)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC844/ |
| D | LPC844.h | 8999 #define USART_STAT_TXIDLE_MASK (0x8U) macro 9005 … (((uint32_t)(((uint32_t)(x)) << USART_STAT_TXIDLE_SHIFT)) & USART_STAT_TXIDLE_MASK)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC845/ |
| D | LPC845.h | 9523 #define USART_STAT_TXIDLE_MASK (0x8U) macro 9529 … (((uint32_t)(((uint32_t)(x)) << USART_STAT_TXIDLE_SHIFT)) & USART_STAT_TXIDLE_MASK)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC865/ |
| D | LPC865.h | 10919 #define USART_STAT_TXIDLE_MASK (0x8U) macro 10925 … (((uint32_t)(((uint32_t)(x)) << USART_STAT_TXIDLE_SHIFT)) & USART_STAT_TXIDLE_MASK)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC864/ |
| D | LPC864.h | 10917 #define USART_STAT_TXIDLE_MASK (0x8U) macro 10923 … (((uint32_t)(((uint32_t)(x)) << USART_STAT_TXIDLE_SHIFT)) & USART_STAT_TXIDLE_MASK)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC51U68/ |
| D | LPC51U68.h | 9558 #define USART_STAT_TXIDLE_MASK (0x8U) macro 9564 … (((uint32_t)(((uint32_t)(x)) << USART_STAT_TXIDLE_SHIFT)) & USART_STAT_TXIDLE_MASK)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC54114/ |
| D | LPC54114_cm0plus.h | 10598 #define USART_STAT_TXIDLE_MASK (0x8U) macro 10604 … (((uint32_t)(((uint32_t)(x)) << USART_STAT_TXIDLE_SHIFT)) & USART_STAT_TXIDLE_MASK)
|
| D | LPC54114_cm4.h | 10611 #define USART_STAT_TXIDLE_MASK (0x8U) macro 10617 … (((uint32_t)(((uint32_t)(x)) << USART_STAT_TXIDLE_SHIFT)) & USART_STAT_TXIDLE_MASK)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC54113/ |
| D | LPC54113.h | 10612 #define USART_STAT_TXIDLE_MASK (0x8U) macro 10618 … (((uint32_t)(((uint32_t)(x)) << USART_STAT_TXIDLE_SHIFT)) & USART_STAT_TXIDLE_MASK)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC54607/ |
| D | LPC54607.h | 16568 #define USART_STAT_TXIDLE_MASK (0x8U) macro 16574 … (((uint32_t)(((uint32_t)(x)) << USART_STAT_TXIDLE_SHIFT)) & USART_STAT_TXIDLE_MASK)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC54S005/ |
| D | LPC54S005.h | 16395 #define USART_STAT_TXIDLE_MASK (0x8U) macro 16401 … (((uint32_t)(((uint32_t)(x)) << USART_STAT_TXIDLE_SHIFT)) & USART_STAT_TXIDLE_MASK)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC54005/ |
| D | LPC54005.h | 15603 #define USART_STAT_TXIDLE_MASK (0x8U) macro 15609 … (((uint32_t)(((uint32_t)(x)) << USART_STAT_TXIDLE_SHIFT)) & USART_STAT_TXIDLE_MASK)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC54605/ |
| D | LPC54605.h | 15924 #define USART_STAT_TXIDLE_MASK (0x8U) macro 15930 … (((uint32_t)(((uint32_t)(x)) << USART_STAT_TXIDLE_SHIFT)) & USART_STAT_TXIDLE_MASK)
|