Searched refs:TEST_BUTTON_PORT (Results 1 – 1 of 1) sorted by relevance
| /external/platform/lpc15xx/lpcopen/periph_grouped_int/example/src/ |
| A D | grouped_int.c | 42 #define TEST_BUTTON_PORT 0 /* GPIO port number mapped to PININT */ macro 86 Chip_IOCON_PinMuxSet(LPC_IOCON, TEST_BUTTON_PORT, TEST_BUTTON_PIN, in main() 90 Chip_GPIO_SetPinDIRInput(LPC_GPIO, TEST_BUTTON_PORT, TEST_BUTTON_PIN); in main() 91 Chip_GPIOGP_SelectLowLevel(LPC_GPIOGROUP, 0, TEST_BUTTON_PORT, 1 << TEST_BUTTON_PIN); in main() 92 Chip_GPIOGP_EnableGroupPins(LPC_GPIOGROUP, 0, TEST_BUTTON_PORT, 1 << TEST_BUTTON_PIN); in main()
|
Completed in 2 milliseconds