Enum xmc4200::port14::iocr8::PC8R [] [src]

pub enum PC8R {
    VALUE1,
    VALUE2,
    VALUE3,
    VALUE4,
    VALUE5,
    VALUE6,
    VALUE7,
    VALUE8,
    VALUE9,
    VALUE10,
    VALUE11,
    VALUE12,
    VALUE13,
    VALUE14,
    VALUE15,
    VALUE16,
    VALUE17,
    VALUE18,
    _Reserved(u8),
}

Possible values of the field PC8

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

Reserved

Methods

impl PC8R
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is VALUE1

[src]

Checks if the value of the field is VALUE2

[src]

Checks if the value of the field is VALUE3

[src]

Checks if the value of the field is VALUE4

[src]

Checks if the value of the field is VALUE5

[src]

Checks if the value of the field is VALUE6

[src]

Checks if the value of the field is VALUE7

[src]

Checks if the value of the field is VALUE8

[src]

Checks if the value of the field is VALUE9

[src]

Checks if the value of the field is VALUE10

[src]

Checks if the value of the field is VALUE11

[src]

Checks if the value of the field is VALUE12

[src]

Checks if the value of the field is VALUE13

[src]

Checks if the value of the field is VALUE14

[src]

Checks if the value of the field is VALUE15

[src]

Checks if the value of the field is VALUE16

[src]

Checks if the value of the field is VALUE17

[src]

Checks if the value of the field is VALUE18

Trait Implementations

impl Clone for PC8R
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for PC8R
[src]

impl Debug for PC8R
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for PC8R
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

Auto Trait Implementations

impl Send for PC8R

impl Sync for PC8R