Home
last modified time | relevance | path

Searched refs:APP_LED0_PIN_NUM (Results 1 – 8 of 8) sorted by relevance

/bsp/hpmicro/hpm6200evk/applications/
A Dmain.c30 rt_pin_mode(APP_LED0_PIN_NUM, PIN_MODE_OUTPUT); in thread_entry()
33 rt_pin_write(APP_LED0_PIN_NUM, APP_LED_ON); in thread_entry()
35 rt_pin_write(APP_LED0_PIN_NUM, APP_LED_OFF); in thread_entry()
/bsp/hpmicro/hpm6300evk/applications/
A Dmain.c30 rt_pin_mode(APP_LED0_PIN_NUM, PIN_MODE_OUTPUT); in thread_entry()
33 rt_pin_write(APP_LED0_PIN_NUM, APP_LED_ON); in thread_entry()
35 rt_pin_write(APP_LED0_PIN_NUM, APP_LED_OFF); in thread_entry()
/bsp/hpmicro/hpm5300evk/applications/
A Dmain.c30 rt_pin_mode(APP_LED0_PIN_NUM, PIN_MODE_OUTPUT); in thread_entry()
33 rt_pin_write(APP_LED0_PIN_NUM, APP_LED_ON); in thread_entry()
35 rt_pin_write(APP_LED0_PIN_NUM, APP_LED_OFF); in thread_entry()
/bsp/hpmicro/hpm5301evklite/applications/
A Dmain.c30 rt_pin_mode(APP_LED0_PIN_NUM, PIN_MODE_OUTPUT); in thread_entry()
33 rt_pin_write(APP_LED0_PIN_NUM, APP_LED_ON); in thread_entry()
35 rt_pin_write(APP_LED0_PIN_NUM, APP_LED_OFF); in thread_entry()
/bsp/hpmicro/hpm5301evklite/board/
A Drtt_board.h15 #define APP_LED0_PIN_NUM GET_PIN(A, 10) macro
/bsp/hpmicro/hpm6300evk/board/
A Drtt_board.h15 #define APP_LED0_PIN_NUM GET_PIN(A, 7) macro
/bsp/hpmicro/hpm5300evk/board/
A Drtt_board.h15 #define APP_LED0_PIN_NUM GET_PIN(A, 23) macro
/bsp/hpmicro/hpm6200evk/board/
A Drtt_board.h15 #define APP_LED0_PIN_NUM GET_PIN(B, 19) macro

Completed in 26 milliseconds