Home
last modified time | relevance | path

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

/btstack/port/archive/pic32-harmony/src/
H A Dbtstack_port.c37 #define APP_LED_PIN PORTS_BIT_POS_4 macro
50 SYS_PORTS_PinSet(PORTS_ID_0, APP_LED_PORT, APP_LED_PIN); in sys_tick_handler()
55 SYS_PORTS_PinClear(PORTS_ID_0, APP_LED_PORT, APP_LED_PIN); in sys_tick_handler()
70 SYS_PORTS_PinDirectionSelect(PORTS_ID_0, SYS_PORTS_DIRECTION_OUTPUT, APP_LED_PORT, APP_LED_PIN); in hal_tick_init()