[][src]Type Definition lpc55s6x_pac::syscon::pll0sscg1::R

type R = R<u32, PLL0SSCG1>;

Reader of register PLL0SSCG1

Methods

impl R[src]

pub fn md_mbs(&self) -> MD_MBS_R[src]

Bit 0 - input word of the wrapper bit 32.

pub fn md_req(&self) -> MD_REQ_R[src]

Bit 1 - md change request.

pub fn mf(&self) -> MF_R[src]

Bits 2:4 - programmable modulation frequency fm = Fref/Nss mf[2:0] = 000 => Nss=512 (fm ~ 3.

pub fn mr(&self) -> MR_R[src]

Bits 5:7 - programmable frequency modulation depth Dfmodpk-pk = Frefkss/Fcco = kss/(2md[32:25]dec) mr[2:0] = 000 => kss = 0 (no spread spectrum) mr[2:0] = 001 => kss ~ 1 mr[2:0] = 010 => kss ~ 1.

pub fn mc(&self) -> MC_R[src]

Bits 8:9 - modulation waveform control Compensation for low pass filtering of the PLL to get a triangular modulation at the output of the PLL, giving a flat frequency spectrum.

pub fn mdiv_ext(&self) -> MDIV_EXT_R[src]

Bits 10:25 - to select an external mdiv value.

pub fn mreq(&self) -> MREQ_R[src]

Bit 26 - to select an external mreq value.

pub fn dither(&self) -> DITHER_R[src]

Bit 27 - dithering between two modulation frequencies in a random way or in a pseudo random way (white noise), in order to decrease the probability that the modulated waveform will occur with the same phase on a particular point on the screen.

pub fn sel_ext(&self) -> SEL_EXT_R[src]

Bit 28 - to select mdiv_ext and mreq_ext sel_ext = 0: mdiv ~ md[32:0], mreq = 1 sel_ext = 1 : mdiv = mdiv_ext, mreq = mreq_ext.