Struct esp32c3_hal::pac::ledc::timer_value::TIMER_VALUE_SPEC
pub struct TIMER_VALUE_SPEC;
Expand description
LEDC_LSTIMER%s_VALUE.
This register you can read
. See API.
For information about available fields see timer_value module
Trait Implementations
impl Readable for TIMER_VALUE_SPEC
impl Readable for TIMER_VALUE_SPEC
read()
method returns timer_value::R reader structure
impl RegisterSpec for TIMER_VALUE_SPEC
impl RegisterSpec for TIMER_VALUE_SPEC
impl Resettable for TIMER_VALUE_SPEC
impl Resettable for TIMER_VALUE_SPEC
reset()
method sets TIMER%s_VALUE to value 0
const RESET_VALUE: <TIMER_VALUE_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c3::ledc::timer_value::TIMER_VALUE_SPEC as esp_hal_common::esp32c3::generic::RegisterSpec>::Ux}
const RESET_VALUE: <TIMER_VALUE_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c3::ledc::timer_value::TIMER_VALUE_SPEC as esp_hal_common::esp32c3::generic::RegisterSpec>::Ux}
Reset value of the register.
fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations
impl RefUnwindSafe for TIMER_VALUE_SPEC
impl Send for TIMER_VALUE_SPEC
impl Sync for TIMER_VALUE_SPEC
impl Unpin for TIMER_VALUE_SPEC
impl UnwindSafe for TIMER_VALUE_SPEC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more