Lines Matching defs:ST_PINCONF_UNPACK
129 #define ST_PINCONF_UNPACK(conf, param)\
141 #define ST_PINCONF_UNPACK_OE(conf) ST_PINCONF_UNPACK(conf, OE)
148 #define ST_PINCONF_UNPACK_PU(conf) ST_PINCONF_UNPACK(conf, PU)
155 #define ST_PINCONF_UNPACK_OD(conf) ST_PINCONF_UNPACK(conf, OD)
161 #define ST_PINCONF_UNPACK_RT(conf) ST_PINCONF_UNPACK(conf, RT)
168 ST_PINCONF_UNPACK(conf, RT_INVERTCLK)
176 ST_PINCONF_UNPACK(conf, RT_CLKNOTDATA)
184 ST_PINCONF_UNPACK(conf, RT_DOUBLE_EDGE)
191 #define ST_PINCONF_UNPACK_RT_CLK(conf) ST_PINCONF_UNPACK(conf, RT_CLK)
197 #define ST_PINCONF_UNPACK_RT_DELAY(conf) ST_PINCONF_UNPACK(conf, RT_DELAY)