Searched refs:UI2C_GET_PROT_STATUS (Results 1 – 6 of 6) sorted by relevance
629 …while (!(UI2C_GET_PROT_STATUS(ui2c) & 0x3F00U)); /* Wait UI2C new status occur… in UI2C_WriteByte()631 switch (UI2C_GET_PROT_STATUS(ui2c) & 0x3F00U) in UI2C_WriteByte()703 …while (!(UI2C_GET_PROT_STATUS(ui2c) & 0x3F00U)); /* Wait UI2C new status occur… in UI2C_WriteMultiBytes()705 switch (UI2C_GET_PROT_STATUS(ui2c) & 0x3F00U) in UI2C_WriteMultiBytes()772 …while (!(UI2C_GET_PROT_STATUS(ui2c) & 0x3F00U)); /* Wait UI2C new status occur… in UI2C_WriteByteOneReg()774 switch (UI2C_GET_PROT_STATUS(ui2c) & 0x3F00U) in UI2C_WriteByteOneReg()853 …while (!(UI2C_GET_PROT_STATUS(ui2c) & 0x3F00U)); /* Wait UI2C new status occur… in UI2C_WriteMultiBytesOneReg()855 switch (UI2C_GET_PROT_STATUS(ui2c) & 0x3F00U) in UI2C_WriteMultiBytesOneReg()931 …while (!(UI2C_GET_PROT_STATUS(ui2c) & 0x3F00U)); /* Wait UI2C new status occur… in UI2C_WriteByteTwoRegs()933 switch (UI2C_GET_PROT_STATUS(ui2c) & 0x3F00U) in UI2C_WriteByteTwoRegs()[all …]
614 …while (!(UI2C_GET_PROT_STATUS(ui2c) & 0x3F00U)) /* Wait UI2C new status occur … in UI2C_WriteByte()623 switch (UI2C_GET_PROT_STATUS(ui2c) & 0x3F00U) in UI2C_WriteByte()700 …while (!(UI2C_GET_PROT_STATUS(ui2c) & 0x3F00U)) /* Wait UI2C new status occur … in UI2C_WriteMultiBytes()709 switch (UI2C_GET_PROT_STATUS(ui2c) & 0x3F00U) in UI2C_WriteMultiBytes()781 …while (!(UI2C_GET_PROT_STATUS(ui2c) & 0x3F00U)) /* Wait UI2C new status occur … in UI2C_WriteByteOneReg()790 switch (UI2C_GET_PROT_STATUS(ui2c) & 0x3F00U) in UI2C_WriteByteOneReg()874 …while (!(UI2C_GET_PROT_STATUS(ui2c) & 0x3F00U)) /* Wait UI2C new status occur … in UI2C_WriteMultiBytesOneReg()883 switch (UI2C_GET_PROT_STATUS(ui2c) & 0x3F00U) in UI2C_WriteMultiBytesOneReg()964 …while (!(UI2C_GET_PROT_STATUS(ui2c) & 0x3F00U)) /* Wait UI2C new status occur … in UI2C_WriteByteTwoRegs()973 switch (UI2C_GET_PROT_STATUS(ui2c) & 0x3F00U) in UI2C_WriteByteTwoRegs()[all …]
634 …while (!(UI2C_GET_PROT_STATUS(ui2c) & 0x3F00U)) /* Wait UI2C new status occur … in UI2C_WriteByte()643 switch (UI2C_GET_PROT_STATUS(ui2c) & 0x3F00U) in UI2C_WriteByte()718 …while (!(UI2C_GET_PROT_STATUS(ui2c) & 0x3F00U)) /* Wait UI2C new status occur … in UI2C_WriteMultiBytes()727 switch (UI2C_GET_PROT_STATUS(ui2c) & 0x3F00U) in UI2C_WriteMultiBytes()797 …while (!(UI2C_GET_PROT_STATUS(ui2c) & 0x3F00U)) /* Wait UI2C new status occur … in UI2C_WriteByteOneReg()806 switch (UI2C_GET_PROT_STATUS(ui2c) & 0x3F00U) in UI2C_WriteByteOneReg()888 …while (!(UI2C_GET_PROT_STATUS(ui2c) & 0x3F00U)) /* Wait UI2C new status occur … in UI2C_WriteMultiBytesOneReg()897 switch (UI2C_GET_PROT_STATUS(ui2c) & 0x3F00U) in UI2C_WriteMultiBytesOneReg()976 …while (!(UI2C_GET_PROT_STATUS(ui2c) & 0x3F00U)) /* Wait UI2C new status occur … in UI2C_WriteByteTwoRegs()985 switch (UI2C_GET_PROT_STATUS(ui2c) & 0x3F00U) in UI2C_WriteByteTwoRegs()[all …]
232 #define UI2C_GET_PROT_STATUS(ui2c) ((ui2c)->PROTSTS) macro
239 #define UI2C_GET_PROT_STATUS(ui2c) ((ui2c)->PROTSTS) macro
241 #define UI2C_GET_PROT_STATUS(ui2c) ((ui2c)->PROTSTS) macro