Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m48x/Devices/M480/Include/
Di2c_reg.h489 …__IO uint32_t PKTSIZE; /*!< [0x005c] I2C Packet Error Checking Byte Number Register … member
/hal_nuvoton-latest/m46x/Devices/M460/Include/
Di2c_reg.h538 …__IO uint32_t PKTSIZE; /*!< [0x005c] I2C Packet Error Checking Byte Number Register … member
/hal_nuvoton-latest/m2l31x/Devices/M2L31/Include/
Di2c_reg.h539 …__IO uint32_t PKTSIZE; /*!< [0x005c] I2C Packet Error Checking Byte Number Register … member
/hal_nuvoton-latest/m46x/StdDriver/inc/
Di2c.h220 #define I2C_SMBUS_SET_PACKET_BYTE_COUNT(i2c, u32PktSize) ((i2c)->PKTSIZE = (u32PktSize))
/hal_nuvoton-latest/m48x/StdDriver/inc/
Di2c.h210 #define I2C_SMBUS_SET_PACKET_BYTE_COUNT(i2c, u32PktSize) ((i2c)->PKTSIZE = (u32PktSize))
/hal_nuvoton-latest/m2l31x/StdDriver/inc/
Di2c.h259 #define I2C_SMBUS_SET_PACKET_BYTE_COUNT(i2c, u32PktSize) ((i2c)->PKTSIZE = (u32PktSize))
/hal_nuvoton-latest/m48x/StdDriver/src/
Di2c.c480 i2c->PKTSIZE = u32PktSize; in I2C_SMBusSetPacketByteCount()
/hal_nuvoton-latest/m46x/StdDriver/src/
Di2c.c497 i2c->PKTSIZE = u32PktSize; in I2C_SMBusSetPacketByteCount()
/hal_nuvoton-latest/m2l31x/StdDriver/src/
Di2c.c533 i2c->PKTSIZE = u32PktSize; in I2C_SMBusSetPacketByteCount()