Home
last modified time | relevance | path

Searched refs:emux (Results 1 – 1 of 1) sorted by relevance

/qemu/hw/arm/
H A Dstellaris.c729 uint32_t emux; member
801 if (((s->emux >> (n * 4)) & 0xff) != 5) { in stellaris_adc_trigger()
861 return s->emux; in stellaris_adc_read()
914 s->emux = value; in stellaris_adc_write()
949 VMSTATE_UINT32(emux, StellarisADCState),