Searched refs:CS_PIN (Results 1 – 5 of 5) sorted by relevance
| /bsp/nxp/imx/imxrt/imxrt1052-atk-commander/board/ports/ |
| A D | spi_flash_init.c | 20 #define CS_PIN GET_PIN(1,4) /* P104,GPIO_AD_B0_04 */ macro 24 rt_hw_spi_device_attach("spi3", "spi30", CS_PIN); in rt_hw_spi_flash_init()
|
| /bsp/nxp/mcx/mcxn/frdm-mcxn236/board/ports/ |
| A D | spi_sample.c | 17 #define CS_PIN (3*32+23) macro 25 rt_hw_spi_device_attach("spi6", SPI_NAME, CS_PIN); in rt_spi_device_init()
|
| /bsp/nxp/mcx/mcxn/frdm-mcxn947/board/ports/ |
| A D | spi_sample.c | 17 #define CS_PIN (3*32+23) macro 25 rt_hw_spi_device_attach("spi6", SPI_NAME, CS_PIN); in rt_spi_device_init()
|
| /bsp/stm32/stm32h750-weact-ministm32h7xx/board/port/st7735/ |
| A D | lcd.c | 37 #define LCD_CS_SET rt_pin_write(CS_PIN, PIN_HIGH) 38 #define LCD_CS_RESET rt_pin_write(CS_PIN, PIN_LOW) 222 rt_pin_mode(CS_PIN, PIN_MODE_OUTPUT); in LCD_Init()
|
| A D | lcd.h | 36 #define CS_PIN GET_PIN(E, 11) macro
|
Completed in 8 milliseconds