Trait nrf52811_pac::generic::Resettable[][src]

pub trait Resettable: RegisterSpec {
    fn reset_value() -> Self::Ux;
}
Expand description

Reset value of the register.

This value is the initial value for the write method. It can also be directly written to the register by using the reset method.

Required methods

Reset value of the register.

Implementors