Home
last modified time | relevance | path

Searched refs:LPUART_STAT_OR_MASK (Results 1 – 25 of 174) sorted by relevance

1234567

/hal_nxp-latest/mcux/mcux-sdk/components/uart/
Dfsl_adapter_lpuart.c493 ((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/
DS32K142_LPUART.h266 #define LPUART_STAT_OR_MASK (0x80000U) macro
269 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_OR_SHIFT)) & LPUART_STAT_OR_MASK)
DS32K116_LPUART.h266 #define LPUART_STAT_OR_MASK (0x80000U) macro
269 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_OR_SHIFT)) & LPUART_STAT_OR_MASK)
DS32K118_LPUART.h266 #define LPUART_STAT_OR_MASK (0x80000U) macro
269 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_OR_SHIFT)) & LPUART_STAT_OR_MASK)
DS32K144_LPUART.h270 #define LPUART_STAT_OR_MASK (0x80000U) macro
273 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_OR_SHIFT)) & LPUART_STAT_OR_MASK)
DS32K142W_LPUART.h270 #define LPUART_STAT_OR_MASK (0x80000U) macro
273 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_OR_SHIFT)) & LPUART_STAT_OR_MASK)
DS32K148_LPUART.h270 #define LPUART_STAT_OR_MASK (0x80000U) macro
273 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_OR_SHIFT)) & LPUART_STAT_OR_MASK)
DS32K146_LPUART.h270 #define LPUART_STAT_OR_MASK (0x80000U) macro
273 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_OR_SHIFT)) & LPUART_STAT_OR_MASK)
DS32K144W_LPUART.h270 #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/
DS32K344_LPUART.h328 #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/
Dfsl_lpuart.c428 …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()
Dfsl_lpuart.h218 …kLPUART_RxOverrunFlag = (LPUART_STAT_OR_MASK), /*!< Receive Overrun, sets when new data is receiv…
/hal_nxp-latest/mcux/mcux-sdk/drivers/lin/
Dfsl_lin_lpuart.h47 …kLPUART_RxOverrunFlag = (LPUART_STAT_OR_MASK), /*!< Receive Overrun, sets when new data is recei…
Dfsl_lin_lpuart.c252 …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/
Dfsl_lpuart.c525 …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()
Dfsl_lpuart.h178 …kLPUART_RxOverrunFlag = (LPUART_STAT_OR_MASK), /*!< Receive Overrun, sets when new data is recei…
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXC041/
DMCXC041.h2567 #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/
DMKW40Z4_extension.h10594 … 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/
DMKL17Z644.h3940 #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/
DMCXC141.h4383 #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/
DMCXC142.h4381 #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/
DMCXC242.h4383 #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/
DMKL27Z644.h3949 #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/
DMCXC144.h4974 #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/
DMCXC143.h4974 #define LPUART_STAT_OR_MASK (0x80000U) macro
4980 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_OR_SHIFT)) & LPUART_STAT_OR_MASK)

1234567