Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/drivers/imx/
Dfsl_flexio_mculcd.c490 uint8_t beats; in FLEXIO_MCULCD_SetMultiBeatsWriteConfig() local
517 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() local
633 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()