| /bsp/wch/risc-v/ch32v208w-r0/applications/ |
| A D | main.c | 17 #define LED0 rt_pin_get("PA.0") macro 21 rt_pin_mode(LED0,PIN_MODE_OUTPUT); in main() 25 rt_pin_write(LED0, PIN_HIGH); in main() 27 rt_pin_write(LED0, PIN_LOW); in main()
|
| /bsp/at91/at91sam9g45/drivers/ |
| A D | led.c | 16 #define LED0 (1UL << 30) macro 20 #define LED_ALL (LED0 | LED1 | LED2 | LED3) 30 const static rt_uint32_t m_leds[] = { LED0, LED1, LED2, LED3 };
|
| /bsp/microchip/samd51-adafruit-metro-m4/bsp/ |
| A D | driver_init.c | 181 gpio_set_pin_level(LED0, in system_init() 189 gpio_set_pin_direction(LED0, GPIO_DIRECTION_OUT); in system_init() 191 gpio_set_pin_function(LED0, GPIO_PIN_FUNCTION_OFF); in system_init()
|
| A D | atmel_start_pins.h | 30 #define LED0 GPIO(GPIO_PORTA, 16) macro
|
| /bsp/microchip/samd51-seeed-wio-terminal/bsp/ |
| A D | driver_init.c | 181 gpio_set_pin_level(LED0, in system_init() 189 gpio_set_pin_direction(LED0, GPIO_DIRECTION_OUT); in system_init() 191 gpio_set_pin_function(LED0, GPIO_PIN_FUNCTION_OFF); in system_init()
|
| A D | atmel_start_pins.h | 30 #define LED0 GPIO(GPIO_PORTA, 15) macro
|
| /bsp/microchip/saml10/bsp/ |
| A D | driver_init.c | 131 gpio_set_pin_level(LED0, in system_init() 139 gpio_set_pin_direction(LED0, GPIO_DIRECTION_OUT); in system_init() 141 gpio_set_pin_function(LED0, GPIO_PIN_FUNCTION_OFF); in system_init()
|
| A D | atmel_start_pins.h | 26 #define LED0 GPIO(GPIO_PORTA, 7) macro
|
| /bsp/microchip/samc21/bsp/ |
| A D | driver_init.c | 166 gpio_set_pin_level(LED0, in system_init() 174 gpio_set_pin_direction(LED0, GPIO_DIRECTION_OUT); in system_init() 176 gpio_set_pin_function(LED0, GPIO_PIN_FUNCTION_OFF); in system_init()
|
| A D | atmel_start_pins.h | 28 #define LED0 GPIO(GPIO_PORTA, 15) macro
|
| /bsp/microchip/same70/bsp/ |
| A D | driver_init.c | 204 gpio_set_pin_level(LED0, in system_init() 212 gpio_set_pin_direction(LED0, GPIO_DIRECTION_OUT); in system_init() 214 gpio_set_pin_function(LED0, GPIO_PIN_FUNCTION_OFF); in system_init()
|
| A D | led_switcher_main.c | 52 gpio_toggle_pin_level(LED0); in main()
|
| A D | atmel_start_pins.h | 26 #define LED0 GPIO(GPIO_PORTC, 8) macro
|
| /bsp/microchip/same54/bsp/ |
| A D | driver_init.c | 211 gpio_set_pin_level(LED0, in system_init() 219 gpio_set_pin_direction(LED0, GPIO_DIRECTION_OUT); in system_init() 221 gpio_set_pin_function(LED0, GPIO_PIN_FUNCTION_OFF); in system_init()
|
| A D | led_switcher_main.c | 52 gpio_toggle_pin_level(LED0); in main()
|
| A D | atmel_start_pins.h | 44 #define LED0 GPIO(GPIO_PORTC, 18) macro
|
| /bsp/microchip/same70/bsp/documentation/ |
| A D | led_switcher.rst | 5 This example toggles the on-board LED marked as LED0 every time the button SW0
|
| /bsp/microchip/saml10/applications/ |
| A D | main.c | 43 gpio_toggle_pin_level(LED0); in led_thread_entry()
|
| /bsp/microchip/samc21/applications/ |
| A D | main.c | 47 gpio_toggle_pin_level(LED0); in led_thread_entry()
|
| /bsp/microchip/samd51-adafruit-metro-m4/applications/ |
| A D | main.c | 51 gpio_toggle_pin_level(LED0); in led_thread_entry()
|
| /bsp/microchip/samd51-seeed-wio-terminal/applications/ |
| A D | main.c | 51 gpio_toggle_pin_level(LED0); in led_thread_entry()
|
| /bsp/microchip/same70/applications/ |
| A D | main.c | 51 gpio_toggle_pin_level(LED0); in led_thread_entry()
|
| /bsp/microchip/same54/applications/ |
| A D | main.c | 51 gpio_toggle_pin_level(LED0); in led_thread_entry()
|
| /bsp/airm2m/air32f103/ |
| A D | README.md | 73 下载程序成功之后,系统会自动运行,观察开发板上 LED 的运行效果,红色 LED0 会周期性闪烁。
|
| /bsp/hc32/ev_hc32f460_lqfp100_v2/ |
| A D | README.md | 27 - LED: 4 个,User LED(LED0,LED1,LED2,LED3)。
|