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.