pub struct R(_);
Expand description
Register U7_CONF1
reader
Implementations§
§impl R
impl R
pub fn cnt_thres0_u7(&self) -> FieldReaderRaw<u16, u16>
pub fn cnt_thres0_u7(&self) -> FieldReaderRaw<u16, u16>
Bits 0:15 - This register is used to configure thres0 value for unit7.
pub fn cnt_thres1_u7(&self) -> FieldReaderRaw<u16, u16>
pub fn cnt_thres1_u7(&self) -> FieldReaderRaw<u16, u16>
Bits 16:31 - This register is used to configure thres1 value for unit7.
Methods from Deref<Target = R<U7_CONF1_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<U7_CONF1_SPEC>> for R
impl From<R<U7_CONF1_SPEC>> for R
§fn from(reader: R<U7_CONF1_SPEC>) -> R
fn from(reader: R<U7_CONF1_SPEC>) -> R
Converts to this type from the input type.