Searched refs:RW007_CS_PIN (Results 1 – 9 of 9) sorted by relevance
| /bsp/hpmicro/hpm6750evkmini/board/ |
| A D | rw007_port.c | 24 uint32_t gpio_index = RW007_CS_PIN / 32U; in rw007_spi_cs_control() 25 uint32_t pin_index = RW007_CS_PIN % 32U; in rw007_spi_cs_control() 38 HPM_IOC->PAD[RW007_CS_PIN].FUNC_CTL = 0; in rw007_spi_cs_init() 39 …HPM_IOC->PAD[RW007_CS_PIN].PAD_CTL = IOC_PAD_PAD_CTL_DS_SET(7) | IOC_PAD_PAD_CTL_PE_SET(1) | IOC_P… in rw007_spi_cs_init() 41 uint32_t gpio_index = RW007_CS_PIN / 32U; in rw007_spi_cs_init() 42 uint32_t pin_index = RW007_CS_PIN % 32U; in rw007_spi_cs_init()
|
| A D | rtt_board.h | 34 #define RW007_CS_PIN (IOC_PAD_PE03) macro
|
| /bsp/nxp/imx/imxrt/imxrt1060-nxp-evk/board/ports/ |
| A D | rw007_port.c | 22 #define RW007_CS_PIN GET_PIN(3, 13) macro 52 rt_hw_spi_device_attach(RW007_ON_SPI_BUS, RW007_DEVICE_NAME, RW007_CS_PIN); in wifi_spi_device_init()
|
| /bsp/nxp/imx/imx6ull-smart/drivers/ |
| A D | drv_rw007_port.c | 15 #define RW007_CS_PIN GET_PIN(1, 29) /* IOMUXC_UART4_RX_DATA_ECSPI2_SS0 IOMUXC_UART4_RX_DAT… macro 63 rt_hw_spi_device_attach(RW007_SPI_BUS_NAME, "rw007", RW007_CS_PIN); in wifi_spi_device_init()
|
| /bsp/hpmicro/hpm6750evk2/board/ |
| A D | rtt_board.h | 34 #define RW007_CS_PIN (IOC_PAD_PE03) macro
|
| /bsp/hpmicro/hpm6750evk/board/ |
| A D | rtt_board.h | 34 #define RW007_CS_PIN (IOC_PAD_PE03) macro
|
| /bsp/stm32/stm32f407-rt-spark/board/ |
| A D | Kconfig | 198 config RW007_CS_PIN config
|
| /bsp/stm32/stm32u575-st-nucleo/ |
| A D | README.md | 267 rt_hw_spi_device_attach(RW007_SPI_BUS_NAME, "wspi", RW007_CS_PIN);
|
| /bsp/stm32/stm32u585-iot02a/ |
| A D | README.md | 267 rt_hw_spi_device_attach(RW007_SPI_BUS_NAME, "wspi", RW007_CS_PIN);
|
Completed in 21 milliseconds