Home
last modified time | relevance | path

Searched refs:IntMask (Results 1 – 2 of 2) sorted by relevance

/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Dspi_15xx.c169 void Chip_SPI_Int_Cmd(LPC_SPI_T *pSPI, uint32_t IntMask, FunctionalState NewState) in Chip_SPI_Int_Cmd() argument
172 pSPI->INTENSET |= (IntMask & SPI_INTENSET_BITMASK); in Chip_SPI_Int_Cmd()
175 pSPI->INTENCLR = (IntMask & SPI_INTENCLR_BITMASK); in Chip_SPI_Int_Cmd()
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dspi_15xx.h402 void Chip_SPI_Int_Cmd(LPC_SPI_T *pSPI, uint32_t IntMask, FunctionalState NewState);

Completed in 5 milliseconds