Home
last modified time | relevance | path

Searched defs:oneChannel (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/flexcomm/i2s/
Dfsl_i2s.h102 bool oneChannel; /*!< true mono, false stereo */ member
142 bool oneChannel; /*!< true mono, false stereo */ member
Dfsl_i2s.c516 void I2S_EnableSecondaryChannel(I2S_Type *base, uint32_t channel, bool oneChannel, uint32_t positio… in I2S_EnableSecondaryChannel()
/hal_nxp-latest/mcux/mcux-sdk/components/audio/
Dfsl_adapter_flexcomm_i2s.c265 bool oneChannel = (channelNum % 2U != 0U) ? true : false; in HAL_AudioCommonInit() local