Home
last modified time | relevance | path

Searched refs:LED_GREEN_PIN (Results 1 – 10 of 10) sorted by relevance

/bsp/hc32/ev_hc32f4a0_lqfp176/applications/
A Dmain.c16 #define LED_GREEN_PIN GET_PIN(C, 9) macro
22 rt_pin_mode(LED_GREEN_PIN, PIN_MODE_OUTPUT); in main()
26 rt_pin_write(LED_GREEN_PIN, PIN_HIGH); in main()
28 rt_pin_write(LED_GREEN_PIN, PIN_LOW); in main()
/bsp/hc32/ev_hc32f4a8_lqfp176/applications/
A Dmain.c16 #define LED_GREEN_PIN GET_PIN(C, 9) macro
22 rt_pin_mode(LED_GREEN_PIN, PIN_MODE_OUTPUT); in main()
26 rt_pin_write(LED_GREEN_PIN, PIN_HIGH); in main()
28 rt_pin_write(LED_GREEN_PIN, PIN_LOW); in main()
/bsp/hc32/lckfb-hc32f4a0-lqfp100/applications/
A Dmain.c17 #define LED_GREEN_PIN GET_PIN(B, 2) macro
23 rt_pin_mode(LED_GREEN_PIN, PIN_MODE_OUTPUT); in main()
27 rt_pin_write(LED_GREEN_PIN, PIN_HIGH); in main()
29 rt_pin_write(LED_GREEN_PIN, PIN_LOW); in main()
/bsp/hc32/ev_hc32f448_lqfp80/applications/
A Dmain.c17 #define LED_GREEN_PIN GET_PIN(A, 2) macro
22 rt_pin_mode(LED_GREEN_PIN, PIN_MODE_OUTPUT); in main()
26 rt_pin_write(LED_GREEN_PIN, PIN_HIGH); in main()
28 rt_pin_write(LED_GREEN_PIN, PIN_LOW); in main()
/bsp/hc32/ev_hc32f460_lqfp100_v2/applications/
A Dmain.c16 #define LED_GREEN_PIN GET_PIN(D, 4) macro
22 rt_pin_mode(LED_GREEN_PIN, PIN_MODE_OUTPUT); in main()
26 rt_pin_write(LED_GREEN_PIN, PIN_HIGH); in main()
28 rt_pin_write(LED_GREEN_PIN, PIN_LOW); in main()
/bsp/hc32/ev_hc32f472_lqfp100/applications/
A Dmain.c17 #define LED_GREEN_PIN GET_PIN(C, 9) macro
22 rt_pin_mode(LED_GREEN_PIN, PIN_MODE_OUTPUT); in main()
26 rt_pin_write(LED_GREEN_PIN, PIN_HIGH); in main()
28 rt_pin_write(LED_GREEN_PIN, PIN_LOW); in main()
/bsp/hc32/tests/
A Dtest_pm.c57 #define LED_GREEN_PIN (GPIO_PIN_09) macro
76 #define LED_GREEN_PIN (GPIO_PIN_04) macro
95 #define LED_GREEN_PIN (GPIO_PIN_02) macro
114 #define LED_GREEN_PIN (GPIO_PIN_09) macro
284 GPIO_ResetPins(LED_GREEN_PORT, LED_GREEN_PIN); in _notify_func()
/bsp/stm32/stm32wl55-st-nucleo/applications/
A Dmain.c17 #define LED_GREEN_PIN GET_PIN(B,9) macro
/bsp/stm32/stm32wle5-yizhilian-lm401/applications/
A Dmain.c17 #define LED_GREEN_PIN GET_PIN(B,4) macro
/bsp/stm32/stm32wle5-yizhilian-lm402/applications/
A Dmain.c17 #define LED_GREEN_PIN GET_PIN(B,4) macro

Completed in 18 milliseconds