Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/
Dswdp.h38 #define SWDP_nRESET_PIN 7U macro
/Zephyr-latest/drivers/dp/
Dswdp_bitbang.c493 if (pins & BIT(SWDP_nRESET_PIN)) { in sw_set_pins()
494 if (value & BIT(SWDP_nRESET_PIN)) { in sw_set_pins()
512 *state = val ? BIT(SWDP_nRESET_PIN) : 0; in sw_get_pins()