Enum stm32f1::stm32f100::i2c1::ccr::DUTYR[][src]

pub enum DUTYR {
    DUTY2_1,
    DUTY16_9,
}

Possible values of the field DUTY

Variants

Duty cycle t_low/t_high = 2/1

Duty cycle t_low/t_high = 16/9

Methods

impl DUTYR
[src]

Returns true if the bit is clear (0)

Returns true if the bit is set (1)

Value of the field as raw bits

Checks if the value of the field is DUTY2_1

Checks if the value of the field is DUTY16_9

Trait Implementations

impl Clone for DUTYR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for DUTYR
[src]

impl Debug for DUTYR
[src]

Formats the value using the given formatter. Read more

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

impl Send for DUTYR

impl Sync for DUTYR