Home
last modified time | relevance | path

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

/openbmc/qemu/hw/gpio/
H A Dnrf51_gpio.c104 uint32_t detect_config = extract32(s->cnf[i], 16, 2); in update_state() local
105 if ((detect_config == 2) && (in == 1)) { in update_state()
108 if ((detect_config == 3) && (in == 0)) { in update_state()