Enum xmc4200::port14::iocr0::PC1W [] [src]

pub enum PC1W {
    VALUE1,
    VALUE2,
    VALUE3,
    VALUE4,
    VALUE5,
    VALUE6,
    VALUE7,
    VALUE8,
    VALUE9,
    VALUE10,
    VALUE11,
    VALUE12,
    VALUE13,
    VALUE14,
    VALUE15,
    VALUE16,
    VALUE17,
    VALUE18,
}

Values that can be written to the field PC1

Variants

Input - No internal pull device active

Input - Internal pull-down device active

Input - Internal pull-up device active

Input - No internal pull device, Pn_OUTx = input value

Input inverted - No internal pull device active

Input inverted - Internal pull-down device active

Input inverted - Internal pull-up device active

Input inverted - No internal pull device, Pn_OUTx = input value

Output Push-Pull - General-purpose output

Output Push-Pull - Alternate output function 1

Output Push-Pull - Alternate output function 2

Output Push-Pull - Alternate output function 3

Output Push-Pull - Alternate output function 4

Output Open Drain - General-purpose output

Output Open Drain - Alternate output function 1

Output Open Drain - Alternate output function 2

Output Open Drain - Alternate output function 3

Output Open Drain - Alternate output function 4

Trait Implementations

Auto Trait Implementations

impl Send for PC1W

impl Sync for PC1W