Enum max32630_svd::clkman::crypt_clk_ctrl_1_maa::MAA_CLK_SCALER[][src]

pub enum MAA_CLK_SCALER {
    _Reserved(u8),
}

Possible values of the field maa_clk_scale

Variants

Reserved

Methods

impl MAA_CLK_SCALER
[src]

Value of the field as raw bits

Trait Implementations

impl Clone for MAA_CLK_SCALER
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for MAA_CLK_SCALER
[src]

impl Debug for MAA_CLK_SCALER
[src]

Formats the value using the given formatter. Read more

impl PartialEq for MAA_CLK_SCALER
[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