Trait mcp25625::ResetValue[][src]

pub trait ResetValue {
    type Type;
    fn reset_value() -> Self::Type;
}
Expand description

Reset value of the register used in write and reset methods.

Associated Types

Register underlying type

Required methods

Implementors