Searched refs:CLOCK_RATE_IN_RANGE (Results 1 – 2 of 2) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/cs42448/ |
D | fsl_cs42448.c | 12 #define CLOCK_RATE_IN_RANGE(x, min, max) (((x) > (min)) && ((x) < (max))) macro 293 assert(CLOCK_RATE_IN_RANGE(sample_rate, 100000U, 200000U)); in CS42448_ConfigDataFormat() 294 assert(CLOCK_RATE_IN_RANGE(mclk, 1029000U, 12800000U)); in CS42448_ConfigDataFormat() 298 …if (CLOCK_RATE_IN_RANGE(sample_rate, 100000U, 200000U) && CLOCK_RATE_IN_RANGE(mclk, 2048000U, 2560… in CS42448_ConfigDataFormat() 305 …if (CLOCK_RATE_IN_RANGE(sample_rate, 50000U, 100000U) && CLOCK_RATE_IN_RANGE(mclk, 2048000U, 25600… in CS42448_ConfigDataFormat() 310 …if (CLOCK_RATE_IN_RANGE(sample_rate, 100000U, 200000U) && CLOCK_RATE_IN_RANGE(mclk, 4096000U, 5120… in CS42448_ConfigDataFormat() 317 …if (CLOCK_RATE_IN_RANGE(sample_rate, 4000U, 50000U) && CLOCK_RATE_IN_RANGE(mclk, 2048000U, 2560000… in CS42448_ConfigDataFormat() 322 …if (CLOCK_RATE_IN_RANGE(sample_rate, 50000U, 100000U) && CLOCK_RATE_IN_RANGE(mclk, 4096000U, 51200… in CS42448_ConfigDataFormat() 329 assert(CLOCK_RATE_IN_RANGE(mclk, 4096000U, 51200000U)); in CS42448_ConfigDataFormat() 330 assert(CLOCK_RATE_IN_RANGE(sample_rate, 4000U, 50000U)); in CS42448_ConfigDataFormat()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/cs42888/ |
D | fsl_cs42888.c | 12 #define CLOCK_RATE_IN_RANGE(x, min, max) (((x) > (min)) && ((x) < (max))) macro 296 assert(CLOCK_RATE_IN_RANGE(sample_rate, 100000U, 200000U)); in CS42888_ConfigDataFormat() 297 assert(CLOCK_RATE_IN_RANGE(mclk, 1029000U, 12800000U)); in CS42888_ConfigDataFormat() 301 …if (CLOCK_RATE_IN_RANGE(sample_rate, 100000U, 200000U) && CLOCK_RATE_IN_RANGE(mclk, 2048000U, 2560… in CS42888_ConfigDataFormat() 308 …if (CLOCK_RATE_IN_RANGE(sample_rate, 50000U, 100000U) && CLOCK_RATE_IN_RANGE(mclk, 2048000U, 25600… in CS42888_ConfigDataFormat() 313 …if (CLOCK_RATE_IN_RANGE(sample_rate, 100000U, 200000U) && CLOCK_RATE_IN_RANGE(mclk, 4096000U, 5120… in CS42888_ConfigDataFormat() 320 …if (CLOCK_RATE_IN_RANGE(sample_rate, 4000U, 50000U) && CLOCK_RATE_IN_RANGE(mclk, 2048000U, 2560000… in CS42888_ConfigDataFormat() 325 …if (CLOCK_RATE_IN_RANGE(sample_rate, 50000U, 100000U) && CLOCK_RATE_IN_RANGE(mclk, 4096000U, 51200… in CS42888_ConfigDataFormat() 332 assert(CLOCK_RATE_IN_RANGE(mclk, 4096000U, 51200000U)); in CS42888_ConfigDataFormat() 333 assert(CLOCK_RATE_IN_RANGE(sample_rate, 4000U, 50000U)); in CS42888_ConfigDataFormat()
|