pub struct RegisterBlock { /* private fields */ }Expand description
Register block
Implementations§
Source§impl RegisterBlock
impl RegisterBlock
Sourcepub const fn tcxo_status(&self) -> &TcxoStatus
pub const fn tcxo_status(&self) -> &TcxoStatus
0x00 - TCXO status and control register
Sourcepub const fn tcxo_count0(&self) -> &TcxoCount0
pub const fn tcxo_count0(&self) -> &TcxoCount0
0x04 - TCXO count bits [15:0]
Sourcepub const fn tcxo_count1(&self) -> &TcxoCount1
pub const fn tcxo_count1(&self) -> &TcxoCount1
0x08 - TCXO count bits [31:16]
Sourcepub const fn tcxo_count2(&self) -> &TcxoCount2
pub const fn tcxo_count2(&self) -> &TcxoCount2
0x0c - TCXO count bits [47:32]
Sourcepub const fn tcxo_count3(&self) -> &TcxoCount3
pub const fn tcxo_count3(&self) -> &TcxoCount3
0x10 - TCXO count bits [63:48]
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl !Sync for RegisterBlock
impl Send for RegisterBlock
impl Unpin for RegisterBlock
impl UnsafeUnpin 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