Searched refs:LED2_PORT (Results 1 – 2 of 2) sorted by relevance
27 #define LED2_PORT 4 macro56 LPC_GPIO_PORT->DIR[LED2_PORT] |= 0x01 << LED2_PIN; in rt_led_init()59 LPC_GPIO_PORT->CLR[LED2_PORT] |= 0x01 << LED2_PIN; in rt_led_init()64 led.ctrl[1].port = LED2_PORT; in rt_led_init()
19 #define LED2_PORT 1 macro48 LPC_GPIO_PORT->DIR[LED2_PORT] |= 0x01 << LED2_PIN; in rt_led_init()51 LPC_GPIO_PORT->SET[LED2_PORT] |= 0x01 << LED2_PIN; in rt_led_init()57 led.ctrl[1].port = LED2_PORT; in rt_led_init()
Completed in 4 milliseconds