Struct ds1307::SQWOUTRateBits[][src]

pub struct SQWOUTRateBits {
    pub rs0: bool,
    pub rs1: bool,
}

Square-wave output rate bits.

Fields

Rate selection control bit 0.

Rate selection control bit 1.

Trait Implementations

impl Debug for SQWOUTRateBits
[src]

Formats the value using the given formatter. Read more

impl Clone for SQWOUTRateBits
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations