pub struct RegisterBlock { /* private fields */ }Expand description
Register block
Implementations§
Source§impl RegisterBlock
impl RegisterBlock
Sourcepub const fn lradc_ctrl(&self) -> &LRADC_CTRL
pub const fn lradc_ctrl(&self) -> &LRADC_CTRL
0x00 - LRADC Control Register
Sourcepub const fn lradc_intc(&self) -> &LRADC_INTC
pub const fn lradc_intc(&self) -> &LRADC_INTC
0x04 - LRADC Interrupt Control Register
Sourcepub const fn lradc_ints(&self) -> &LRADC_INTS
pub const fn lradc_ints(&self) -> &LRADC_INTS
0x08 - LRADC Interrupt Status Register
Sourcepub const fn lradc_data(&self) -> &LRADC_DATA
pub const fn lradc_data(&self) -> &LRADC_DATA
0x0c - 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