Home
last modified time | relevance | path

Searched refs:irqs (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpc_minispi/
Dfsl_spi.h428 static inline void SPI_EnableInterrupts(SPI_Type *base, uint32_t irqs) in SPI_EnableInterrupts() argument
431 base->INTENSET = irqs; in SPI_EnableInterrupts()
442 static inline void SPI_DisableInterrupts(SPI_Type *base, uint32_t irqs) in SPI_DisableInterrupts() argument
445 base->INTENCLR = irqs; in SPI_DisableInterrupts()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flexcomm/spi/
Dfsl_spi.h459 static inline void SPI_EnableInterrupts(SPI_Type *base, uint32_t irqs) in SPI_EnableInterrupts() argument
462 base->FIFOINTENSET = irqs; in SPI_EnableInterrupts()
473 static inline void SPI_DisableInterrupts(SPI_Type *base, uint32_t irqs) in SPI_DisableInterrupts() argument
476 base->FIFOINTENCLR = irqs; in SPI_DisableInterrupts()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpi2c/
Dfsl_lpi2c.c1615 uint32_t irqs = LPI2C_MasterGetEnabledInterrupts(base); in LPI2C_MasterTransferGetCount() local
1616 LPI2C_MasterDisableInterrupts(base, irqs); in LPI2C_MasterTransferGetCount()
1620 LPI2C_MasterEnableInterrupts(base, irqs); in LPI2C_MasterTransferGetCount()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/i3c/
Dfsl_i3c.c2428 uint32_t irqs = I3C_MasterGetEnabledInterrupts(base); in I3C_MasterTransferGetCount() local
2429 I3C_MasterDisableInterrupts(base, irqs); in I3C_MasterTransferGetCount()
2433 I3C_MasterEnableInterrupts(base, irqs); in I3C_MasterTransferGetCount()