/hal_nxp-3.7.0/mcux/middleware/mcux-sdk-middleware-usb/host/ |
D | usb_host_khci.c | 149 status &= (uint8_t)(usbHostPointer->usbRegBase->INTEN); in USB_HostKhciIsrFunction() 165 usbHostPointer->usbRegBase->INTEN &= (uint8_t)(~USB_INTEN_ATTACHEN_MASK); in USB_HostKhciIsrFunction() 187 usbHostPointer->usbRegBase->INTEN &= (uint8_t)(~USB_INTEN_RESUMEEN_MASK); in USB_HostKhciIsrFunction() 256 usbHostPointer->usbRegBase->INTEN |= USB_INTEN_ATTACHEN_MASK; in _USB_HostKhciAttach() 261 usbHostPointer->usbRegBase->INTEN |= USB_INTEN_ATTACHEN_MASK; in _USB_HostKhciAttach() 280 …usbHostPointer->usbRegBase->INTEN &= (uint8_t)(~(USB_INTEN_TOKDNEEN_MASK | USB_INTEN_USBRSTEN_MASK… in _USB_HostKhciAttach() 298 usbHostPointer->usbRegBase->INTEN |= (USB_INTEN_TOKDNEEN_MASK | USB_INTEN_USBRSTEN_MASK); in _USB_HostKhciAttach() 323 usbHostPointer->usbRegBase->INTEN &= (uint8_t)(~USB_INTEN_RESUMEEN_MASK); in _USB_HostKhciReset() 345 usbHostPointer->usbRegBase->INTEN |= USB_ISTAT_USBRST_MASK; in _USB_HostKhciReset() 1331 usbHostPointer->usbRegBase->INTEN |= (USB_INTEN_RESUMEEN_MASK); in _USB_HostKhciTransferStateMachine() [all …]
|
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/lpc_adc/ |
D | fsl_adc.h | 713 base->INTEN |= (0x7UL & mask); in ADC_EnableInterrupts() 724 base->INTEN &= ~(0x7UL & mask); in ADC_DisableInterrupts() 738 …base->INTEN = (base->INTEN & ~(0x3UL << ((channel << 1UL) + 3UL))) | ((uint32_t)(mode) << ((channe… in ADC_EnableThresholdCompareInterrupt()
|
D | fsl_adc.c | 74 base->INTEN = 0U; /* Quickly disable all the interrupts. */ in ADC_Init()
|
/hal_nxp-3.7.0/mcux/middleware/mcux-sdk-middleware-usb/device/ |
D | usb_device_khci.c | 252 khciState->registerBase->INTEN = interruptFlag; in USB_DeviceKhciSetDefaultState() 936 khciState->registerBase->INTEN |= USB_INTEN_RESUMEEN_MASK; in USB_DeviceKhciInterruptSleep() 940 khciState->registerBase->INTEN &= (uint8_t)(~(USB_INTEN_SLEEPEN_MASK)); in USB_DeviceKhciInterruptSleep() 977 khciState->registerBase->INTEN |= USB_INTEN_SLEEPEN_MASK; in USB_DeviceKhciInterruptResume() 979 khciState->registerBase->INTEN &= (uint8_t)(~(USB_INTEN_RESUMEEN_MASK)); in USB_DeviceKhciInterruptResume() 1265 khciState->registerBase->INTEN = (0U); in USB_DeviceKhciDeinit() 1685 status &= khciState->registerBase->INTEN; in USB_DeviceKhciIsrFunction()
|
D | usb_device_lpcip3511.c | 499 …lpc3511IpState->registerBase->INTEN = USB_LPC3511IP_INTSTAT_DEV_INT_MASK | USB_LPC3511IP_MAX_PHY_E… in USB_DeviceLpc3511IpSetDefaultState() 1726 lpc3511IpState->registerBase->INTEN = 0U; in USB_DeviceLpc3511IpDeinit() 2593 interruptStatus &= lpc3511IpState->registerBase->INTEN; in USB_DeviceLpcIp3511IsrFunction()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/flexspi/ |
D | fsl_flexspi.h | 471 base->INTEN |= mask; in FLEXSPI_EnableInterrupts() 482 base->INTEN &= ~mask; in FLEXSPI_DisableInterrupts()
|
D | fsl_flexspi.c | 1073 intEnableStatus = base->INTEN; in FLEXSPI_TransferHandleIRQ()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/semc/ |
D | fsl_semc.h | 764 base->INTEN |= mask; in SEMC_EnableInterrupts() 783 base->INTEN &= ~mask; in SEMC_DisableInterrupts()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/eeprom/ |
D | fsl_eeprom.h | 188 return base->INTEN; in EEPROM_GetEnabledInterruptStatus()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/pwm/ |
D | fsl_pwm.c | 1078 base->SM[subModule].INTEN |= ((uint16_t)mask & 0xFFFFU); in PWM_EnableInterrupts() 1093 base->SM[subModule].INTEN &= ~((uint16_t)mask & 0xFFFFU); in PWM_DisableInterrupts() 1110 enabledInterrupts = base->SM[subModule].INTEN; in PWM_GetEnabledInterrupts()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC55S36/drivers/ |
D | fsl_power.c | 3095 flash_int_enable_reg = FLASH->INTEN; /* Save INT_ENABLE register. */ in POWER_SetSystemClock12MHZ()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC5536/drivers/ |
D | fsl_power.c | 3095 flash_int_enable_reg = FLASH->INTEN; /* Save INT_ENABLE register. */ in POWER_SetSystemClock12MHZ()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC5534/drivers/ |
D | fsl_power.c | 3095 flash_int_enable_reg = FLASH->INTEN; /* Save INT_ENABLE register. */ in POWER_SetSystemClock12MHZ()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC54S005/ |
D | LPC54S005.h | 288 …__IO uint32_t INTEN; /**< ADC Interrupt Enable register. This register… member 7356 __IO uint32_t INTEN; /**< PUF Interrupt Enable, offset: 0x100 */ member 17170 …__IO uint32_t INTEN; /**< USB interrupt enable register, offset: 0x24 … member 18387 …__IO uint32_t INTEN; /**< USB interrupt enable register, offset: 0x24 … member
|
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC54605/ |
D | LPC54605.h | 297 …__IO uint32_t INTEN; /**< ADC Interrupt Enable register. This register… member 3008 __I uint32_t INTEN; /**< EEPROM interrupt enable, offset: 0xFE4 */ member 16707 …__IO uint32_t INTEN; /**< USB interrupt enable register, offset: 0x24 … member 17924 …__IO uint32_t INTEN; /**< USB interrupt enable register, offset: 0x24 … member
|
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC54607/ |
D | LPC54607.h | 294 …__IO uint32_t INTEN; /**< ADC Interrupt Enable register. This register… member 3005 __I uint32_t INTEN; /**< EEPROM interrupt enable, offset: 0xFE4 */ member 17351 …__IO uint32_t INTEN; /**< USB interrupt enable register, offset: 0x24 … member 18568 …__IO uint32_t INTEN; /**< USB interrupt enable register, offset: 0x24 … member
|
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC51U68/ |
D | LPC51U68.h | 244 …__IO uint32_t INTEN; /**< ADC Interrupt Enable register. This register… member 10237 …__IO uint32_t INTEN; /**< USB interrupt enable register, offset: 0x24 … member
|
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC54616/ |
D | LPC54616.h | 295 …__IO uint32_t INTEN; /**< ADC Interrupt Enable register. This register… member 4549 __I uint32_t INTEN; /**< EEPROM interrupt enable, offset: 0xFE4 */ member 20930 …__IO uint32_t INTEN; /**< USB interrupt enable register, offset: 0x24 … member 22147 …__IO uint32_t INTEN; /**< USB interrupt enable register, offset: 0x24 … member
|
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC54606/ |
D | LPC54606.h | 297 …__IO uint32_t INTEN; /**< ADC Interrupt Enable register. This register… member 4474 __I uint32_t INTEN; /**< EEPROM interrupt enable, offset: 0xFE4 */ member 20855 …__IO uint32_t INTEN; /**< USB interrupt enable register, offset: 0x24 … member 22072 …__IO uint32_t INTEN; /**< USB interrupt enable register, offset: 0x24 … member
|
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC54113/ |
D | LPC54113.h | 202 …__IO uint32_t INTEN; /**< ADC Interrupt Enable register. This register… member 11267 …__IO uint32_t INTEN; /**< USB interrupt enable register, offset: 0x24 … member
|
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC54114/ |
D | LPC54114_cm4.h | 201 …__IO uint32_t INTEN; /**< ADC Interrupt Enable register. This register… member 11266 …__IO uint32_t INTEN; /**< USB interrupt enable register, offset: 0x24 … member
|
D | LPC54114_cm0plus.h | 190 …__IO uint32_t INTEN; /**< ADC Interrupt Enable register. This register… member 11253 …__IO uint32_t INTEN; /**< USB interrupt enable register, offset: 0x24 … member
|
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC802/ |
D | LPC802.h | 338 …__IO uint32_t INTEN; /**< ADC Interrupt Enable register. This register… member
|
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC54S018M/ |
D | LPC54S018M.h | 288 …__IO uint32_t INTEN; /**< ADC Interrupt Enable register. This register… member 12249 __IO uint32_t INTEN; /**< PUF Interrupt Enable, offset: 0x100 */ member 22063 …__IO uint32_t INTEN; /**< USB interrupt enable register, offset: 0x24 … member 23280 …__IO uint32_t INTEN; /**< USB interrupt enable register, offset: 0x24 … member
|
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC54S018/ |
D | LPC54S018.h | 288 …__IO uint32_t INTEN; /**< ADC Interrupt Enable register. This register… member 12249 __IO uint32_t INTEN; /**< PUF Interrupt Enable, offset: 0x100 */ member 22063 …__IO uint32_t INTEN; /**< USB interrupt enable register, offset: 0x24 … member 23280 …__IO uint32_t INTEN; /**< USB interrupt enable register, offset: 0x24 … member
|