Searched refs:ui8BitsPerSample (Results 1 – 3 of 3) sorted by relevance
960 uint8_t ui8BitsPerSample, in I2SFormatConfigure() argument965 ASSERT(ui8BitsPerSample <= 24); // Max. I2S_AIFFMTCFG_WORD_LEN in I2SFormatConfigure()966 ASSERT(ui8BitsPerSample >= 8); // Min. I2S_AIFFMTCFG_WORD_LEN in I2SFormatConfigure()974 (ui8BitsPerSample << I2S_AIFFMTCFG_WORD_LEN_S ); in I2SFormatConfigure()
962 uint8_t ui8BitsPerSample, in I2SFormatConfigure() argument967 ASSERT(ui8BitsPerSample <= I2S_AIFFMTCFG_WORD_LEN_MAX); in I2SFormatConfigure()968 ASSERT(ui8BitsPerSample >= I2S_AIFFMTCFG_WORD_LEN_MIN); in I2SFormatConfigure()976 (ui8BitsPerSample << I2S_AIFFMTCFG_WORD_LEN_S ); in I2SFormatConfigure()
372 ASSERT( ui8BitsPerSample == PRCM_WCLK_SINGLE_PHASE in PRCMAudioClockConfigOverride()373 || ui8BitsPerSample == PRCM_WCLK_DUAL_PHASE in PRCMAudioClockConfigOverride()374 || ui8BitsPerSample == PRCM_WCLK_USER_DEF); in PRCMAudioClockConfigOverride()