Searched refs:portSource (Results 1 – 6 of 6) sorted by relevance
| /bsp/apm32/libraries/APM32S10x_Library/APM32S10x_StdPeriphDriver/src/ |
| A D | apm32s10x_gpio.c | 365 void GPIO_ConfigEventOutput(GPIO_PORT_SOURCE_T portSource, GPIO_PIN_SOURCE_T pinSource) in GPIO_ConfigEventOutput() argument 367 AFIO->EVCTRL_B.PORTSEL = portSource; in GPIO_ConfigEventOutput() 483 void GPIO_ConfigEINTLine(GPIO_PORT_SOURCE_T portSource, GPIO_PIN_SOURCE_T pinSource) in GPIO_ConfigEINTLine() argument 491 AFIO->EINTSEL1 |= portSource << shift; in GPIO_ConfigEINTLine() 498 AFIO->EINTSEL2 |= portSource << shift; in GPIO_ConfigEINTLine() 505 AFIO->EINTSEL3 |= portSource << shift; in GPIO_ConfigEINTLine() 512 AFIO->EINTSEL4 |= portSource << shift; in GPIO_ConfigEINTLine()
|
| /bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/src/ |
| A D | apm32e10x_gpio.c | 374 void GPIO_ConfigEventOutput(GPIO_PORT_SOURCE_T portSource, GPIO_PIN_SOURCE_T pinSource) in GPIO_ConfigEventOutput() argument 376 AFIO->EVCTRL_B.PORTSEL = portSource; in GPIO_ConfigEventOutput() 511 void GPIO_ConfigEINTLine(GPIO_PORT_SOURCE_T portSource, GPIO_PIN_SOURCE_T pinSource) in GPIO_ConfigEINTLine() argument 519 AFIO->EINTSEL1 |= portSource << shift; in GPIO_ConfigEINTLine() 526 AFIO->EINTSEL2 |= portSource << shift; in GPIO_ConfigEINTLine() 533 AFIO->EINTSEL3 |= portSource << shift; in GPIO_ConfigEINTLine() 540 AFIO->EINTSEL4 |= portSource << shift; in GPIO_ConfigEINTLine()
|
| /bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/src/ |
| A D | apm32f10x_gpio.c | 374 void GPIO_ConfigEventOutput(GPIO_PORT_SOURCE_T portSource, GPIO_PIN_SOURCE_T pinSource) in GPIO_ConfigEventOutput() argument 376 AFIO->EVCTRL_B.PORTSEL = portSource; in GPIO_ConfigEventOutput() 529 void GPIO_ConfigEINTLine(GPIO_PORT_SOURCE_T portSource, GPIO_PIN_SOURCE_T pinSource) in GPIO_ConfigEINTLine() argument 537 AFIO->EINTSEL1 |= portSource << shift; in GPIO_ConfigEINTLine() 544 AFIO->EINTSEL2 |= portSource << shift; in GPIO_ConfigEINTLine() 551 AFIO->EINTSEL3 |= portSource << shift; in GPIO_ConfigEINTLine() 558 AFIO->EINTSEL4 |= portSource << shift; in GPIO_ConfigEINTLine()
|
| /bsp/apm32/libraries/APM32S10x_Library/APM32S10x_StdPeriphDriver/inc/ |
| A D | apm32s10x_gpio.h | 240 void GPIO_ConfigEventOutput(GPIO_PORT_SOURCE_T portSource, GPIO_PIN_SOURCE_T pinSource); 244 void GPIO_ConfigEINTLine(GPIO_PORT_SOURCE_T portSource, GPIO_PIN_SOURCE_T pinSource);
|
| /bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/inc/ |
| A D | apm32e10x_gpio.h | 249 void GPIO_ConfigEventOutput(GPIO_PORT_SOURCE_T portSource, GPIO_PIN_SOURCE_T pinSource); 253 void GPIO_ConfigEINTLine(GPIO_PORT_SOURCE_T portSource, GPIO_PIN_SOURCE_T pinSource);
|
| /bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/inc/ |
| A D | apm32f10x_gpio.h | 281 void GPIO_ConfigEventOutput(GPIO_PORT_SOURCE_T portSource, GPIO_PIN_SOURCE_T pinSource); 285 void GPIO_ConfigEINTLine(GPIO_PORT_SOURCE_T portSource, GPIO_PIN_SOURCE_T pinSource);
|
Completed in 16 milliseconds