pub struct RegisterBlock { /* private fields */ }Expand description
Register block
Implementations§
Source§impl RegisterBlock
impl RegisterBlock
Sourcepub const fn audio_pll_cfg0(&self) -> &AUDIO_PLL_CFG0
pub const fn audio_pll_cfg0(&self) -> &AUDIO_PLL_CFG0
0x750 - audio_pll_cfg0.
Sourcepub const fn audio_pll_cfg1(&self) -> &AUDIO_PLL_CFG1
pub const fn audio_pll_cfg1(&self) -> &AUDIO_PLL_CFG1
0x754 - audio_pll_cfg1.
Sourcepub const fn audio_pll_cfg2(&self) -> &AUDIO_PLL_CFG2
pub const fn audio_pll_cfg2(&self) -> &AUDIO_PLL_CFG2
0x758 - audio_pll_cfg2.
Sourcepub const fn audio_pll_cfg3(&self) -> &AUDIO_PLL_CFG3
pub const fn audio_pll_cfg3(&self) -> &AUDIO_PLL_CFG3
0x75c - audio_pll_cfg3.
Sourcepub const fn audio_pll_cfg4(&self) -> &AUDIO_PLL_CFG4
pub const fn audio_pll_cfg4(&self) -> &AUDIO_PLL_CFG4
0x760 - audio_pll_cfg4.
Sourcepub const fn audio_pll_cfg5(&self) -> &AUDIO_PLL_CFG5
pub const fn audio_pll_cfg5(&self) -> &AUDIO_PLL_CFG5
0x764 - audio_pll_cfg5.
Sourcepub const fn audio_pll_cfg6(&self) -> &AUDIO_PLL_CFG6
pub const fn audio_pll_cfg6(&self) -> &AUDIO_PLL_CFG6
0x768 - audio_pll_cfg6.
Sourcepub const fn audio_pll_cfg7(&self) -> &AUDIO_PLL_CFG7
pub const fn audio_pll_cfg7(&self) -> &AUDIO_PLL_CFG7
0x76c - audio_pll_cfg7.
Sourcepub const fn audio_pll_cfg8(&self) -> &AUDIO_PLL_CFG8
pub const fn audio_pll_cfg8(&self) -> &AUDIO_PLL_CFG8
0x770 - audio_pll_cfg8.
Sourcepub const fn audio_pll_cfg9(&self) -> &AUDIO_PLL_CFG9
pub const fn audio_pll_cfg9(&self) -> &AUDIO_PLL_CFG9
0x774 - audio_pll_cfg9.
Sourcepub const fn audio_pll_cfg10(&self) -> &AUDIO_PLL_CFG10
pub const fn audio_pll_cfg10(&self) -> &AUDIO_PLL_CFG10
0x778 - audio_pll_cfg10.
Sourcepub const fn audio_pll_cfg11(&self) -> &AUDIO_PLL_CFG11
pub const fn audio_pll_cfg11(&self) -> &AUDIO_PLL_CFG11
0x77c - audio_pll_cfg11.
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