Struct esp32c2_hal::pac::APB_SARADC
pub struct APB_SARADC { /* private fields */ }
Expand description
Successive Approximation Register Analog to Digital Converter
Implementations
impl APB_SARADC
impl APB_SARADC
pub const PTR: *const RegisterBlock = {0x60040000 as *const esp_hal_common::esp32c2::apb_saradc::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x60040000 as *const esp_hal_common::esp32c2::apb_saradc::RegisterBlock}
Pointer to the register block
pub const fn ptr() -> *const RegisterBlock
pub const fn ptr() -> *const RegisterBlock
Return the pointer to the register block
Trait Implementations
impl Debug for APB_SARADC
impl Debug for APB_SARADC
impl Deref for APB_SARADC
impl Deref for APB_SARADC
type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
fn deref(&self) -> &<APB_SARADC as Deref>::Target
fn deref(&self) -> &<APB_SARADC as Deref>::Target
Dereferences the value.
sourceimpl SarAdcExt for APB_SARADC
impl SarAdcExt for APB_SARADC
fn split(self) -> AvailableAnalog
impl Send for APB_SARADC
Auto Trait Implementations
impl RefUnwindSafe for APB_SARADC
impl !Sync for APB_SARADC
impl Unpin for APB_SARADC
impl UnwindSafe for APB_SARADC
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