Enum max32630_svd::pwrseq::reg5::PWR_TRIM_SVM_BGR[][src]

pub enum PWR_TRIM_SVM_BGR {
    _Reserved(u16),
}

Possible values of the field pwr_trim_svm_bg

Variants

Reserved

Methods

impl PWR_TRIM_SVM_BGR
[src]

Value of the field as raw bits

Trait Implementations

impl Clone for PWR_TRIM_SVM_BGR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PWR_TRIM_SVM_BGR
[src]

impl Debug for PWR_TRIM_SVM_BGR
[src]

Formats the value using the given formatter. Read more

impl PartialEq for PWR_TRIM_SVM_BGR
[src]

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

This method tests for !=.

Auto Trait Implementations