Struct ade791x::Status0

source ·
pub struct Status0 {
    pub reset_on: bool,
    pub crc_stat: bool,
    pub ic_prot: bool,
}
Expand description

Status struct.

Fields§

§reset_on: bool

During reset, the reset_on field is set to true. When the reset ends and the ADE7912/ADE7913 are ready to be configured, the reset_on field is cleared to false.

§crc_stat: bool

If the CRC of the configuration registers changes value, crc_stat field is set to false.

§ic_prot: bool

If the configuration registers are not protected, this field is false. After the configuration registers are protected, this field is set to true.

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more
Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.