Searched refs:PORT_MASK (Results 1 – 1 of 1) sorted by relevance
44 #define PORT_MASK ((1 << 0) | (1 << 1) | (1 << 24)) macro94 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