Searched refs:UI2C_GET_PROT_STATUS (Results 1 – 3 of 3) sorted by relevance
610 …while(!(UI2C_GET_PROT_STATUS(ui2c) & 0x3F00U)); /* Wait UI2C new status occur… in UI2C_WriteByte()612 switch(UI2C_GET_PROT_STATUS(ui2c) & 0x3F00U) in UI2C_WriteByte()684 …while(!(UI2C_GET_PROT_STATUS(ui2c) & 0x3F00U)); /* Wait UI2C new status occur… in UI2C_WriteMultiBytes()686 switch(UI2C_GET_PROT_STATUS(ui2c) & 0x3F00U) in UI2C_WriteMultiBytes()753 …while(!(UI2C_GET_PROT_STATUS(ui2c) & 0x3F00U)); /* Wait UI2C new status occur… in UI2C_WriteByteOneReg()755 switch(UI2C_GET_PROT_STATUS(ui2c) & 0x3F00U) in UI2C_WriteByteOneReg()834 …while(!(UI2C_GET_PROT_STATUS(ui2c) & 0x3F00U)); /* Wait UI2C new status occur… in UI2C_WriteMultiBytesOneReg()836 switch(UI2C_GET_PROT_STATUS(ui2c) & 0x3F00U) in UI2C_WriteMultiBytesOneReg()912 …while(!(UI2C_GET_PROT_STATUS(ui2c) & 0x3F00U)); /* Wait UI2C new status occur… in UI2C_WriteByteTwoRegs()914 switch(UI2C_GET_PROT_STATUS(ui2c) & 0x3F00U) in UI2C_WriteByteTwoRegs()[all …]
223 #define UI2C_GET_PROT_STATUS(ui2c) ((ui2c)->PROTSTS) macro