Struct d1_pac::lradc::RegisterBlock
source · #[repr(C)]pub struct RegisterBlock {
pub lradc_ctrl: LRADC_CTRL,
pub lradc_intc: LRADC_INTC,
pub lradc_ints: LRADC_INTS,
pub lradc_data: LRADC_DATA,
}Expand description
Register block
Fields§
§lradc_ctrl: LRADC_CTRL0x00 - LRADC Control Register
lradc_intc: LRADC_INTC0x04 - LRADC Interrupt Control Register
lradc_ints: LRADC_INTS0x08 - LRADC Interrupt Status Register
lradc_data: LRADC_DATA0x0c - LRADC Data Register
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnwindSafe for RegisterBlock
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more