Struct esp32c3::ledc::timer_value::TIMER_VALUE_SPEC
source · 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§
source§impl Readable for TIMER_VALUE_SPEC
impl Readable for TIMER_VALUE_SPEC
read()
method returns timer_value::R reader structure
source§impl RegisterSpec for TIMER_VALUE_SPEC
impl RegisterSpec for TIMER_VALUE_SPEC
source§impl Resettable for TIMER_VALUE_SPEC
impl Resettable for TIMER_VALUE_SPEC
reset()
method sets TIMER%s_VALUE to value 0
source§const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ledc::timer_value::TIMER_VALUE_SPEC as generic::RegisterSpec>::Ux}
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ledc::timer_value::TIMER_VALUE_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.