Home
last modified time | relevance | path

Searched refs:RCR (Results 1 – 25 of 154) sorted by relevance

1234567

/hal_nxp-latest/mcux/mcux-sdk/drivers/esai/
Dfsl_esai.c178 base->RCR &= in ESAI_SetCustomerProtocol()
181 base->RCR |= ESAI_RCR_RFSR(protocol->fsEarly) | ESAI_RCR_RFSL(protocol->fsOneBit) | in ESAI_SetCustomerProtocol()
563 base->RCR &= ~(ESAI_RCR_RE0_MASK | ESAI_RCR_RE1_MASK | ESAI_RCR_RE2_MASK | ESAI_RCR_RE3_MASK); in ESAI_RxReset()
564 base->RCR |= ESAI_RCR_RPR_MASK; in ESAI_RxReset()
565 base->RCR &= ~ESAI_RCR_RPR_MASK; in ESAI_RxReset()
613 …val = base->RCR & ~(ESAI_RCR_RE3_MASK | ESAI_RCR_RE2_MASK | ESAI_RCR_RE1_MASK | ESAI_RCR_RE0_MASK); in ESAI_RxEnable()
615 base->RCR = val; in ESAI_RxEnable()
695 base->RCR &= ~ESAI_RCR_RSWS_MASK; in ESAI_RxSetFormat()
696 base->RCR |= ESAI_RCR_RSWS(format->slotType); in ESAI_RxSetFormat()
1232 ((ESAI->RCR & (uint32_t)kESAI_TransmitInterruptEnable) != 0U)) in ESAI_DriverIRQHandler()
[all …]
Dfsl_esai.h567 base->RCR |= mask; in ESAI_RxEnableInterrupts()
589 base->RCR &= (~mask); in ESAI_RxDisableInterrupts()
/hal_nxp-latest/mcux/mcux-sdk/drivers/dac14/
Dfsl_dac14.h184 base->RCR |= HPDAC_RCR_SWRST_MASK; in DAC14_DoSoftwareReset()
185 base->RCR &= ~HPDAC_RCR_SWRST_MASK; in DAC14_DoSoftwareReset()
197 base->RCR |= HPDAC_RCR_FIFORST_MASK; in DAC14_DoFIFOReset()
198 base->RCR &= ~HPDAC_RCR_FIFORST_MASK; in DAC14_DoFIFOReset()
/hal_nxp-latest/mcux/mcux-sdk/drivers/dac_1/
Dfsl_dac.h259 base->RCR |= mask; in DAC_SetReset()
273 base->RCR &= ~mask; in DAC_ClearReset()
/hal_nxp-latest/mcux/mcux-sdk/drivers/mu1/
Dfsl_mu.h662 base->RCR |= tmp; in MU_EnableInterrupts()
718 base->RCR &= ~tmp; in MU_DisableInterrupts()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8UD7/drivers/upower/
Dupower_api.c261 mu->RCR.R = 0U; /* disable the interrupt until data is read */ in upwr_txrx_isr()
579 mu->TCR.R = mu->RCR.R = 0U; /* disable tx and rx interrupts, in case in upwr_init()
714 mu->RCR.R = 1U; /* enable only RR[0] receive interrupt */ in upwr_init()
3170 mu->RCR.R = 1U; /* enable only RR[0] receive interrupt */ in upwr_rx()
Dupmu.h326 MU_RCR_tag RCR; // RCR Register member
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8UD5/drivers/upower/
Dupower_api.c261 mu->RCR.R = 0U; /* disable the interrupt until data is read */ in upwr_txrx_isr()
579 mu->TCR.R = mu->RCR.R = 0U; /* disable tx and rx interrupts, in case in upwr_init()
714 mu->RCR.R = 1U; /* enable only RR[0] receive interrupt */ in upwr_init()
3170 mu->RCR.R = 1U; /* enable only RR[0] receive interrupt */ in upwr_rx()
Dupmu.h326 MU_RCR_tag RCR; // RCR Register member
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8US5/drivers/upower/
Dupower_api.c261 mu->RCR.R = 0U; /* disable the interrupt until data is read */ in upwr_txrx_isr()
579 mu->TCR.R = mu->RCR.R = 0U; /* disable tx and rx interrupts, in case in upwr_init()
714 mu->RCR.R = 1U; /* enable only RR[0] receive interrupt */ in upwr_init()
3170 mu->RCR.R = 1U; /* enable only RR[0] receive interrupt */ in upwr_rx()
Dupmu.h326 MU_RCR_tag RCR; // RCR Register member
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8US3/drivers/upower/
Dupower_api.c261 mu->RCR.R = 0U; /* disable the interrupt until data is read */ in upwr_txrx_isr()
579 mu->TCR.R = mu->RCR.R = 0U; /* disable tx and rx interrupts, in case in upwr_init()
714 mu->RCR.R = 1U; /* enable only RR[0] receive interrupt */ in upwr_init()
3170 mu->RCR.R = 1U; /* enable only RR[0] receive interrupt */ in upwr_rx()
Dupmu.h326 MU_RCR_tag RCR; // RCR Register member
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8UD3/drivers/upower/
Dupower_api.c261 mu->RCR.R = 0U; /* disable the interrupt until data is read */ in upwr_txrx_isr()
579 mu->TCR.R = mu->RCR.R = 0U; /* disable tx and rx interrupts, in case in upwr_init()
714 mu->RCR.R = 1U; /* enable only RR[0] receive interrupt */ in upwr_init()
3170 mu->RCR.R = 1U; /* enable only RR[0] receive interrupt */ in upwr_rx()
Dupmu.h326 MU_RCR_tag RCR; // RCR Register member
/hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/enet/
Dfsl_enet_cmsis.c159 uint32_t rcr = enet->resource->base->RCR; in ENET_CommonControl()
252 enet->resource->base->RCR = rcr; in ENET_CommonControl()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX9352/drivers/
Dfsl_sentinel.c28 __IO uint32_t RCR; /**< Receive Control Register, offset: 0x128 */ member
75 SENTINEL__MUA_RTD->RCR = 0U; /* Disable all receive interrupts. */ in SENTINEL_Init()
/hal_nxp-latest/mcux/mcux-sdk/drivers/enet/
Dfsl_enet.c632 base->RCR = rcr; in ENET_SetMacController()
1103 uint32_t rcr = base->RCR; in ENET_SetMII()
1146 base->RCR = rcr; in ENET_SetMII()
2358 if (0U != (base->RCR & ENET_RCR_PROM_MASK)) in ENET_GetRxFrame()
Dfsl_enet.h126 ((((x)->RCR & ENET_RCR_MAX_FL_MASK) >> ENET_RCR_MAX_FL_SHIFT) - ENET_FRAME_CRC_LEN)
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8UD7/drivers/
Dfsl_sentinel.c41 SENTINEL__MUA_RTD->RCR = 0U; /* Disable all receive interrupts. */ in SENTINEL_Init()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8US5/drivers/
Dfsl_sentinel.c41 SENTINEL__MUA_RTD->RCR = 0U; /* Disable all receive interrupts. */ in SENTINEL_Init()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8US3/drivers/
Dfsl_sentinel.c41 SENTINEL__MUA_RTD->RCR = 0U; /* Disable all receive interrupts. */ in SENTINEL_Init()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8UD5/drivers/
Dfsl_sentinel.c41 SENTINEL__MUA_RTD->RCR = 0U; /* Disable all receive interrupts. */ in SENTINEL_Init()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8UD3/drivers/
Dfsl_sentinel.c41 SENTINEL__MUA_RTD->RCR = 0U; /* Disable all receive interrupts. */ in SENTINEL_Init()
/hal_nxp-latest/s32/drivers/s32k3/BaseNXP/header/
DS32K344_MU.h94 __IO uint32_t RCR; /**< Receive Control Register, offset: 0x128 */ member

1234567