Home
last modified time | relevance | path

Searched refs:SPI2_BASE (Results 1 – 25 of 81) sorted by relevance

1234

/bsp/mm32f327x/Libraries/MM32F327x/Include/
A Dreg_spi.h47 #define SPI2_BASE (APB1PERIPH_BASE + 0x3800) ///< Base Address: … macro
151 #define SPI2 ((SPI_TypeDef*) SPI2_BASE)
/bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32f10x_spi.c136 if(((uint32_t)SPIx) == SPI2_BASE) in I2S_Init()
/bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32f20x_spi.c136 if(((uint32_t)SPIx) == SPI2_BASE) in I2S_Init()
/bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32v10x_spi.c144 if(((uint32_t)SPIx) == SPI2_BASE) in I2S_Init()
/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/
A DHAL_spi.c108 case SPI2_BASE: in SPI_DeInit()
/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/
A DHAL_spi.c108 case SPI2_BASE: in SPI_DeInit()
/bsp/mm32f103x/Libraries/MM32F103/HAL_lib/src/
A DHAL_spi.c108 case SPI2_BASE: in SPI_DeInit()
/bsp/acm32/acm32f0x0-nucleo/libraries/Device/
A DACM32F0x0.h662 #define SPI2_BASE (AHB1PERIPH_BASE + 0x00000400UL) macro
713 #define SPI2 ((SPI_TypeDef *)SPI2_BASE)
/bsp/acm32/acm32f4xx-nucleo/libraries/Device/
A DACM32F4.h725 #define SPI2_BASE (AHBPERIPH_BASE + 0x00000400UL) macro
791 #define SPI2 ((SPI_TypeDef *)SPI2_BASE)
/bsp/fm33lc026/libraries/FM/FM33xx/Include/
A Dfm33lc0xx.h699 #define SPI2_BASE (PERIPH_BASE + 0x00010800UL) macro
753 #define SPI2 ((SPI_Type *) SPI2_BASE)
A Dfm33lg0xx.h1020 #define SPI2_BASE (PERIPH_BASE +0x00014800) macro
1082 #define SPI2 ((SPI_Type *) SPI2_BASE )
/bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/CMSIS/Include/
A Dfm33lc0xx.h700 #define SPI2_BASE (PERIPH_BASE + 0x00010800UL) macro
754 #define SPI2 ((SPI_Type *) SPI2_BASE)
A Dfm33lg0xx.h1020 #define SPI2_BASE (PERIPH_BASE +0x00014800) macro
1082 #define SPI2 ((SPI_Type *) SPI2_BASE )
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/
A Dair32f10x_spi.c240 if(((uint32_t)SPIx) == SPI2_BASE) in I2S_Init()
/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/src/
A Dn32l40x_spi.c263 if (((uint32_t)SPIx) == SPI2_BASE) in I2S_Init()
/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/src/
A Dn32l43x_spi.c263 if (((uint32_t)SPIx) == SPI2_BASE) in I2S_Init()
/bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/src/
A Dn32g4fr_spi.c272 if (((uint32_t)SPIx) == SPI2_BASE) in I2S_Init()
/bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/src/
A Dn32wb452_spi.c272 if (((uint32_t)SPIx) == SPI2_BASE) in I2S_Init()
/bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/src/
A Dn32g43x_spi.c263 if (((uint32_t)SPIx) == SPI2_BASE) in I2S_Init()
/bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/src/
A Dn32g45x_spi.c272 if (((uint32_t)SPIx) == SPI2_BASE) in I2S_Init()
/bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/src/
A Dn32g45x_spi.c272 if (((uint32_t)SPIx) == SPI2_BASE) in I2S_Init()
/bsp/Vango/v85xx/Libraries/CMSIS/Vango/V85xx/Include/
A Dtarget.h574 #define SPI2_BASE (APBPERIPH_BASE + 0x00005800) macro
618 #define SPI2 ((SPI_TypeDef *) SPI2_BASE)
4849 #define SPI2_CTRL (volatile unsigned *)(SPI2_BASE + 0x0000)
4850 #define SPI2_TXSTS (volatile unsigned *)(SPI2_BASE + 0x0004)
4851 #define SPI2_TXDATA (volatile unsigned *)(SPI2_BASE + 0x0008)
4852 #define SPI2_RXSTS (volatile unsigned *)(SPI2_BASE + 0x000C)
4853 #define SPI2_RXDATA (volatile unsigned *)(SPI2_BASE + 0x0010)
4854 #define SPI2_MISC (volatile unsigned *)(SPI2_BASE + 0x0014)
/bsp/Vango/v85xxp/Libraries/CMSIS/Vango/V85xxP/Include/
A Dtarget.h670 #define SPI2_BASE 0x40015800UL macro
722 #define SPI2 ((SPI_Type*) SPI2_BASE)
/bsp/ft32/libraries/FT32F0xx/CMSIS/FT32F0xx/Include/
A Dft32f030x6.h664 #define SPI2_BASE (APBPERIPH_BASE + 0x00003800) macro
725 #define SPI2 ((SPI_TypeDef *) SPI2_BASE)
A Dft32f030x8.h701 #define SPI2_BASE (APBPERIPH_BASE + 0x00003800) macro
763 #define SPI2 ((SPI_TypeDef *) SPI2_BASE)

Completed in 143 milliseconds

1234