Home
last modified time | relevance | path

Searched refs:PKTCRC (Results 1 – 9 of 9) sorted by relevance

/hal_nuvoton-latest/m48x/Devices/M480/Include/
Di2c_reg.h490 …__I uint32_t PKTCRC; /*!< [0x0060] I2C Packet Error Checking Byte Value Register … member
/hal_nuvoton-latest/m46x/Devices/M460/Include/
Di2c_reg.h539 …__I uint32_t PKTCRC; /*!< [0x0060] I2C Packet Error Checking Byte Value Register … member
/hal_nuvoton-latest/m2l31x/Devices/M2L31/Include/
Di2c_reg.h540 …__I uint32_t PKTCRC; /*!< [0x0060] I2C Packet Error Checking Byte Value Register … member
/hal_nuvoton-latest/m46x/StdDriver/inc/
Di2c.h207 #define I2C_SMBUS_GET_PEC_VALUE(i2c) ((i2c)->PKTCRC)
/hal_nuvoton-latest/m48x/StdDriver/inc/
Di2c.h197 #define I2C_SMBUS_GET_PEC_VALUE(i2c) ((i2c)->PKTCRC)
/hal_nuvoton-latest/m2l31x/StdDriver/inc/
Di2c.h246 #define I2C_SMBUS_GET_PEC_VALUE(i2c) ((i2c)->PKTCRC)
/hal_nuvoton-latest/m48x/StdDriver/src/
Di2c.c563 return (uint8_t)i2c->PKTCRC; in I2C_SMBusGetPECValue()
/hal_nuvoton-latest/m46x/StdDriver/src/
Di2c.c580 return (uint8_t)i2c->PKTCRC; in I2C_SMBusGetPECValue()
/hal_nuvoton-latest/m2l31x/StdDriver/src/
Di2c.c616 return (uint8_t)i2c->PKTCRC; in I2C_SMBusGetPECValue()