| /bsp/at91/at91sam9260/drivers/ |
| A D | led.c | 20 #define LED3 (1 << 23) // LED_USR macro 21 #define LED_ALL (LED1 | LED2 | LED3) 26 #define LED3 (1 << 6) macro 27 #define LED_ALL (LED1 | LED2 | LED3) 49 at91_sys_write(PIO_LED+0x34, LED3); in led_on() 67 at91_sys_write(PIO_LED+0x30, LED3); in led_off()
|
| /bsp/fujitsu/mb9x/mb9bf500r/ |
| A D | led.c | 30 LED_PDOR &= ~LED3; in rt_hw_led_on() 50 LED_PDOR |= LED3; in rt_hw_led_off() 76 if (LED_PDOR&LED3) in rt_hw_led_toggle() 77 LED_PDOR &= ~LED3; in rt_hw_led_toggle() 79 LED_PDOR |= LED3; in rt_hw_led_toggle()
|
| A D | led.h | 21 #define LED3 (1UL<<12) macro 22 #define LED_MASK (LED1 | LED2 | LED3)
|
| /bsp/at91/at91sam9g45/drivers/ |
| A D | led.c | 19 #define LED3 (1UL << 28) macro 20 #define LED_ALL (LED0 | LED1 | LED2 | LED3) 30 const static rt_uint32_t m_leds[] = { LED0, LED1, LED2, LED3 };
|
| /bsp/sam7x/drivers/ |
| A D | board.c | 55 #define LED3 (1 << 21) /* PA2 & PWM2 SCK0 44 */ macro 57 #define LED_MASK (LED1|LED2|LED3|LED4) 59 int leds[] = {LED1, LED2, LED3, LED4};
|
| /bsp/mini2440/applications/ |
| A D | main.c | 27 rt_hw_led_on(LED2|LED3); in main() 32 rt_hw_led_off(LED2|LED3); in main()
|
| /bsp/stm32/stm32wle5-yizhilian-lm401/ |
| A D | README.md | 27 - LED:power LED(LED4 红色),3个User LED(LED1 蓝色、LED2 黄绿色、LED3 红色) 41 | GPIO | 支持 | LED1(PB5)\LED2(PB4)\LED3(PB3) | 82 下载程序成功之后,系统会自动运行,观察开发板上 LED 的运行效果,LED5 常亮、LED1\LED2\LED3 会周期性闪烁。
|
| /bsp/stm32/stm32wle5-yizhilian-lm402/ |
| A D | README.md | 27 - LED:power LED(LED4 红色),3个User LED(LED1 蓝色、LED2 黄绿色、LED3 红色) 41 | GPIO | 支持 | LED1(PB5)\LED2(PB4)\LED3(PB3) | 82 下载程序成功之后,系统会自动运行,观察开发板上 LED 的运行效果,LED5 常亮、LED1\LED2\LED3 会周期性闪烁。
|
| /bsp/stm32/stm32wl55-st-nucleo/ |
| A D | README.md | 27 - LED:USB communication(LED6 双色),power LED(LED5 黄绿色),3个User LED(LED1 蓝色、LED2 黄绿色、LED3 红色) 42 | GPIO | 支持 | LED1(PB15)\LED2(PB9)\LED3(PB11) | 83 下载程序成功之后,系统会自动运行,观察开发板上 LED 的运行效果,LED6 和 LED5 常亮、LED1\LED2\LED3 会周期性闪烁。
|
| /bsp/n32/n32g43xcl-stb/ |
| A D | README.md | 29 - LED :3个,LED1 (PA8),LED2(PB4),LED3(PB5) 111 下载程序成功之后,系统会自动运行,观察开发板上 LED 的运行效果,LED3 会周期性闪烁。
|
| /bsp/n32/n32l43xrl-stb/ |
| A D | README.md | 29 - LED :3个,LED1 (PA8),LED2(PB4),LED3(PB5) 111 下载程序成功之后,系统会自动运行,观察开发板上 LED 的运行效果,LED3 会周期性闪烁。
|
| /bsp/stm32/stm32f103-yf-ufun/ |
| A D | README.md | 27 - LED:2个,LED3(R,PA3),LED1(RGB,PA1,PA2,PA0) 94 下载程序成功之后,系统会自动运行,LED3 闪烁。
|
| /bsp/n32/n32l40xcl-stb/ |
| A D | README.md | 29 - LED :3个,LED1 (PA8),LED2(PB4),LED3(PB5) 111 下载程序成功之后,系统会自动运行,观察开发板上 LED 的运行效果,LED3 会周期性闪烁。
|
| /bsp/n32/n32l436-evb/ |
| A D | README.md | 29 - LED :3个,LED1 (PD4),LED2(PD5),LED3(PD6) 111 下载程序成功之后,系统会自动运行,观察开发板上 LED 的运行效果,LED3 会周期性闪烁。
|
| /bsp/n32/n32l43xml-stb/ |
| A D | README.md | 29 - LED :3个,LED1 (PA8),LED2(PB4),LED3(PB5) 111 下载程序成功之后,系统会自动运行,观察开发板上 LED 的运行效果,LED3 会周期性闪烁。
|
| /bsp/n32/n32g45xcl-stb/ |
| A D | README.md | 29 - LED :3个,LED1 (PA8),LED2(PB4),LED3(PB5) 128 下载程序成功之后,系统会自动运行,观察开发板上 LED 的运行效果,LED3 会周期性闪烁。
|
| /bsp/hc32/ev_hc32f334_lqfp64/ |
| A D | README.md | 35 - LED: 4 个,User LED(LED0,LED1,LED2,LED3)。 106 下载程序成功之后,系统会自动运行,观察开发板上LED的运行效果,绿色LED3会周期性闪烁。
|
| /bsp/hc32/ev_hc32f448_lqfp80/ |
| A D | README.md | 35 - LED: 4 个,User LED(LED0,LED1,LED2,LED3)。 106 下载程序成功之后,系统会自动运行,观察开发板上LED的运行效果,绿色LED3会周期性闪烁。
|
| /bsp/n32/n32g45xvl-stb/ |
| A D | README.md | 29 - LED :3个,LED1 (PA8),LED2(PB4),LED3(PB5) 130 下载程序成功之后,系统会自动运行,观察开发板上 LED 的运行效果,LED3 会周期性闪烁。
|
| /bsp/n32/n32g45xml-stb/ |
| A D | README.md | 29 - LED :3个,LED1 (PA8),LED2(PB4),LED3(PB5) 131 下载程序成功之后,系统会自动运行,观察开发板上 LED 的运行效果,LED3 会周期性闪烁。
|
| /bsp/hc32/ev_hc32f472_lqfp100/ |
| A D | README.md | 35 - LED: 4 个,User LED(LED0,LED1,LED2,LED3)。 96 下载程序成功之后,系统会自动运行,观察开发板上LED的运行效果,绿色LED3会周期性闪烁。
|
| /bsp/n32/n32g45xrl-stb/ |
| A D | README.md | 29 - LED :3个,LED1 (PA8),LED2(PB4),LED3(PB5) 131 下载程序成功之后,系统会自动运行,观察开发板上 LED 的运行效果,LED3 会周期性闪烁。
|
| /bsp/mini2440/drivers/ |
| A D | led.h | 16 #define LED3 0x04 macro
|
| /bsp/stm32/stm32f429-armfly-v6/applications/ |
| A D | main.c | 23 HC574_SetPin(LED3,0); in main()
|
| /bsp/stm32/stm32wl55-st-nucleo/board/CubeMX_Config/Inc/ |
| A D | stm32wlxx_nucleo.h | 59 LED3 = 2, enumerator 63 LED_RED = LED3
|