Struct esp32h2::modem_syscon::modem_rst_conf::R
source · pub struct R(_);
Expand description
Register MODEM_RST_CONF
reader
Implementations§
source§impl R
impl R
sourcepub fn rst_btmac_apb(&self) -> RST_BTMAC_APB_R
pub fn rst_btmac_apb(&self) -> RST_BTMAC_APB_R
Bit 15
sourcepub fn rst_btmac(&self) -> RST_BTMAC_R
pub fn rst_btmac(&self) -> RST_BTMAC_R
Bit 16
sourcepub fn rst_btbb_apb(&self) -> RST_BTBB_APB_R
pub fn rst_btbb_apb(&self) -> RST_BTBB_APB_R
Bit 17
sourcepub fn rst_btbb(&self) -> RST_BTBB_R
pub fn rst_btbb(&self) -> RST_BTBB_R
Bit 18
sourcepub fn rst_zbmac(&self) -> RST_ZBMAC_R
pub fn rst_zbmac(&self) -> RST_ZBMAC_R
Bit 24
sourcepub fn rst_modem_ecb(&self) -> RST_MODEM_ECB_R
pub fn rst_modem_ecb(&self) -> RST_MODEM_ECB_R
Bit 25
sourcepub fn rst_modem_ccm(&self) -> RST_MODEM_CCM_R
pub fn rst_modem_ccm(&self) -> RST_MODEM_CCM_R
Bit 26
sourcepub fn rst_modem_bah(&self) -> RST_MODEM_BAH_R
pub fn rst_modem_bah(&self) -> RST_MODEM_BAH_R
Bit 27
sourcepub fn rst_modem_sec(&self) -> RST_MODEM_SEC_R
pub fn rst_modem_sec(&self) -> RST_MODEM_SEC_R
Bit 29
sourcepub fn rst_ble_timer(&self) -> RST_BLE_TIMER_R
pub fn rst_ble_timer(&self) -> RST_BLE_TIMER_R
Bit 30
sourcepub fn rst_data_dump(&self) -> RST_DATA_DUMP_R
pub fn rst_data_dump(&self) -> RST_DATA_DUMP_R
Bit 31
Methods from Deref<Target = R<MODEM_RST_CONF_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more