Searched refs:GPIO_ICFG (Results 1 - 1 of 1) sorted by relevance

/seL4-test-master/projects/util_libs/libplatsupport/src/plat/imx6/
H A Dgpio.c41 #define GPIO_ICFG(f, v) (((v) & 0x3) << ((f) * 2)) macro
42 #define GPIO_ICFG_MASK(f) GPIO_ICFG(f, 0x3)

Completed in 76 milliseconds