Home
last modified time | relevance | path

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

/trusted-firmware-m-3.5.0/platform/ext/target/nuvoton/common/bsp/StdDriver/src/
Dusci_i2c.c610 …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 …]
/trusted-firmware-m-3.5.0/platform/ext/target/nuvoton/common/bsp/StdDriver/inc/
Dusci_i2c.h223 #define UI2C_GET_PROT_STATUS(ui2c) ((ui2c)->PROTSTS) macro
/trusted-firmware-m-3.5.0/platform/ext/target/nuvoton/m2354/bsp/Library/StdDriver/inc/
Dusci_i2c.h223 #define UI2C_GET_PROT_STATUS(ui2c) ((ui2c)->PROTSTS) macro