Searched refs:txFsPolarity (Results 1 – 2 of 2) sorted by relevance
417 config->txFsPolarity = kESAI_ClockActiveLow; in ESAI_Init()420 base->TCCR |= (ESAI_TCCR_THCKP(config->txHckPolarity) | ESAI_TCCR_TFSP(config->txFsPolarity) | in ESAI_Init()491 config->txFsPolarity = kESAI_ClockActiveHigh; in ESAI_GetDefaultConfig()
222 esai_clock_polarity_t txFsPolarity; /*!< Tx frame sync polarity */ member