Struct esp32c2_hal::pac::system::comb_pvt_lvt_conf::R
pub struct R(_);
Expand description
Register COMB_PVT_LVT_CONF
reader
Implementations§
§impl R
impl R
pub fn comb_path_len_lvt(&self) -> FieldReaderRaw<u8, u8>
pub fn comb_path_len_lvt(&self) -> FieldReaderRaw<u8, u8>
Bits 0:5 - reg_comb_path_len_lvt
pub fn comb_pvt_monitor_en_lvt(&self) -> BitReaderRaw<bool>
pub fn comb_pvt_monitor_en_lvt(&self) -> BitReaderRaw<bool>
Bit 7 - reg_comb_pvt_monitor_en_lvt
Methods from Deref<Target = R<COMB_PVT_LVT_CONF_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<COMB_PVT_LVT_CONF_SPEC>> for R
impl From<R<COMB_PVT_LVT_CONF_SPEC>> for R
§fn from(reader: R<COMB_PVT_LVT_CONF_SPEC>) -> R
fn from(reader: R<COMB_PVT_LVT_CONF_SPEC>) -> R
Converts to this type from the input type.