struct PllParameters

Defined at line 73 of file ../../src/media/audio/drivers/codecs/alc5663/alc5663.h

PLL parameters.

The PLL takes an input clock with frequency F_in and generates a new clock signal

with frequency F_out, as follows:

F_out = (F_in * (N + 2)) / ((M + 2) * (K + 2))

The M and K dividers can additionally be bypassed, removing the "(M + 2)"

or "(K + 2)" factors respectively.

Public Members

uint16_t n
uint16_t k
uint16_t m
bool bypass_m
bool bypass_k