Struct esp32s3::pwm0::timer1_status::TIMER1_STATUS_SPEC
source · pub struct TIMER1_STATUS_SPEC;
Expand description
PWM timer1 status register.
This register you can read
. See API.
For information about available fields see timer1_status module
Trait Implementations§
source§impl Readable for TIMER1_STATUS_SPEC
impl Readable for TIMER1_STATUS_SPEC
read()
method returns timer1_status::R reader structure
source§impl RegisterSpec for TIMER1_STATUS_SPEC
impl RegisterSpec for TIMER1_STATUS_SPEC
source§impl Resettable for TIMER1_STATUS_SPEC
impl Resettable for TIMER1_STATUS_SPEC
reset()
method sets TIMER1_STATUS to value 0
source§const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::timer1_status::TIMER1_STATUS_SPEC as generic::RegisterSpec>::Ux}
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::timer1_status::TIMER1_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.