| /hal_nxp-latest/s32/drivers/s32k1/BaseNXP/header/ |
| D | S32K142_LPUART.h | 251 #define LPUART_STAT_PF_MASK (0x10000U) macro 254 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_PF_SHIFT)) & LPUART_STAT_PF_MASK)
|
| D | S32K116_LPUART.h | 251 #define LPUART_STAT_PF_MASK (0x10000U) macro 254 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_PF_SHIFT)) & LPUART_STAT_PF_MASK)
|
| D | S32K118_LPUART.h | 251 #define LPUART_STAT_PF_MASK (0x10000U) macro 254 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_PF_SHIFT)) & LPUART_STAT_PF_MASK)
|
| D | S32K144_LPUART.h | 255 #define LPUART_STAT_PF_MASK (0x10000U) macro 258 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_PF_SHIFT)) & LPUART_STAT_PF_MASK)
|
| D | S32K142W_LPUART.h | 255 #define LPUART_STAT_PF_MASK (0x10000U) macro 258 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_PF_SHIFT)) & LPUART_STAT_PF_MASK)
|
| D | S32K148_LPUART.h | 255 #define LPUART_STAT_PF_MASK (0x10000U) macro 258 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_PF_SHIFT)) & LPUART_STAT_PF_MASK)
|
| D | S32K146_LPUART.h | 255 #define LPUART_STAT_PF_MASK (0x10000U) macro 258 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_PF_SHIFT)) & LPUART_STAT_PF_MASK)
|
| D | S32K144W_LPUART.h | 255 #define LPUART_STAT_PF_MASK (0x10000U) macro 258 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_PF_SHIFT)) & LPUART_STAT_PF_MASK)
|
| /hal_nxp-latest/s32/drivers/s32k3/BaseNXP/header/ |
| D | S32K344_LPUART.h | 313 #define LPUART_STAT_PF_MASK (0x10000U) macro 316 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_PF_SHIFT)) & LPUART_STAT_PF_MASK)
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lin/ |
| D | fsl_lin_lpuart.h | 53 …kLPUART_ParityErrorFlag = (LPUART_STAT_PF_MASK), /*!< If parity enabled, sets upon parity error de…
|
| D | fsl_lin_lpuart.c | 253 LPUART_STAT_FE_MASK | LPUART_STAT_PF_MASK)); in LIN_LPUART_ClearStatusFlags() 255 LPUART_STAT_FE_MASK | LPUART_STAT_PF_MASK); in LIN_LPUART_ClearStatusFlags()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpuart/ |
| D | fsl_lpuart.h | 184 …kLPUART_ParityErrorFlag = (LPUART_STAT_PF_MASK), /*!< If parity enabled, sets upon parity error de…
|
| D | fsl_lpuart.c | 526 LPUART_STAT_FE_MASK | LPUART_STAT_PF_MASK); in LPUART_Init() 604 LPUART_STAT_FE_MASK | LPUART_STAT_PF_MASK); in LPUART_Deinit()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpuart/ |
| D | fsl_lpuart.h | 213 …kLPUART_ParityErrorFlag = (LPUART_STAT_PF_MASK), /*!< If parity enabled, sets upon parity error de…
|
| D | fsl_lpuart.c | 429 LPUART_STAT_FE_MASK | LPUART_STAT_PF_MASK); in LPUART_Init() 532 LPUART_STAT_FE_MASK | LPUART_STAT_PF_MASK); in LPUART_Deinit()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MCXC041/ |
| D | MCXC041.h | 2543 #define LPUART_STAT_PF_MASK (0x10000U) macro 2549 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_PF_SHIFT)) & LPUART_STAT_PF_MASK)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKW40Z4/ |
| D | MKW40Z4_extension.h | 10594 …RT_RMW_STAT(base, (LPUART_STAT_MA2F_MASK | LPUART_STAT_MA1F_MASK | LPUART_STAT_PF_MASK | LPUART_ST… 10614 …RT_RMW_STAT(base, (LPUART_STAT_MA1F_MASK | LPUART_STAT_MA2F_MASK | LPUART_STAT_PF_MASK | LPUART_ST… 10632 #define LPUART_RD_STAT_PF(base) ((LPUART_STAT_REG(base) & LPUART_STAT_PF_MASK) >> LPUART_STAT_PF_SH… 10636 #define LPUART_WR_STAT_PF(base, value) (LPUART_RMW_STAT(base, (LPUART_STAT_PF_MASK | LPUART_STAT_MA… 10658 …ART_STAT_FE_MASK | LPUART_STAT_MA2F_MASK | LPUART_STAT_MA1F_MASK | LPUART_STAT_PF_MASK | LPUART_ST… 10682 …ART_STAT_NF_MASK | LPUART_STAT_MA2F_MASK | LPUART_STAT_MA1F_MASK | LPUART_STAT_PF_MASK | LPUART_ST… 10709 …ART_STAT_OR_MASK | LPUART_STAT_MA2F_MASK | LPUART_STAT_MA1F_MASK | LPUART_STAT_PF_MASK | LPUART_ST… 10740 …T_STAT_IDLE_MASK | LPUART_STAT_MA2F_MASK | LPUART_STAT_MA1F_MASK | LPUART_STAT_PF_MASK | LPUART_ST… 10848 …_STAT_LBKDE_MASK | LPUART_STAT_MA2F_MASK | LPUART_STAT_MA1F_MASK | LPUART_STAT_PF_MASK | LPUART_ST… 10873 …_STAT_BRK13_MASK | LPUART_STAT_MA2F_MASK | LPUART_STAT_MA1F_MASK | LPUART_STAT_PF_MASK | LPUART_ST… [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKL17Z644/ |
| D | MKL17Z644.h | 3919 #define LPUART_STAT_PF_MASK (0x10000U) macro 3925 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_PF_SHIFT)) & LPUART_STAT_PF_MASK)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MCXC141/ |
| D | MCXC141.h | 4359 #define LPUART_STAT_PF_MASK (0x10000U) macro 4365 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_PF_SHIFT)) & LPUART_STAT_PF_MASK)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MCXC142/ |
| D | MCXC142.h | 4357 #define LPUART_STAT_PF_MASK (0x10000U) macro 4363 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_PF_SHIFT)) & LPUART_STAT_PF_MASK)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MCXC242/ |
| D | MCXC242.h | 4359 #define LPUART_STAT_PF_MASK (0x10000U) macro 4365 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_PF_SHIFT)) & LPUART_STAT_PF_MASK)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKL27Z644/ |
| D | MKL27Z644.h | 3928 #define LPUART_STAT_PF_MASK (0x10000U) macro 3934 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_PF_SHIFT)) & LPUART_STAT_PF_MASK)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MCXC144/ |
| D | MCXC144.h | 4950 #define LPUART_STAT_PF_MASK (0x10000U) macro 4956 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_PF_SHIFT)) & LPUART_STAT_PF_MASK)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MCXC143/ |
| D | MCXC143.h | 4950 #define LPUART_STAT_PF_MASK (0x10000U) macro 4956 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_PF_SHIFT)) & LPUART_STAT_PF_MASK)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MCXC243/ |
| D | MCXC243.h | 4948 #define LPUART_STAT_PF_MASK (0x10000U) macro 4954 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_PF_SHIFT)) & LPUART_STAT_PF_MASK)
|