| /hal_nxp-latest/s32/drivers/s32k1/BaseNXP/header/ |
| D | S32K142_LPUART.h | 246 #define LPUART_STAT_MA1F_MASK (0x8000U) macro 249 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_MA1F_SHIFT)) & LPUART_STAT_MA1F_MASK)
|
| D | S32K116_LPUART.h | 246 #define LPUART_STAT_MA1F_MASK (0x8000U) macro 249 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_MA1F_SHIFT)) & LPUART_STAT_MA1F_MASK)
|
| D | S32K118_LPUART.h | 246 #define LPUART_STAT_MA1F_MASK (0x8000U) macro 249 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_MA1F_SHIFT)) & LPUART_STAT_MA1F_MASK)
|
| D | S32K144_LPUART.h | 250 #define LPUART_STAT_MA1F_MASK (0x8000U) macro 253 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_MA1F_SHIFT)) & LPUART_STAT_MA1F_MASK)
|
| D | S32K142W_LPUART.h | 250 #define LPUART_STAT_MA1F_MASK (0x8000U) macro 253 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_MA1F_SHIFT)) & LPUART_STAT_MA1F_MASK)
|
| D | S32K148_LPUART.h | 250 #define LPUART_STAT_MA1F_MASK (0x8000U) macro 253 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_MA1F_SHIFT)) & LPUART_STAT_MA1F_MASK)
|
| D | S32K146_LPUART.h | 250 #define LPUART_STAT_MA1F_MASK (0x8000U) macro 253 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_MA1F_SHIFT)) & LPUART_STAT_MA1F_MASK)
|
| D | S32K144W_LPUART.h | 250 #define LPUART_STAT_MA1F_MASK (0x8000U) macro 253 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_MA1F_SHIFT)) & LPUART_STAT_MA1F_MASK)
|
| /hal_nxp-latest/s32/drivers/s32k3/BaseNXP/header/ |
| D | S32K344_LPUART.h | 308 #define LPUART_STAT_MA1F_MASK (0x8000U) macro 311 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_MA1F_SHIFT)) & LPUART_STAT_MA1F_MASK)
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lin/ |
| D | fsl_lin_lpuart.h | 63 …kLPUART_DataMatch1Flag = LPUART_STAT_MA1F_MASK, /*!< The next character to be read from LPUART_DAT…
|
| D | fsl_lin_lpuart.c | 257 temp &= (~((uint32_t)LPUART_STAT_MA2F_MASK | LPUART_STAT_MA1F_MASK)); in LIN_LPUART_ClearStatusFlags() 258 temp |= mask & (LPUART_STAT_MA2F_MASK | LPUART_STAT_MA1F_MASK); in LIN_LPUART_ClearStatusFlags()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpuart/ |
| D | fsl_lpuart.h | 195 … LPUART_STAT_MA1F_MASK, /*!< The next character to be read from LPUART_DATA matches MA1. bit 15 */
|
| D | fsl_lpuart.c | 533 temp |= (LPUART_STAT_MA1F_MASK | LPUART_STAT_MA2F_MASK); in LPUART_Init() 611 temp |= (LPUART_STAT_MA1F_MASK | LPUART_STAT_MA2F_MASK); in LPUART_Deinit()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpuart/ |
| D | fsl_lpuart.h | 211 … LPUART_STAT_MA1F_MASK, /*!< The next character to be read from LPUART_DATA matches MA1. bit 15 */
|
| D | fsl_lpuart.c | 436 temp |= (LPUART_STAT_MA1F_MASK | LPUART_STAT_MA2F_MASK); in LPUART_Init() 539 temp |= (LPUART_STAT_MA1F_MASK | LPUART_STAT_MA2F_MASK); in LPUART_Deinit()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MCXC041/ |
| D | MCXC041.h | 2535 #define LPUART_STAT_MA1F_MASK (0x8000U) macro 2541 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_MA1F_SHIFT)) & LPUART_STAT_MA1F_MASK)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKW40Z4/ |
| D | MKW40Z4_extension.h | 10594 …MA2F(base, value) (LPUART_RMW_STAT(base, (LPUART_STAT_MA2F_MASK | LPUART_STAT_MA1F_MASK | LPUART_S… 10610 #define LPUART_RD_STAT_MA1F(base) ((LPUART_STAT_REG(base) & LPUART_STAT_MA1F_MASK) >> LPUART_STAT_M… 10614 #define LPUART_WR_STAT_MA1F(base, value) (LPUART_RMW_STAT(base, (LPUART_STAT_MA1F_MASK | LPUART_STA… 10636 …ART_RMW_STAT(base, (LPUART_STAT_PF_MASK | LPUART_STAT_MA2F_MASK | LPUART_STAT_MA1F_MASK | LPUART_S… 10658 …ART_RMW_STAT(base, (LPUART_STAT_FE_MASK | LPUART_STAT_MA2F_MASK | LPUART_STAT_MA1F_MASK | LPUART_S… 10682 …ART_RMW_STAT(base, (LPUART_STAT_NF_MASK | LPUART_STAT_MA2F_MASK | LPUART_STAT_MA1F_MASK | LPUART_S… 10709 …ART_RMW_STAT(base, (LPUART_STAT_OR_MASK | LPUART_STAT_MA2F_MASK | LPUART_STAT_MA1F_MASK | LPUART_S… 10740 …T_RMW_STAT(base, (LPUART_STAT_IDLE_MASK | LPUART_STAT_MA2F_MASK | LPUART_STAT_MA1F_MASK | LPUART_S… 10848 …_RMW_STAT(base, (LPUART_STAT_LBKDE_MASK | LPUART_STAT_MA2F_MASK | LPUART_STAT_MA1F_MASK | LPUART_S… 10873 …_RMW_STAT(base, (LPUART_STAT_BRK13_MASK | LPUART_STAT_MA2F_MASK | LPUART_STAT_MA1F_MASK | LPUART_S… [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKL17Z644/ |
| D | MKL17Z644.h | 3912 #define LPUART_STAT_MA1F_MASK (0x8000U) macro 3918 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_MA1F_SHIFT)) & LPUART_STAT_MA1F_MASK)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MCXC141/ |
| D | MCXC141.h | 4351 #define LPUART_STAT_MA1F_MASK (0x8000U) macro 4357 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_MA1F_SHIFT)) & LPUART_STAT_MA1F_MASK)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MCXC142/ |
| D | MCXC142.h | 4349 #define LPUART_STAT_MA1F_MASK (0x8000U) macro 4355 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_MA1F_SHIFT)) & LPUART_STAT_MA1F_MASK)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MCXC242/ |
| D | MCXC242.h | 4351 #define LPUART_STAT_MA1F_MASK (0x8000U) macro 4357 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_MA1F_SHIFT)) & LPUART_STAT_MA1F_MASK)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKL27Z644/ |
| D | MKL27Z644.h | 3921 #define LPUART_STAT_MA1F_MASK (0x8000U) macro 3927 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_MA1F_SHIFT)) & LPUART_STAT_MA1F_MASK)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MCXC144/ |
| D | MCXC144.h | 4942 #define LPUART_STAT_MA1F_MASK (0x8000U) macro 4948 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_MA1F_SHIFT)) & LPUART_STAT_MA1F_MASK)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MCXC143/ |
| D | MCXC143.h | 4942 #define LPUART_STAT_MA1F_MASK (0x8000U) macro 4948 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_MA1F_SHIFT)) & LPUART_STAT_MA1F_MASK)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MCXC243/ |
| D | MCXC243.h | 4940 #define LPUART_STAT_MA1F_MASK (0x8000U) macro 4946 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_MA1F_SHIFT)) & LPUART_STAT_MA1F_MASK)
|