Home
last modified time | relevance | path

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

/hal_nuvoton-3.4.0/m48x/StdDriver/src/
Dusci_i2c.c376 u32TmpValue = ui2c->PROTSTS & UI2C_PROTSTS_ARBLOIF_Msk; in UI2C_GetIntFlag()
447 ui2c->PROTSTS = UI2C_PROTSTS_ARBLOIF_Msk; in UI2C_ClearIntFlag()
667 case UI2C_PROTSTS_ARBLOIF_Msk: /* Arbitration Lost */ in UI2C_WriteByte()
736 case UI2C_PROTSTS_ARBLOIF_Msk: /* Arbitration Lost */ in UI2C_WriteMultiBytes()
814 case UI2C_PROTSTS_ARBLOIF_Msk: /* Arbitration Lost */ in UI2C_WriteByteOneReg()
895 case UI2C_PROTSTS_ARBLOIF_Msk: /* Arbitration Lost */ in UI2C_WriteMultiBytesOneReg()
978 case UI2C_PROTSTS_ARBLOIF_Msk: /* Arbitration Lost */ in UI2C_WriteByteTwoRegs()
1069 case UI2C_PROTSTS_ARBLOIF_Msk: /* Arbitration Lost */ in UI2C_WriteMultiBytesTwoRegs()
1139 case UI2C_PROTSTS_ARBLOIF_Msk: /* Arbitration Lost */ in UI2C_ReadByte()
1227 case UI2C_PROTSTS_ARBLOIF_Msk: /* Arbitration Lost */ in UI2C_ReadMultiBytes()
[all …]
/hal_nuvoton-3.4.0/m48x/Devices/M480/Include/
Dui2c_reg.h537 #define UI2C_PROTSTS_ARBLOIF_Msk (0x1ul << UI2C_PROTSTS_ARBLOIF_Pos) /*!< UI2… macro