Home
last modified time | relevance | path

Searched refs:UI2C_GET_PROT_STATUS (Results 1 – 6 of 6) sorted by relevance

/hal_nuvoton-latest/m48x/StdDriver/src/
Dusci_i2c.c629 …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 …]
/hal_nuvoton-latest/m46x/StdDriver/src/
Dusci_i2c.c614 …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 …]
/hal_nuvoton-latest/m2l31x/StdDriver/src/
Dusci_i2c.c634 …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 …]
/hal_nuvoton-latest/m48x/StdDriver/inc/
Dusci_i2c.h232 #define UI2C_GET_PROT_STATUS(ui2c) ((ui2c)->PROTSTS) macro
/hal_nuvoton-latest/m2l31x/StdDriver/inc/
Dusci_i2c.h239 #define UI2C_GET_PROT_STATUS(ui2c) ((ui2c)->PROTSTS) macro
/hal_nuvoton-latest/m46x/StdDriver/inc/
Dusci_i2c.h241 #define UI2C_GET_PROT_STATUS(ui2c) ((ui2c)->PROTSTS) macro