Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/
Ddebug.h39 #define DEBUG0_PORT vega_debug_portd macro
92 gpio_pin_configure(DEBUG0_PORT, DEBUG0_PIN, GPIO_OUTPUT); \
103 gpio_pin_set(DEBUG0_PORT, DEBUG0_PIN, 1); \
104 gpio_pin_set(DEBUG0_PORT, DEBUG0_PIN, 0); \
107 #define DEBUG_CPU_SLEEP(flag) gpio_pin_set(DEBUG0_PORT, DEBUG0_PIN, flag)