pub struct R(/* private fields */);Expand description
Register DCKCFGR1 reader
Implementations§
Source§impl R
impl R
Sourcepub fn plli2sdivq(&self) -> FieldReaderRaw<u8, PLLI2SDIVQ_A>
pub fn plli2sdivq(&self) -> FieldReaderRaw<u8, PLLI2SDIVQ_A>
Bits 0:4 - PLLI2S division factor for SAI1 clock
Sourcepub fn pllsaidivq(&self) -> FieldReaderRaw<u8, PLLSAIDIVQ_A>
pub fn pllsaidivq(&self) -> FieldReaderRaw<u8, PLLSAIDIVQ_A>
Bits 8:12 - PLLSAI division factor for SAI1 clock
Sourcepub fn pllsaidivr(&self) -> FieldReaderRaw<u8, PLLSAIDIVR_A>
pub fn pllsaidivr(&self) -> FieldReaderRaw<u8, PLLSAIDIVR_A>
Bits 16:17 - division factor for LCD_CLK
Sourcepub fn sai1sel(&self) -> FieldReaderRaw<u8, SAI1SEL_A>
pub fn sai1sel(&self) -> FieldReaderRaw<u8, SAI1SEL_A>
Bits 20:21 - SAI1 clock source selection
Methods from Deref<Target = R<DCKCFGR1_SPEC>>§
Sourcepub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
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