Lines Matching refs:flexioBase

77     return FLEXIO_GetInstance(base->flexioBase);  in FLEXIO_I2C_GetInstance()
127 uint32_t tmpConfig = base->flexioBase->TIMCFG[base->timerIndex[1]]; in FLEXIO_I2C_MasterTransferInitStateMachine()
130 base->flexioBase->TIMCFG[base->timerIndex[1]] = tmpConfig; in FLEXIO_I2C_MasterTransferInitStateMachine()
134 …while ((0U == (FLEXIO_GetShifterStatusFlags(base->flexioBase) & (1UL << base->shifterIndex[0]))) && in FLEXIO_I2C_MasterTransferInitStateMachine()
143 while (0U == (FLEXIO_GetShifterStatusFlags(base->flexioBase) & (1UL << base->shifterIndex[0]))) in FLEXIO_I2C_MasterTransferInitStateMachine()
162 FLEXIO_ClearShifterErrorFlags(base->flexioBase, 1UL << base->shifterIndex[1]); in FLEXIO_I2C_MasterTransferRunStateMachine()
236 while ((0U == (FLEXIO_GetShifterStatusFlags(base->flexioBase) & in FLEXIO_I2C_MasterTransferRunStateMachine()
247 … (FLEXIO_GetShifterStatusFlags(base->flexioBase) & (1UL << base->shifterIndex[0]))) in FLEXIO_I2C_MasterTransferRunStateMachine()
352 …while ((0U == (FLEXIO_GetShifterStatusFlags(base->flexioBase) & (1UL << base->shifterIndex[0]))) && in FLEXIO_I2C_MasterTransferRunStateMachine()
361 … while (0U == (FLEXIO_GetShifterStatusFlags(base->flexioBase) & (1UL << base->shifterIndex[0]))) in FLEXIO_I2C_MasterTransferRunStateMachine()
407 … (0U == (FLEXIO_GetShifterStatusFlags(base->flexioBase) & (1UL << base->shifterIndex[0]))) && in FLEXIO_I2C_MasterTransferRunStateMachine()
416 … while (0U == (FLEXIO_GetShifterStatusFlags(base->flexioBase) & (1UL << base->shifterIndex[0]))) in FLEXIO_I2C_MasterTransferRunStateMachine()
476 if ((FLEXIO_ReadPinInput(base->flexioBase) & mask) == mask) in FLEXIO_I2C_CheckForBusyBus()
543 FLEXIO_SetShifterConfig(base->flexioBase, base->shifterIndex[0], &shifterConfig); in FLEXIO_I2C_MasterInit()
556 FLEXIO_SetShifterConfig(base->flexioBase, base->shifterIndex[1], &shifterConfig); in FLEXIO_I2C_MasterInit()
582 FLEXIO_SetTimerConfig(base->flexioBase, base->timerIndex[1], &timerConfig); in FLEXIO_I2C_MasterInit()
601 FLEXIO_SetTimerConfig(base->flexioBase, base->timerIndex[0], &timerConfig); in FLEXIO_I2C_MasterInit()
622 FLEXIO_SetTimerConfig(base->flexioBase, base->timerIndex[2], &timerConfig); in FLEXIO_I2C_MasterInit()
625 controlVal = base->flexioBase->CTRL; in FLEXIO_I2C_MasterInit()
635 base->flexioBase->CTRL = controlVal; in FLEXIO_I2C_MasterInit()
650 base->flexioBase->SHIFTCFG[base->shifterIndex[0]] = 0; in FLEXIO_I2C_MasterDeinit()
651 base->flexioBase->SHIFTCTL[base->shifterIndex[0]] = 0; in FLEXIO_I2C_MasterDeinit()
652 base->flexioBase->SHIFTCFG[base->shifterIndex[1]] = 0; in FLEXIO_I2C_MasterDeinit()
653 base->flexioBase->SHIFTCTL[base->shifterIndex[1]] = 0; in FLEXIO_I2C_MasterDeinit()
654 base->flexioBase->TIMCFG[base->timerIndex[0]] = 0; in FLEXIO_I2C_MasterDeinit()
655 base->flexioBase->TIMCMP[base->timerIndex[0]] = 0; in FLEXIO_I2C_MasterDeinit()
656 base->flexioBase->TIMCTL[base->timerIndex[0]] = 0; in FLEXIO_I2C_MasterDeinit()
657 base->flexioBase->TIMCFG[base->timerIndex[1]] = 0; in FLEXIO_I2C_MasterDeinit()
658 base->flexioBase->TIMCMP[base->timerIndex[1]] = 0; in FLEXIO_I2C_MasterDeinit()
659 base->flexioBase->TIMCTL[base->timerIndex[1]] = 0; in FLEXIO_I2C_MasterDeinit()
660 base->flexioBase->TIMCFG[base->timerIndex[2]] = 0; in FLEXIO_I2C_MasterDeinit()
661 base->flexioBase->TIMCMP[base->timerIndex[2]] = 0; in FLEXIO_I2C_MasterDeinit()
662 base->flexioBase->TIMCTL[base->timerIndex[2]] = 0; in FLEXIO_I2C_MasterDeinit()
664 base->flexioBase->SHIFTSTAT = (1UL << base->shifterIndex[0]); in FLEXIO_I2C_MasterDeinit()
665 base->flexioBase->SHIFTSTAT = (1UL << base->shifterIndex[1]); in FLEXIO_I2C_MasterDeinit()
667 base->flexioBase->TIMSTAT = (1UL << base->timerIndex[0]); in FLEXIO_I2C_MasterDeinit()
668 base->flexioBase->TIMSTAT = (1UL << base->timerIndex[1]); in FLEXIO_I2C_MasterDeinit()
669 base->flexioBase->TIMSTAT = (1UL << base->timerIndex[2]); in FLEXIO_I2C_MasterDeinit()
711 …((FLEXIO_GetShifterStatusFlags(base->flexioBase) & (1UL << base->shifterIndex[0])) >> base->shifte… in FLEXIO_I2C_MasterGetStatusFlags()
713 …(((FLEXIO_GetShifterStatusFlags(base->flexioBase) & (1UL << base->shifterIndex[1])) >> (base->shif… in FLEXIO_I2C_MasterGetStatusFlags()
716 …(((FLEXIO_GetShifterErrorFlags(base->flexioBase) & (1UL << base->shifterIndex[1])) >> (base->shift… in FLEXIO_I2C_MasterGetStatusFlags()
736 FLEXIO_ClearShifterStatusFlags(base->flexioBase, 1UL << base->shifterIndex[0]); in FLEXIO_I2C_MasterClearStatusFlags()
741 FLEXIO_ClearShifterStatusFlags(base->flexioBase, 1UL << base->shifterIndex[1]); in FLEXIO_I2C_MasterClearStatusFlags()
746 FLEXIO_ClearShifterErrorFlags(base->flexioBase, 1UL << base->shifterIndex[1]); in FLEXIO_I2C_MasterClearStatusFlags()
762 FLEXIO_EnableShifterStatusInterrupts(base->flexioBase, 1UL << base->shifterIndex[0]); in FLEXIO_I2C_MasterEnableInterrupts()
766 FLEXIO_EnableShifterStatusInterrupts(base->flexioBase, 1UL << base->shifterIndex[1]); in FLEXIO_I2C_MasterEnableInterrupts()
780 FLEXIO_DisableShifterStatusInterrupts(base->flexioBase, 1UL << base->shifterIndex[0]); in FLEXIO_I2C_MasterDisableInterrupts()
784 FLEXIO_DisableShifterStatusInterrupts(base->flexioBase, 1UL << base->shifterIndex[1]); in FLEXIO_I2C_MasterDisableInterrupts()
798 FLEXIO_Type *flexioBase = base->flexioBase; in FLEXIO_I2C_MasterSetBaudRate() local
803 flexioBase->TIMCMP[base->timerIndex[1]] = timerDiv; in FLEXIO_I2C_MasterSetBaudRate()
829 FLEXIO_Type *flexioBase = base->flexioBase; in FLEXIO_I2C_MasterSetTransferCount() local
831 flexioBase->TIMCMP[base->timerIndex[0]] = (uint32_t)count * 18U + 1U; in FLEXIO_I2C_MasterSetTransferCount()
832 timerConfig = flexioBase->TIMCFG[base->timerIndex[0]]; in FLEXIO_I2C_MasterSetTransferCount()
835 flexioBase->TIMCFG[base->timerIndex[0]] = timerConfig; in FLEXIO_I2C_MasterSetTransferCount()
898 tmpConfig = base->flexioBase->TIMCFG[base->timerIndex[0]]; in FLEXIO_I2C_MasterAbortStop()
901 base->flexioBase->TIMCFG[base->timerIndex[0]] = tmpConfig; in FLEXIO_I2C_MasterAbortStop()
904 tmpConfig = base->flexioBase->TIMCFG[base->timerIndex[1]]; in FLEXIO_I2C_MasterAbortStop()
907 base->flexioBase->TIMCFG[base->timerIndex[1]] = tmpConfig; in FLEXIO_I2C_MasterAbortStop()
920 tmpConfig = base->flexioBase->SHIFTCFG[base->shifterIndex[0]]; in FLEXIO_I2C_MasterEnableAck()
930 base->flexioBase->SHIFTCFG[base->shifterIndex[0]] = tmpConfig; in FLEXIO_I2C_MasterEnableAck()
978 FLEXIO_ClearShifterErrorFlags(base->flexioBase, 1UL << base->shifterIndex[1]); in FLEXIO_I2C_MasterWriteBlocking()
1088 …FLEXIO_ClearTimerStatusFlags(base->flexioBase, ((1UL << base->timerIndex[0]) | (1UL << base->timer… in FLEXIO_I2C_MasterTransferBlocking()
1095 while (0U == (FLEXIO_GetTimerStatusFlags(base->flexioBase) & (1UL << base->timerIndex[1]))) in FLEXIO_I2C_MasterTransferBlocking()