| /hal_nxp-latest/mcux/mcux-sdk/components/uart/ |
| D | fsl_adapter_lpuart.c | 493 ((s_LpuartAdapterBase[instance]->STAT & 0x3FE00000U) | LPUART_STAT_OR_MASK); in HAL_UartInterruptHandle() 1199 if ((LPUART_STAT_OR_MASK & LPUART0->STAT) || in LPUART0_LPUART1_RX_IRQHandler() 1208 if ((LPUART_STAT_OR_MASK & LPUART1->STAT) || in LPUART0_LPUART1_RX_IRQHandler() 1221 if ((LPUART_STAT_OR_MASK & LPUART0->STAT) || in LPUART0_LPUART1_TX_IRQHandler() 1230 if ((LPUART_STAT_OR_MASK & LPUART1->STAT) || in LPUART0_LPUART1_TX_IRQHandler() 1252 orMask = LPUART_STAT_OR_MASK & LPUART0->STAT; in LPUART0_LPUART1_IRQHandler() 1267 orMask = LPUART_STAT_OR_MASK & LPUART1->STAT; in LPUART0_LPUART1_IRQHandler()
|
| /hal_nxp-latest/s32/drivers/s32k1/BaseNXP/header/ |
| D | S32K142_LPUART.h | 266 #define LPUART_STAT_OR_MASK (0x80000U) macro 269 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_OR_SHIFT)) & LPUART_STAT_OR_MASK)
|
| D | S32K116_LPUART.h | 266 #define LPUART_STAT_OR_MASK (0x80000U) macro 269 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_OR_SHIFT)) & LPUART_STAT_OR_MASK)
|
| D | S32K118_LPUART.h | 266 #define LPUART_STAT_OR_MASK (0x80000U) macro 269 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_OR_SHIFT)) & LPUART_STAT_OR_MASK)
|
| D | S32K144_LPUART.h | 270 #define LPUART_STAT_OR_MASK (0x80000U) macro 273 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_OR_SHIFT)) & LPUART_STAT_OR_MASK)
|
| D | S32K142W_LPUART.h | 270 #define LPUART_STAT_OR_MASK (0x80000U) macro 273 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_OR_SHIFT)) & LPUART_STAT_OR_MASK)
|
| D | S32K148_LPUART.h | 270 #define LPUART_STAT_OR_MASK (0x80000U) macro 273 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_OR_SHIFT)) & LPUART_STAT_OR_MASK)
|
| D | S32K146_LPUART.h | 270 #define LPUART_STAT_OR_MASK (0x80000U) macro 273 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_OR_SHIFT)) & LPUART_STAT_OR_MASK)
|
| D | S32K144W_LPUART.h | 270 #define LPUART_STAT_OR_MASK (0x80000U) macro 273 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_OR_SHIFT)) & LPUART_STAT_OR_MASK)
|
| /hal_nxp-latest/s32/drivers/s32k3/BaseNXP/header/ |
| D | S32K344_LPUART.h | 328 #define LPUART_STAT_OR_MASK (0x80000U) macro 331 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_OR_SHIFT)) & LPUART_STAT_OR_MASK)
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpuart/ |
| D | fsl_lpuart.c | 428 …temp = (LPUART_STAT_RXEDGIF_MASK | LPUART_STAT_IDLE_MASK | LPUART_STAT_OR_MASK | LPUART_STAT_NF_MA… in LPUART_Init() 531 …temp = (LPUART_STAT_RXEDGIF_MASK | LPUART_STAT_IDLE_MASK | LPUART_STAT_OR_MASK | LPUART_STAT_NF_MA… in LPUART_Deinit() 1903 base->STAT = ((base->STAT & 0x3FE00000U) | LPUART_STAT_OR_MASK); in LPUART_TransferHandleIRQ()
|
| D | fsl_lpuart.h | 218 …kLPUART_RxOverrunFlag = (LPUART_STAT_OR_MASK), /*!< Receive Overrun, sets when new data is receiv…
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lin/ |
| D | fsl_lin_lpuart.h | 47 …kLPUART_RxOverrunFlag = (LPUART_STAT_OR_MASK), /*!< Receive Overrun, sets when new data is recei…
|
| D | fsl_lin_lpuart.c | 252 …temp &= (uint32_t)(~(LPUART_STAT_RXEDGIF_MASK | LPUART_STAT_IDLE_MASK | LPUART_STAT_OR_MASK | LPUA… in LIN_LPUART_ClearStatusFlags() 254 …temp |= mask & (LPUART_STAT_RXEDGIF_MASK | LPUART_STAT_IDLE_MASK | LPUART_STAT_OR_MASK | LPUART_ST… in LIN_LPUART_ClearStatusFlags()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpuart/ |
| D | fsl_lpuart.c | 525 …temp = (LPUART_STAT_RXEDGIF_MASK | LPUART_STAT_IDLE_MASK | LPUART_STAT_OR_MASK | LPUART_STAT_NF_MA… in LPUART_Init() 603 …temp = (LPUART_STAT_RXEDGIF_MASK | LPUART_STAT_IDLE_MASK | LPUART_STAT_OR_MASK | LPUART_STAT_NF_MA… in LPUART_Deinit() 2223 base->STAT = ((base->STAT & 0x3FE00000U) | LPUART_STAT_OR_MASK); in LPUART_TransferHandleIRQ()
|
| D | fsl_lpuart.h | 178 …kLPUART_RxOverrunFlag = (LPUART_STAT_OR_MASK), /*!< Receive Overrun, sets when new data is recei…
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MCXC041/ |
| D | MCXC041.h | 2567 #define LPUART_STAT_OR_MASK (0x80000U) macro 2573 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_OR_SHIFT)) & LPUART_STAT_OR_MASK)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKW40Z4/ |
| D | MKW40Z4_extension.h | 10594 … LPUART_STAT_PF_MASK | LPUART_STAT_FE_MASK | LPUART_STAT_NF_MASK | LPUART_STAT_OR_MASK | LPUART_ST… 10614 … LPUART_STAT_PF_MASK | LPUART_STAT_FE_MASK | LPUART_STAT_NF_MASK | LPUART_STAT_OR_MASK | LPUART_ST… 10636 …PUART_STAT_MA1F_MASK | LPUART_STAT_FE_MASK | LPUART_STAT_NF_MASK | LPUART_STAT_OR_MASK | LPUART_ST… 10658 …PUART_STAT_MA1F_MASK | LPUART_STAT_PF_MASK | LPUART_STAT_NF_MASK | LPUART_STAT_OR_MASK | LPUART_ST… 10682 …PUART_STAT_MA1F_MASK | LPUART_STAT_PF_MASK | LPUART_STAT_FE_MASK | LPUART_STAT_OR_MASK | LPUART_ST… 10705 #define LPUART_RD_STAT_OR(base) ((LPUART_STAT_REG(base) & LPUART_STAT_OR_MASK) >> LPUART_STAT_OR_SH… 10709 #define LPUART_WR_STAT_OR(base, value) (LPUART_RMW_STAT(base, (LPUART_STAT_OR_MASK | LPUART_STAT_MA… 10740 … LPUART_STAT_PF_MASK | LPUART_STAT_FE_MASK | LPUART_STAT_NF_MASK | LPUART_STAT_OR_MASK | LPUART_ST… 10848 … LPUART_STAT_PF_MASK | LPUART_STAT_FE_MASK | LPUART_STAT_NF_MASK | LPUART_STAT_OR_MASK | LPUART_ST… 10873 … LPUART_STAT_PF_MASK | LPUART_STAT_FE_MASK | LPUART_STAT_NF_MASK | LPUART_STAT_OR_MASK | LPUART_ST… [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKL17Z644/ |
| D | MKL17Z644.h | 3940 #define LPUART_STAT_OR_MASK (0x80000U) macro 3946 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_OR_SHIFT)) & LPUART_STAT_OR_MASK)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MCXC141/ |
| D | MCXC141.h | 4383 #define LPUART_STAT_OR_MASK (0x80000U) macro 4389 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_OR_SHIFT)) & LPUART_STAT_OR_MASK)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MCXC142/ |
| D | MCXC142.h | 4381 #define LPUART_STAT_OR_MASK (0x80000U) macro 4387 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_OR_SHIFT)) & LPUART_STAT_OR_MASK)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MCXC242/ |
| D | MCXC242.h | 4383 #define LPUART_STAT_OR_MASK (0x80000U) macro 4389 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_OR_SHIFT)) & LPUART_STAT_OR_MASK)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKL27Z644/ |
| D | MKL27Z644.h | 3949 #define LPUART_STAT_OR_MASK (0x80000U) macro 3955 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_OR_SHIFT)) & LPUART_STAT_OR_MASK)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MCXC144/ |
| D | MCXC144.h | 4974 #define LPUART_STAT_OR_MASK (0x80000U) macro 4980 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_OR_SHIFT)) & LPUART_STAT_OR_MASK)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MCXC143/ |
| D | MCXC143.h | 4974 #define LPUART_STAT_OR_MASK (0x80000U) macro 4980 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_OR_SHIFT)) & LPUART_STAT_OR_MASK)
|