pub struct R(_);
Expand description
Register U3_CONF2
reader
Implementations§
§impl R
impl R
pub fn cnt_h_lim_u3(&self) -> FieldReaderRaw<u16, u16>
pub fn cnt_h_lim_u3(&self) -> FieldReaderRaw<u16, u16>
Bits 0:15 - This register is used to configure thr_h_lim value for unit3.
pub fn cnt_l_lim_u3(&self) -> FieldReaderRaw<u16, u16>
pub fn cnt_l_lim_u3(&self) -> FieldReaderRaw<u16, u16>
Bits 16:31 - This register is used to confiugre thr_l_lim value for unit3.
Methods from Deref<Target = R<U3_CONF2_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<U3_CONF2_SPEC>> for R
impl From<R<U3_CONF2_SPEC>> for R
§fn from(reader: R<U3_CONF2_SPEC>) -> R
fn from(reader: R<U3_CONF2_SPEC>) -> R
Converts to this type from the input type.