Lines Matching defs:ST_PINCONF_PACK
133 #define ST_PINCONF_PACK(conf, val, param) (conf |=\
142 #define ST_PINCONF_PACK_OE(conf) ST_PINCONF_PACK(conf, 1, OE)
149 #define ST_PINCONF_PACK_PU(conf) ST_PINCONF_PACK(conf, 1, PU)
156 #define ST_PINCONF_PACK_OD(conf) ST_PINCONF_PACK(conf, 1, OD)
162 #define ST_PINCONF_PACK_RT(conf) ST_PINCONF_PACK(conf, 1, RT)
170 ST_PINCONF_PACK(conf, 1, RT_INVERTCLK)
178 ST_PINCONF_PACK(conf, 1, RT_CLKNOTDATA)
186 ST_PINCONF_PACK(conf, 1, RT_DOUBLE_EDGE)
192 #define ST_PINCONF_PACK_RT_CLK(conf, val) ST_PINCONF_PACK(conf, val, RT_CLK)
199 ST_PINCONF_PACK(conf, val, RT_DELAY)