Searched refs:beats (Results 1 – 1 of 1) sorted by relevance
490 uint8_t beats; in FLEXIO_MCULCD_SetMultiBeatsWriteConfig() local517 beats = 4U * (base->txShifterEndIndex - base->txShifterStartIndex + 1U); in FLEXIO_MCULCD_SetMultiBeatsWriteConfig()519 beats = 2U * (base->txShifterEndIndex - base->txShifterStartIndex + 1U); in FLEXIO_MCULCD_SetMultiBeatsWriteConfig()525 base->flexioBase->TIMCMP[base->timerIndex] = ((beats * 2UL - 1UL) << 8U) | timerCompare; in FLEXIO_MCULCD_SetMultiBeatsWriteConfig()594 uint8_t beats; in FLEXIO_MCULCD_SetMultiBeatsReadConfig() local633 beats = 4U * (base->rxShifterEndIndex - base->rxShifterStartIndex + 1U); in FLEXIO_MCULCD_SetMultiBeatsReadConfig()635 beats = 2U * (base->rxShifterEndIndex - base->rxShifterStartIndex + 1U); in FLEXIO_MCULCD_SetMultiBeatsReadConfig()641 base->flexioBase->TIMCMP[base->timerIndex] = ((beats * 2UL - 1UL) << 8U) | timerCompare; in FLEXIO_MCULCD_SetMultiBeatsReadConfig()