Home
last modified time | relevance | path

Searched refs:mul_clk (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/codec/sgtl5000/
Dfsl_sgtl5000.c489 uint16_t mul_clk = 0U; in SGTL_ConfigDataFormat() local
594 mul_clk = (uint16_t)(mclk / sysFs); in SGTL_ConfigDataFormat()
596 if ((mul_clk / 128U - 2U) > 2U) in SGTL_ConfigDataFormat()
602 val |= (mul_clk / 128U - 2U); in SGTL_ConfigDataFormat()