HomeSort by: relevance | last modified time | path
    Searched defs:clear_edge (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/gpio/
gpiopps.c 125 int clear_edge = GPIO_INTR_NEG_EDGE; local in function:gpiopps_attach
163 clear_edge = GPIO_INTR_POS_EDGE;
207 if ((intrcaps & clear_edge) == 0) {
210 clear_edge == GPIO_INTR_POS_EDGE ? "positive"
215 sc->sc_intrs[1].sc_irqmode = clear_edge;

Completed in 12 milliseconds