Lines Matching refs:timerIndex

143         timerCompare = base->flexioBase->TIMCMP[base->timerIndex];  in FLEXIO_MCULCD_SetBaudRate()
147 base->flexioBase->TIMCMP[base->timerIndex] = timerCompare; in FLEXIO_MCULCD_SetBaudRate()
327 …FLEXIO_SHIFTCTL_TIMSEL(base->timerIndex) | FLEXIO_SHIFTCTL_TIMPOL(kFLEXIO_ShifterTimerPolarityOnPo… in FLEXIO_MCULCD_SetSingleBeatWriteConfig()
331 timerCompare = base->flexioBase->TIMCMP[base->timerIndex] & 0xFFU; in FLEXIO_MCULCD_SetSingleBeatWriteConfig()
337 base->flexioBase->TIMCMP[base->timerIndex] = (1UL << 8U) | timerCompare; in FLEXIO_MCULCD_SetSingleBeatWriteConfig()
340 base->flexioBase->TIMCFG[base->timerIndex] = in FLEXIO_MCULCD_SetSingleBeatWriteConfig()
347 base->flexioBase->TIMCTL[base->timerIndex] = in FLEXIO_MCULCD_SetSingleBeatWriteConfig()
367 base->flexioBase->TIMCTL[base->timerIndex] = 0U; in FLEXIO_MCULCD_ClearSingleBeatWriteConfig()
368 base->flexioBase->TIMCFG[base->timerIndex] = 0U; in FLEXIO_MCULCD_ClearSingleBeatWriteConfig()
370 base->flexioBase->TIMSTAT = (1UL << base->timerIndex); in FLEXIO_MCULCD_ClearSingleBeatWriteConfig()
418 …FLEXIO_SHIFTCTL_TIMSEL(base->timerIndex) | FLEXIO_SHIFTCTL_TIMPOL(kFLEXIO_ShifterTimerPolarityOnNe… in FLEXIO_MCULCD_SetSingleBeatReadConfig()
423 base->flexioBase->TIMCFG[base->timerIndex] = in FLEXIO_MCULCD_SetSingleBeatReadConfig()
431 timerCompare = base->flexioBase->TIMCMP[base->timerIndex] & 0xFFU; in FLEXIO_MCULCD_SetSingleBeatReadConfig()
437 base->flexioBase->TIMCMP[base->timerIndex] = (1UL << 8U) | timerCompare; in FLEXIO_MCULCD_SetSingleBeatReadConfig()
439 base->flexioBase->TIMCTL[base->timerIndex] |= in FLEXIO_MCULCD_SetSingleBeatReadConfig()
459 base->flexioBase->TIMCTL[base->timerIndex] = 0U; in FLEXIO_MCULCD_ClearSingleBeatReadConfig()
460 base->flexioBase->TIMCFG[base->timerIndex] = 0U; in FLEXIO_MCULCD_ClearSingleBeatReadConfig()
462 base->flexioBase->TIMSTAT = (1UL << base->timerIndex); in FLEXIO_MCULCD_ClearSingleBeatReadConfig()
499 …FLEXIO_SHIFTCTL_TIMSEL(base->timerIndex) | FLEXIO_SHIFTCTL_TIMPOL(kFLEXIO_ShifterTimerPolarityOnPo… in FLEXIO_MCULCD_SetMultiBeatsWriteConfig()
509 …FLEXIO_SHIFTCTL_TIMSEL(base->timerIndex) | FLEXIO_SHIFTCTL_TIMPOL(kFLEXIO_ShifterTimerPolarityOnPo… in FLEXIO_MCULCD_SetMultiBeatsWriteConfig()
514 timerCompare = base->flexioBase->TIMCMP[base->timerIndex] & 0xFFU; in FLEXIO_MCULCD_SetMultiBeatsWriteConfig()
525 base->flexioBase->TIMCMP[base->timerIndex] = ((beats * 2UL - 1UL) << 8U) | timerCompare; in FLEXIO_MCULCD_SetMultiBeatsWriteConfig()
528 base->flexioBase->TIMCFG[base->timerIndex] = in FLEXIO_MCULCD_SetMultiBeatsWriteConfig()
535 base->flexioBase->TIMCTL[base->timerIndex] = in FLEXIO_MCULCD_SetMultiBeatsWriteConfig()
558 base->flexioBase->TIMCTL[base->timerIndex] = 0U; in FLEXIO_MCULCD_ClearMultiBeatsWriteConfig()
559 base->flexioBase->TIMCFG[base->timerIndex] = 0U; in FLEXIO_MCULCD_ClearMultiBeatsWriteConfig()
561 base->flexioBase->TIMSTAT = (1UL << base->timerIndex); in FLEXIO_MCULCD_ClearMultiBeatsWriteConfig()
618 …FLEXIO_SHIFTCTL_TIMSEL(base->timerIndex) | FLEXIO_SHIFTCTL_TIMPOL(kFLEXIO_ShifterTimerPolarityOnNe… in FLEXIO_MCULCD_SetMultiBeatsReadConfig()
626 …FLEXIO_SHIFTCTL_TIMSEL(base->timerIndex) | FLEXIO_SHIFTCTL_TIMPOL(kFLEXIO_ShifterTimerPolarityOnNe… in FLEXIO_MCULCD_SetMultiBeatsReadConfig()
630 timerCompare = base->flexioBase->TIMCMP[base->timerIndex] & 0xFFU; in FLEXIO_MCULCD_SetMultiBeatsReadConfig()
641 base->flexioBase->TIMCMP[base->timerIndex] = ((beats * 2UL - 1UL) << 8U) | timerCompare; in FLEXIO_MCULCD_SetMultiBeatsReadConfig()
644 base->flexioBase->TIMCFG[base->timerIndex] = in FLEXIO_MCULCD_SetMultiBeatsReadConfig()
652 base->flexioBase->TIMCTL[base->timerIndex] |= in FLEXIO_MCULCD_SetMultiBeatsReadConfig()
675 base->flexioBase->TIMCTL[base->timerIndex] = 0U; in FLEXIO_MCULCD_ClearMultiBeatsReadConfig()
676 base->flexioBase->TIMCFG[base->timerIndex] = 0U; in FLEXIO_MCULCD_ClearMultiBeatsReadConfig()
678 base->flexioBase->TIMSTAT = (1UL << base->timerIndex); in FLEXIO_MCULCD_ClearMultiBeatsReadConfig()
737 while (0U == ((1UL << base->timerIndex) & FLEXIO_GetTimerStatusFlags(flexioBase))) in FLEXIO_MCULCD_WriteCommandBlocking()
794 while (0U == ((1UL << base->timerIndex) & flexioBase->TIMSTAT)) in FLEXIO_MCULCD_WriteDataArrayBlocking()
799 flexioBase->TIMSTAT = 1UL << base->timerIndex; in FLEXIO_MCULCD_WriteDataArrayBlocking()
810 while (0U == ((1UL << base->timerIndex) & flexioBase->TIMSTAT)) in FLEXIO_MCULCD_WriteDataArrayBlocking()
815 flexioBase->TIMSTAT = 1UL << base->timerIndex; in FLEXIO_MCULCD_WriteDataArrayBlocking()
938 while (0U == ((1UL << base->timerIndex) & flexioBase->TIMSTAT)) in FLEXIO_MCULCD_WriteSameValueBlocking()
943 flexioBase->TIMSTAT = 1UL << base->timerIndex; in FLEXIO_MCULCD_WriteSameValueBlocking()