/hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpuart/ |
D | fsl_lpuart.c | 1057 while ((0U == (base->STAT & LPUART_STAT_TDRE_MASK)) && (0U != --waitTimes)) in LPUART_WriteBlocking() 1059 while (0U == (base->STAT & LPUART_STAT_TDRE_MASK)) in LPUART_WriteBlocking() 1118 while ((0U == (base->STAT & LPUART_STAT_TDRE_MASK)) && (0U != --waitTimes)) in LPUART_WriteBlocking16bit() 1120 while (0U == (base->STAT & LPUART_STAT_TDRE_MASK)) in LPUART_WriteBlocking16bit()
|
D | fsl_lpuart.h | 226 …(LPUART_STAT_TDRE_MASK), /*!< Transmit data register empty flag, sets when transmit buffer is empt…
|
/hal_nxp-latest/s32/drivers/s32k1/BaseNXP/header/ |
D | S32K142W_LPUART.h | 290 #define LPUART_STAT_TDRE_MASK (0x800000U) macro 293 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_TDRE_SHIFT)) & LPUART_STAT_TDRE_MASK)
|
D | S32K118_LPUART.h | 286 #define LPUART_STAT_TDRE_MASK (0x800000U) macro 289 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_TDRE_SHIFT)) & LPUART_STAT_TDRE_MASK)
|
D | S32K142_LPUART.h | 286 #define LPUART_STAT_TDRE_MASK (0x800000U) macro 289 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_TDRE_SHIFT)) & LPUART_STAT_TDRE_MASK)
|
D | S32K116_LPUART.h | 286 #define LPUART_STAT_TDRE_MASK (0x800000U) macro 289 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_TDRE_SHIFT)) & LPUART_STAT_TDRE_MASK)
|
D | S32K144W_LPUART.h | 290 #define LPUART_STAT_TDRE_MASK (0x800000U) macro 293 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_TDRE_SHIFT)) & LPUART_STAT_TDRE_MASK)
|
D | S32K146_LPUART.h | 290 #define LPUART_STAT_TDRE_MASK (0x800000U) macro 293 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_TDRE_SHIFT)) & LPUART_STAT_TDRE_MASK)
|
D | S32K144_LPUART.h | 290 #define LPUART_STAT_TDRE_MASK (0x800000U) macro 293 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_TDRE_SHIFT)) & LPUART_STAT_TDRE_MASK)
|
D | S32K148_LPUART.h | 290 #define LPUART_STAT_TDRE_MASK (0x800000U) macro 293 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_TDRE_SHIFT)) & LPUART_STAT_TDRE_MASK)
|
/hal_nxp-latest/mcux/mcux-sdk/components/uart/ |
D | fsl_adapter_lpuart.c | 589 …if ((0U != (LPUART_STAT_TDRE_MASK & status)) && (0U != (LPUART_GetEnabledInterrupts(s_LpuartAdapte… in HAL_UartInterruptHandle() 1222 ((LPUART0->STAT & LPUART_STAT_TDRE_MASK) && (LPUART0->CTRL & LPUART_CTRL_TIE_MASK)) || in LPUART0_LPUART1_TX_IRQHandler() 1231 ((LPUART1->STAT & LPUART_STAT_TDRE_MASK) && (LPUART1->CTRL & LPUART_CTRL_TIE_MASK)) || in LPUART0_LPUART1_TX_IRQHandler() 1255 tdreMask = LPUART0->STAT & LPUART_STAT_TDRE_MASK; in LPUART0_LPUART1_IRQHandler() 1270 tdreMask = LPUART1->STAT & LPUART_STAT_TDRE_MASK; in LPUART0_LPUART1_IRQHandler()
|
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpuart/ |
D | fsl_lpuart.c | 1098 while ((0U == (base->STAT & LPUART_STAT_TDRE_MASK)) && (0U != --waitTimes)) in LPUART_WriteBlocking() 1100 while (0U == (base->STAT & LPUART_STAT_TDRE_MASK)) in LPUART_WriteBlocking() 1158 while ((0U == (base->STAT & LPUART_STAT_TDRE_MASK)) && (0U != --waitTimes)) in LPUART_WriteBlocking16bit() 1160 while (0U == (base->STAT & LPUART_STAT_TDRE_MASK)) in LPUART_WriteBlocking16bit()
|
D | fsl_lpuart.h | 172 …(LPUART_STAT_TDRE_MASK), /*!< Transmit data register empty flag, sets when transmit buffer is empt…
|
/hal_nxp-latest/s32/drivers/s32k3/BaseNXP/header/ |
D | S32K344_LPUART.h | 348 #define LPUART_STAT_TDRE_MASK (0x800000U) macro 351 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_TDRE_SHIFT)) & LPUART_STAT_TDRE_MASK)
|
/hal_nxp-latest/mcux/mcux-sdk/drivers/lin/ |
D | fsl_lin_lpuart.h | 41 …(LPUART_STAT_TDRE_MASK), /*!< Transmit data register empty flag, sets when transmit buffer is empt…
|
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXC041/ |
D | MCXC041.h | 2599 #define LPUART_STAT_TDRE_MASK (0x800000U) macro 2605 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_TDRE_SHIFT)) & LPUART_STAT_TDRE_MASK)
|
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXC141/ |
D | MCXC141.h | 4415 #define LPUART_STAT_TDRE_MASK (0x800000U) macro 4421 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_TDRE_SHIFT)) & LPUART_STAT_TDRE_MASK)
|
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXC142/ |
D | MCXC142.h | 4413 #define LPUART_STAT_TDRE_MASK (0x800000U) macro 4419 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_TDRE_SHIFT)) & LPUART_STAT_TDRE_MASK)
|
/hal_nxp-latest/mcux/mcux-sdk/devices/MKL17Z644/ |
D | MKL17Z644.h | 3968 #define LPUART_STAT_TDRE_MASK (0x800000U) macro 3974 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_TDRE_SHIFT)) & LPUART_STAT_TDRE_MASK)
|
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXC143/ |
D | MCXC143.h | 5006 #define LPUART_STAT_TDRE_MASK (0x800000U) macro 5012 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_TDRE_SHIFT)) & LPUART_STAT_TDRE_MASK)
|
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXC144/ |
D | MCXC144.h | 5006 #define LPUART_STAT_TDRE_MASK (0x800000U) macro 5012 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_TDRE_SHIFT)) & LPUART_STAT_TDRE_MASK)
|
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXC242/ |
D | MCXC242.h | 4415 #define LPUART_STAT_TDRE_MASK (0x800000U) macro 4421 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_TDRE_SHIFT)) & LPUART_STAT_TDRE_MASK)
|
/hal_nxp-latest/mcux/mcux-sdk/devices/MKL27Z644/ |
D | MKL27Z644.h | 3977 #define LPUART_STAT_TDRE_MASK (0x800000U) macro 3983 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_TDRE_SHIFT)) & LPUART_STAT_TDRE_MASK)
|
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXC244/ |
D | MCXC244.h | 5006 #define LPUART_STAT_TDRE_MASK (0x800000U) macro 5012 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_TDRE_SHIFT)) & LPUART_STAT_TDRE_MASK)
|
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXC243/ |
D | MCXC243.h | 5004 #define LPUART_STAT_TDRE_MASK (0x800000U) macro 5010 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_TDRE_SHIFT)) & LPUART_STAT_TDRE_MASK)
|