Home
last modified time | relevance | path

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

/lk-master/external/platform/lpc15xx/lpcopen/periph_gpio/example/src/
A Dgpio.c44 #define PORT_MASK ((1 << 0) | (1 << 1) | (1 << 24)) macro
94 Chip_GPIO_SetPortDIROutput(LPC_GPIO, 0, PORT_MASK); in main()
98 Chip_GPIO_SetPortMask(LPC_GPIO, 0, ~PORT_MASK); in main()

Completed in 4 milliseconds