Searched refs:spi2 (Results 1 – 25 of 31) sorted by relevance
12
163 static struct lpc_spi spi2 = {0}; variable181 spi2.base = SPI2; in rt_hw_spi_init()182 spi2.cfg = RT_NULL; in rt_hw_spi_init()183 spi2_bus.parent.user_data = &spi2; in rt_hw_spi_init()
56 | 29 (D29) | PB13 | | SPI2-SCK,默认被RT-Thread的SPI设备框架spi2总线接管 |57 | 30 (D30) | PB14 | | SPI2-MISO,默认被RT-Thread的SPI设备框架spi2总线接管 |58 | 31 (D31) | PB15 | | SPI2-MOSI,默认被RT-Thread的SPI设备框架spi2总线接管 |122 潘多拉板的Arduino SPI总线是spi2总线,位置为板上左上角的`WIRELESS`插槽。 `SCK`、`MISO`、`MOSI`引脚是被RT-Thread SPI设备框架接管的,不需要直接操…
51 | 24 (D24) | PB15 | 是 | SPI-MOSI,默认被RT-Thread的SPI设备框架spi2接管 …52 | 25 (D25) | PB14 | 是 | SPI-MISO,默认被RT-Thread的SPI设备框架spi2接管 …53 | 26 (D26) | PB13 | 是 | SPI-SCK ,默认被RT-Thread的SPI设备框架spi2接管 …
246 string "spi2 sck pin name"249 string "spi2 sdo pin name"252 string "spi2 sdi pin name"255 string "spi2 cs pin name"
35 devices.spi2:
14 bool "Enable SDCARD (spi2)"23 bool "Enable SPI FLASH (W25Q64 spi2)"
309 int "soft spi2 sck pin number"313 int "soft spi2 miso pin number"317 int "soft spi2 mosi pin number"
118 bool "Enable SPI FLASH (W25Q64 spi2)"167 bool "Enable FAL (enable on-chip flash and spi2 flash)"600 int "soft spi2 sck pin number"604 int "soft spi2 miso pin number"608 int "soft spi2 mosi pin number"
379 int "soft spi2 sck pin number"383 int "soft spi2 miso pin number"387 int "soft spi2 mosi pin number"
6 bool "Enable SPI FLASH (W25Q64 spi2)"
37 default "spi2"
451 int "soft spi2 sck pin number"455 int "soft spi2 miso pin number"459 int "soft spi2 mosi pin number"
111 bool "LCD ILI9341 (over spi2)"
112 bool "LCD ILI9341 (over spi2)"
19 bool "Enable SPI FLASH (W25Q16 spi2)"
28 bool "Enable SPI FLASH (W25Q16 spi2)"
178 default "spi2"
17 bool "Enable SPI FLASH (W25Q16 spi2)"
50 | LCD Panel(NuTFT V1.2) | ILI9341(over spi2) | Supported |
42 bool "using spi2"
193 bool "Enable LCD (spi2)"
9 bool "Enable Ethernet Driver (spi2)"
Completed in 53 milliseconds