Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m46x/StdDriver/inc/
Di2c.h220 #define I2C_SMBUS_SET_PACKET_BYTE_COUNT(i2c, u32PktSize) ((i2c)->PKTSIZE = (u32PktSize)) argument
493 void I2C_SMBusSetPacketByteCount(I2C_T *i2c, uint32_t u32PktSize);
/hal_nuvoton-latest/m48x/StdDriver/inc/
Di2c.h210 #define I2C_SMBUS_SET_PACKET_BYTE_COUNT(i2c, u32PktSize) ((i2c)->PKTSIZE = (u32PktSize)) argument
481 void I2C_SMBusSetPacketByteCount(I2C_T *i2c, uint32_t u32PktSize);
/hal_nuvoton-latest/m2l31x/StdDriver/inc/
Di2c.h259 #define I2C_SMBUS_SET_PACKET_BYTE_COUNT(i2c, u32PktSize) ((i2c)->PKTSIZE = (u32PktSize)) argument
535 void I2C_SMBusSetPacketByteCount(I2C_T *i2c, uint32_t u32PktSize);
/hal_nuvoton-latest/m48x/StdDriver/src/
Di2c.c478 void I2C_SMBusSetPacketByteCount(I2C_T *i2c, uint32_t u32PktSize) in I2C_SMBusSetPacketByteCount() argument
480 i2c->PKTSIZE = u32PktSize; in I2C_SMBusSetPacketByteCount()
/hal_nuvoton-latest/m46x/StdDriver/src/
Di2c.c495 void I2C_SMBusSetPacketByteCount(I2C_T *i2c, uint32_t u32PktSize) in I2C_SMBusSetPacketByteCount() argument
497 i2c->PKTSIZE = u32PktSize; in I2C_SMBusSetPacketByteCount()
/hal_nuvoton-latest/m2l31x/StdDriver/src/
Di2c.c531 void I2C_SMBusSetPacketByteCount(I2C_T *i2c, uint32_t u32PktSize) in I2C_SMBusSetPacketByteCount() argument
533 i2c->PKTSIZE = u32PktSize; in I2C_SMBusSetPacketByteCount()