Home
last modified time | relevance | path

Searched refs:LPC_SPI0_BASE (Results 1 – 5 of 5) sorted by relevance

/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dchip.h64 #define LPC_SPI0_BASE 0x40048000 macro
126 #define LPC_SPI0 ((LPC_SPI_T *) LPC_SPI0_BASE)
/external/platform/lpc15xx/lpcopen/periph_spi_rom_polling/example/src/
A Dperiph_spi_rom_polling.c113 spiHandleMaster = LPC_SPID_API->spi_setup(LPC_SPI0_BASE, (uint8_t *) &spiMasterHandleMEM); in setupSpiMaster()
/external/platform/lpc15xx/lpcopen/periph_spi_rom_polling_slave/example/src/
A Dperiph_spi_rom_polling_slave.c112 spiHandleSlave = LPC_SPID_API->spi_setup(LPC_SPI0_BASE, (uint8_t *) &spiSlaveHandleMEM); in setupSpiSlave()
/external/platform/lpc15xx/lpcopen/periph_spi_rom_interrupt/example/src/
A Dperiph_spi_rom_interrupt.c116 spiHandleMaster = LPC_SPID_API->spi_setup(LPC_SPI0_BASE, (uint8_t *) &spiMasterHandleMEM); in setupSpiMaster()
/external/platform/lpc15xx/lpcopen/periph_spi_rom_interrupt_slave/example/src/
A Dperiph_spi_rom_interrupt_slave.c114 spiHandleSlave = LPC_SPID_API->spi_setup(LPC_SPI0_BASE, (uint8_t *) &spiSlaveHandleMEM); in setupSpiSlave()

Completed in 10 milliseconds