Lines Matching defs:ST_PINCONF_UNPACK
125 #define ST_PINCONF_UNPACK(conf, param)\
137 #define ST_PINCONF_UNPACK_OE(conf) ST_PINCONF_UNPACK(conf, OE)
144 #define ST_PINCONF_UNPACK_PU(conf) ST_PINCONF_UNPACK(conf, PU)
151 #define ST_PINCONF_UNPACK_OD(conf) ST_PINCONF_UNPACK(conf, OD)
157 #define ST_PINCONF_UNPACK_RT(conf) ST_PINCONF_UNPACK(conf, RT)
164 ST_PINCONF_UNPACK(conf, RT_INVERTCLK)
172 ST_PINCONF_UNPACK(conf, RT_CLKNOTDATA)
180 ST_PINCONF_UNPACK(conf, RT_DOUBLE_EDGE)
187 #define ST_PINCONF_UNPACK_RT_CLK(conf) ST_PINCONF_UNPACK(conf, RT_CLK)
193 #define ST_PINCONF_UNPACK_RT_DELAY(conf) ST_PINCONF_UNPACK(conf, RT_DELAY)