PU
#define IN_PU (PU)
#define BIDIR_PU (OE | PU | OD)
#define ST_PINCONF_UNPACK_PU(conf) ST_PINCONF_UNPACK(conf, PU)
#define ST_PINCONF_PACK_PU(conf) ST_PINCONF_PACK(conf, 1, PU)
PU(dl_nr_running);
PU(rt_nr_running);
PU(nr_alloc);
PU(nr_dealloc);
PU(nr_cur_alloc);
PU(nr_max_alloc);
PU(nr_chunks);
PU(nr_max_chunks);
PU(min_alloc_size);
PU(max_alloc_size);
#define IN_PU (PU)
#define BIDIR_PU (OE | PU | OD)