Struct esp32c3_hal::pac::uart0::highpulse::HIGHPULSE_SPEC
pub struct HIGHPULSE_SPEC;
Expand description
Trait Implementations
impl Readable for HIGHPULSE_SPEC
impl Readable for HIGHPULSE_SPEC
read()
method returns highpulse::R reader structure
impl RegisterSpec for HIGHPULSE_SPEC
impl RegisterSpec for HIGHPULSE_SPEC
impl Resettable for HIGHPULSE_SPEC
impl Resettable for HIGHPULSE_SPEC
reset()
method sets HIGHPULSE to value 0x0fff
const RESET_VALUE: <HIGHPULSE_SPEC as RegisterSpec>::Ux = {transmute(0x00000fff): <esp_hal_common::esp32c3::uart0::highpulse::HIGHPULSE_SPEC as esp_hal_common::esp32c3::generic::RegisterSpec>::Ux}
const RESET_VALUE: <HIGHPULSE_SPEC as RegisterSpec>::Ux = {transmute(0x00000fff): <esp_hal_common::esp32c3::uart0::highpulse::HIGHPULSE_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 HIGHPULSE_SPEC
impl Send for HIGHPULSE_SPEC
impl Sync for HIGHPULSE_SPEC
impl Unpin for HIGHPULSE_SPEC
impl UnwindSafe for HIGHPULSE_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