Searched refs:GET_PINS (Results 1 – 10 of 10) sorted by relevance
| /bsp/nxp/lpc/lpc55sxx/lpc55s69_nxp_evk/applications/arduino_pinout/ |
| A D | pins_arduino.c | 28 {D2, GET_PINS(0,15)}, 29 {D3, GET_PINS(1,6)}, 30 {D4, GET_PINS(1,7), "pwm2", 2}, /* PWM */ 33 {D7, GET_PINS(1,9)}, 34 {D8, GET_PINS(1,8)}, 35 {D9, GET_PINS(1,5)}, 36 {D10, GET_PINS(1,1)}, 37 {D11, GET_PINS(0,26)}, 38 {D12, GET_PINS(1,3)}, 39 {D13, GET_PINS(1,2)}, [all …]
|
| /bsp/nxp/lpc/lpc55sxx/lpc55s69_nxp_evk/board/ports/ |
| A D | rw007_port.c | 20 #define RW007_INT_BUSY_PIN GET_PINS(1, 5) 21 #define RW007_RST_PIN GET_PINS(1, 8) 49 rt_hw_spi_device_attach("spi8", "wspi", GET_PINS(1, 1)); in wifi_spi_device_init()
|
| A D | soft_spi_flash_init.c | 17 #define cs_pin GET_PINS(1,5)
|
| /bsp/nxp/lpc/lpc55sxx/Libraries/drivers/ |
| A D | drv_pin.h | 19 #define GET_PINS(PORTx, PINx) (32 * PORTx + PINx + 1) /* PORTx:0,1, PINx:0,1...31 */ macro
|
| /bsp/nxp/lpc/lpc55sxx/Libraries/template/lpc55s6xxxx/applications/ |
| A D | main.c | 17 #define LEDB_PIN GET_PINS(1, 4)
|
| /bsp/nxp/lpc/lpc55sxx/lpc55s16_nxp_evk/applications/ |
| A D | main.c | 20 #define LEDB_PIN GET_PINS(1, 6)
|
| /bsp/nxp/lpc/lpc55sxx/lpc55s28_nxp_evk/applications/ |
| A D | main.c | 20 #define LEDB_PIN GET_PINS(1, 4)
|
| /bsp/nxp/lpc/lpc55sxx/lpc55s36_nxp_evk/applications/ |
| A D | main.c | 20 #define LEDB_PIN GET_PINS(1, 4)
|
| /bsp/nxp/lpc/lpc55sxx/lpc55s06_nxp_evk/applications/ |
| A D | main.c | 20 #define LEDB_PIN GET_PINS(1, 4)
|
| /bsp/nxp/lpc/lpc55sxx/lpc55s69_nxp_evk/applications/ |
| A D | main.c | 24 #define LEDB_PIN GET_PINS(1, 4)
|
Completed in 16 milliseconds