Home
last modified time | relevance | path

Searched refs:GPIO_PA (Results 1 – 12 of 12) sorted by relevance

/device/google/contexthub/firmware/variant/neonkey/src/os/
Dspi.c22 .gpioMiso = GPIO_PA(6),
23 .gpioMosi = GPIO_PA(7),
24 .gpioSclk = GPIO_PA(5),
25 .gpioNss = GPIO_PA(4),
/device/google/contexthub/firmware/variant/neonkey/inc/variant/
Dvariant.h41 #define DEBUG_UART_GPIO_TX GPIO_PA(9)
42 #define DEBUG_UART_GPIO_RX GPIO_PA(10)
50 #define BMI160_INT1_PIN GPIO_PA(0)
52 #define BMI160_INT2_PIN GPIO_PA(1)
58 #define PROX_INT_PIN GPIO_PA(15)
/device/google/contexthub/firmware/variant/argonkey/inc/variant/
Dvariant.h36 #define SH_INT_WAKEUP GPIO_PA(0)
38 #define AP_INT_WAKEUP GPIO_PA(1)
45 #define AP_INT_NONWAKEUP GPIO_PA(3)
48 #define DEBUG_UART_GPIO_TX GPIO_PA(9)
49 #define DEBUG_UART_GPIO_RX GPIO_PA(10)
/device/google/contexthub/firmware/variant/argonkey/src/os/
Dspi.c22 .gpioMiso = GPIO_PA(6),
23 .gpioMosi = GPIO_PA(7),
24 .gpioSclk = GPIO_PA(5),
25 .gpioNss = GPIO_PA(4),
/device/google/contexthub/firmware/variant/nucleo/src/os/
Dspi.c22 .gpioMiso = GPIO_PA(6),
23 .gpioMosi = GPIO_PA(7),
24 .gpioSclk = GPIO_PA(5),
25 .gpioNss = GPIO_PA(4),
/device/google/contexthub/firmware/variant/lunchbox/src/os/
Dspi.c22 .gpioMiso = GPIO_PA(6),
23 .gpioMosi = GPIO_PA(7),
24 .gpioSclk = GPIO_PA(5),
25 .gpioNss = GPIO_PA(4),
/device/google/contexthub/firmware/variant/nucleo/inc/variant/
Dvariant.h32 #define SH_INT_WAKEUP GPIO_PA(0)
34 #define AP_INT_WAKEUP GPIO_PA(1)
38 #define DEBUG_UART_GPIO_TX GPIO_PA(2)
39 #define DEBUG_UART_GPIO_RX GPIO_PA(3)
/device/google/contexthub/firmware/variant/lunchbox/inc/variant/
Dvariant.h41 #define SH_INT_WAKEUP GPIO_PA(2)
43 #define AP_INT_WAKEUP GPIO_PA(3)
62 #define HALL_PIN GPIO_PA(9)
/device/google/contexthub/firmware/os/platform/stm32/inc/plat/
Di2c.h69 #define I2C3_GPIO_SCL_PA8 { .gpioNum = GPIO_PA(8), .func = GPIO_AF_I2C3_A }
Dgpio.h45 #define GPIO_PA(x) ((GPIO_PORTA << GPIO_PORT_SHIFT) + (x)) macro
/device/google/contexthub/firmware/os/platform/stm32/
Dplatform.c256 gpioConfigAnalog(gpioRequest(GPIO_PA(i))); in platInitialize()
258 gpioConfigAnalog(gpioRequest(GPIO_PA(i))); in platInitialize()
Dbl.c432 gpio = gpioRequest(GPIO_PA(i)); in blSetup()