Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m48x/Devices/M480/Include/
Di2c_reg.h492 …__IO uint32_t CLKTOUT; /*!< [0x0068] I2C Bus Management Clock Low Timer Register … member
/hal_nuvoton-latest/m46x/Devices/M460/Include/
Di2c_reg.h541 …__IO uint32_t CLKTOUT; /*!< [0x0068] I2C Bus Management Clock Low Timer Register … member
/hal_nuvoton-latest/m2l31x/Devices/M2L31/Include/
Di2c_reg.h542 …__IO uint32_t CLKTOUT; /*!< [0x0068] I2C Bus Management Clock Low Timer Register … member
/hal_nuvoton-latest/m48x/StdDriver/src/
Di2c.c659 i2c->CLKTOUT = u32Div; in I2C_SMBusClockLoTimeout()
665 …i2c->CLKTOUT = (((ms * u32Pclk_kHz) / (16U * 1024U * 4U)) - 1U) & 0xFFU; /* The max value is 255 */ in I2C_SMBusClockLoTimeout()
/hal_nuvoton-latest/m46x/StdDriver/src/
Di2c.c676 i2c->CLKTOUT = u32Div; in I2C_SMBusClockLoTimeout()
682 …i2c->CLKTOUT = (((ms * u32Pclk_kHz) / (16U * 1024U * 4U)) - 1U) & 0xFFU; /* The max value is 255 */ in I2C_SMBusClockLoTimeout()
/hal_nuvoton-latest/m2l31x/StdDriver/src/
Di2c.c712 i2c->CLKTOUT = u32Div; in I2C_SMBusClockLoTimeout()
718 …i2c->CLKTOUT = (((ms * u32Pclk_kHz) / (16U * 1024U * 4U)) - 1U) & 0xFFU; /* The max value is 255 */ in I2C_SMBusClockLoTimeout()