pub struct R { /* private fields */ }
Expand description
Value read from the register
Implementations§
Source§impl R
impl R
Sourcepub fn plli2sdivq(&self) -> PLLI2SDIVQR
pub fn plli2sdivq(&self) -> PLLI2SDIVQR
Bits 0:4 - PLLI2S division factor for SAI1 clock
Sourcepub fn pllsaidivq(&self) -> PLLSAIDIVQR
pub fn pllsaidivq(&self) -> PLLSAIDIVQR
Bits 8:12 - PLLSAI division factor for SAI1 clock
Sourcepub fn pllsaidivr(&self) -> PLLSAIDIVRR
pub fn pllsaidivr(&self) -> PLLSAIDIVRR
Bits 16:17 - division factor for LCD_CLK
Sourcepub fn dfsdm1sel(&self) -> DFSDM1SELR
pub fn dfsdm1sel(&self) -> DFSDM1SELR
Bit 25 - DFSDM1 clock source selection
Sourcepub fn adfsdm1sel(&self) -> ADFSDM1SELR
pub fn adfsdm1sel(&self) -> ADFSDM1SELR
Bit 26 - DFSDM1 AUDIO clock source selection
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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