Struct esp32c6::pcr::reset_event_bypass::R
source · pub struct R(_);
Expand description
Register RESET_EVENT_BYPASS
reader
Implementations§
source§impl R
impl R
sourcepub fn apm(&self) -> APM_R
pub fn apm(&self) -> APM_R
Bit 0 - This field is used to control reset event relationship for tee_reg/apm_reg/hp_system_reg. 1: tee_reg/apm_reg/hp_system_reg will only be reset by power-reset. some reset event will be bypass. 0: tee_reg/apm_reg/hp_system_reg will not only be reset by power-reset, but also some reset event.
sourcepub fn reset_event_bypass(&self) -> RESET_EVENT_BYPASS_R
pub fn reset_event_bypass(&self) -> RESET_EVENT_BYPASS_R
Bit 1 - This field is used to control reset event relationship for system-bus. 1: system bus (including arbiter/router) will only be reset by power-reset. some reset event will be bypass. 0: system bus (including arbiter/router) will not only be reset by power-reset, but also some reset event.
Methods from Deref<Target = R<RESET_EVENT_BYPASS_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