Enum mkw41z4::dmamux0::chcfg::SOURCER [] [src]

pub enum SOURCER {
    _0,
    _2,
    _3,
    _16,
    _17,
    _18,
    _19,
    _20,
    _21,
    _22,
    _23,
    _24,
    _25,
    _26,
    _27,
    _32,
    _33,
    _34,
    _35,
    _40,
    _42,
    _45,
    _47,
    _49,
    _50,
    _51,
    _54,
    _55,
    _56,
    _57,
    _60,
    _61,
    _62,
    _63,
    _Reserved(u8),
}

Possible values of the field SOURCE

Variants

Disable_Signal

LPUART0_Rx_Signal

LPUART0_Tx_Signal

SPI0_Rx_Signal

SPI0_Tx_Signal

SPI1_Rx_Signal

SPI1_Tx_Signal

LTC0_Input_FIFO_Signal

LTC0_Output_FIFO_Signal

I2C0_Signal

I2C1_Signal

TPM0_Channel0_Signal

TPM0_Channel1_Signal

TPM0_Channel2_Signal

TPM0_Channel3_Signal

TPM1_Channel0_Signal

TPM1_Channel1_Signal

TPM2_Channel0_Signal

TPM2_Channel1_Signal

ADC0_Signal

CMP0_Signal

DAC0_Signal

CMT_Signal

PortA_Signal

PortB_Signal

PortC_Signal

TPM0_Overflow_Signal

TPM1_Overflow_Signal

TPM2_Overflow_Signal

TSI0_Signal

AlwaysOn60_Signal

AlwaysOn61_Signal

AlwaysOn62_Signal

AlwaysOn63_Signal

Reserved

Methods

impl SOURCER
[src]

Value of the field as raw bits

Checks if the value of the field is _0

Checks if the value of the field is _2

Checks if the value of the field is _3

Checks if the value of the field is _16

Checks if the value of the field is _17

Checks if the value of the field is _18

Checks if the value of the field is _19

Checks if the value of the field is _20

Checks if the value of the field is _21

Checks if the value of the field is _22

Checks if the value of the field is _23

Checks if the value of the field is _24

Checks if the value of the field is _25

Checks if the value of the field is _26

Checks if the value of the field is _27

Checks if the value of the field is _32

Checks if the value of the field is _33

Checks if the value of the field is _34

Checks if the value of the field is _35

Checks if the value of the field is _40

Checks if the value of the field is _42

Checks if the value of the field is _45

Checks if the value of the field is _47

Checks if the value of the field is _49

Checks if the value of the field is _50

Checks if the value of the field is _51

Checks if the value of the field is _54

Checks if the value of the field is _55

Checks if the value of the field is _56

Checks if the value of the field is _57

Checks if the value of the field is _60

Checks if the value of the field is _61

Checks if the value of the field is _62

Checks if the value of the field is _63

Trait Implementations

impl Clone for SOURCER
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SOURCER
[src]

impl Debug for SOURCER
[src]

Formats the value using the given formatter.

impl PartialEq for SOURCER
[src]

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

This method tests for !=.