Struct esp32::dport::pro_cpu_record_pid::PRO_CPU_RECORD_PID_SPEC
source · pub struct PRO_CPU_RECORD_PID_SPEC;Expand description
You can read this register and get pro_cpu_record_pid::R. See API.
Trait Implementations§
source§impl Resettable for PRO_CPU_RECORD_PID_SPEC
impl Resettable for PRO_CPU_RECORD_PID_SPEC
reset() method sets PRO_CPU_RECORD_PID to value 0
source§const RESET_VALUE: u32 = 0u32
const RESET_VALUE: u32 = 0u32
Reset value of the register.
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for PRO_CPU_RECORD_PID_SPEC
read() method returns pro_cpu_record_pid::R reader structure
Auto Trait Implementations§
impl Freeze for PRO_CPU_RECORD_PID_SPEC
impl RefUnwindSafe for PRO_CPU_RECORD_PID_SPEC
impl Send for PRO_CPU_RECORD_PID_SPEC
impl Sync for PRO_CPU_RECORD_PID_SPEC
impl Unpin for PRO_CPU_RECORD_PID_SPEC
impl UnwindSafe for PRO_CPU_RECORD_PID_SPEC
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