Struct esp32s3::mcpwm0::timer2_status::TIMER2_STATUS_SPEC
source · pub struct TIMER2_STATUS_SPEC;
Expand description
PWM timer2 status register.
This register you can read
. See API.
For information about available fields see timer2_status module
Trait Implementations§
source§impl Readable for TIMER2_STATUS_SPEC
impl Readable for TIMER2_STATUS_SPEC
read()
method returns timer2_status::R reader structure
source§impl RegisterSpec for TIMER2_STATUS_SPEC
impl RegisterSpec for TIMER2_STATUS_SPEC
source§impl Resettable for TIMER2_STATUS_SPEC
impl Resettable for TIMER2_STATUS_SPEC
reset()
method sets TIMER2_STATUS to value 0
source§const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcpwm0::timer2_status::TIMER2_STATUS_SPEC as generic::RegisterSpec>::Ux}
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcpwm0::timer2_status::TIMER2_STATUS_SPEC as generic::RegisterSpec>::Ux}
Reset value of the register.
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl RefUnwindSafe for TIMER2_STATUS_SPEC
impl Send for TIMER2_STATUS_SPEC
impl Sync for TIMER2_STATUS_SPEC
impl Unpin for TIMER2_STATUS_SPEC
impl UnwindSafe for TIMER2_STATUS_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