Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Di2s.h960 uint8_t ui8BitsPerSample, in I2SFormatConfigure() argument
965 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()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Di2s.h962 uint8_t ui8BitsPerSample, in I2SFormatConfigure() argument
967 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()
Dprcm.c372 ASSERT( ui8BitsPerSample == PRCM_WCLK_SINGLE_PHASE in PRCMAudioClockConfigOverride()
373 || ui8BitsPerSample == PRCM_WCLK_DUAL_PHASE in PRCMAudioClockConfigOverride()
374 || ui8BitsPerSample == PRCM_WCLK_USER_DEF); in PRCMAudioClockConfigOverride()