Enum s32k144::pdb1::sc::LdmodR [] [src]

pub enum LdmodR {
    _00,
    _01,
    _10,
    _11,
}

Possible values of the field LDMOD

Variants

The internal registers are loaded with the values from their buffers, immediately after 1 is written to LDOK.

The internal registers are loaded with the values from their buffers when the PDB counter (CNT) = MOD + 1 CNT delay elapsed, after 1 is written to LDOK.

The internal registers are loaded with the values from their buffers when a trigger input event is detected, after 1 is written to LDOK.

The internal registers are loaded with the values from their buffers when either the PDB counter (CNT) = MOD + 1 CNT delay elapsed, or a trigger input event is detected, after 1 is written to LDOK.

Methods

impl LdmodR
[src]

Value of the field as raw bits

Checks if the value of the field is _00

Checks if the value of the field is _01

Checks if the value of the field is _10

Checks if the value of the field is _11

Trait Implementations

impl Clone for LdmodR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for LdmodR
[src]

impl Debug for LdmodR
[src]

Formats the value using the given formatter.

impl PartialEq for LdmodR
[src]

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

This method tests for !=.