Searched refs:GPIOP (Results 1 – 7 of 7) sorted by relevance
135 case ((uint32_t)GPIOP): in GPIO_Init()141 GPIOP->DIR |= (0x01 << n); in GPIO_Init()145 GPIOP->DIR &= ~(0x01 << n); in GPIO_Init()
268 rt_hw_spi_device_attach("spi0", W25Q_SPI_DEVICE_NAME, GPIOP, PIN22); in rt_hw_spi_flash_init()
583 swm_pin_isr(GPIOP); in GPIOP_Handler()
39 #elif defined(GPIOP)
3094 #define GPIOP ((GPIO_TypeDef *) GPIOP_BASE) macro
2242 #define GPIOP ((GPIO_Type *) GPIO_PORTP_BASE) macro
2344 #define GPIOP ((GPIO_Type *) GPIO_PORTP_BASE) macro
Completed in 151 milliseconds