Enum max32630_svd::clkman::sys_clk_ctrl_12_spi1::SPI1_CLK_SCALER[][src]

pub enum SPI1_CLK_SCALER {
    _Reserved(u8),
}

Possible values of the field spi1_clk_scale

Variants

Reserved

Methods

impl SPI1_CLK_SCALER
[src]

Value of the field as raw bits

Trait Implementations

impl Clone for SPI1_CLK_SCALER
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SPI1_CLK_SCALER
[src]

impl Debug for SPI1_CLK_SCALER
[src]

Formats the value using the given formatter. Read more

impl PartialEq for SPI1_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