hdc9224_UDCreg
static volatile struct hdc9224_UDCreg sreg; /* input */
static volatile struct hdc9224_UDCreg creg; /* output */
struct hdc9224_UDCreg sc_creg; /* (command) registers to be written */
struct hdc9224_UDCreg sc_sreg; /* (status) registers being read */
struct hdc9224_UDCreg * const p = &sc->sc_creg;
memset(p, 0, sizeof(struct hdc9224_UDCreg));
struct hdc9224_UDCreg * const p = &sc->sc_creg;
struct hdc9224_UDCreg * const p = &sc->sc_creg;