Home
last modified time | relevance | path

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

/bsp/nxp/lpc/lpc43xx/drivers/
A Ddrv_led.c27 #define LED2_PORT 4 macro
56 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()
/bsp/xplorer4330/drivers/
A Ddrv_led.c19 #define LED2_PORT 1 macro
48 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