Searched refs:CY_SCB_I2C_CONVERT_TIMEOUT_TO_US (Results 1 – 2 of 2) sorted by relevance
1768 uint32_t timeout = CY_SCB_I2C_CONVERT_TIMEOUT_TO_US(timeoutMs); in Cy_SCB_I2C_MasterSendStart()1862 uint32_t timeout = CY_SCB_I2C_CONVERT_TIMEOUT_TO_US(timeoutMs); in Cy_SCB_I2C_MasterSendReStart()1959 uint32_t timeout = CY_SCB_I2C_CONVERT_TIMEOUT_TO_US(timeoutMs); in Cy_SCB_I2C_MasterSendStop()2038 uint32_t timeout = CY_SCB_I2C_CONVERT_TIMEOUT_TO_US(timeoutMs); in Cy_SCB_I2C_MasterReadByte()2125 uint32_t timeout = CY_SCB_I2C_CONVERT_TIMEOUT_TO_US(timeoutMs); in Cy_SCB_I2C_MasterWriteByte()
1065 #define CY_SCB_I2C_CONVERT_TIMEOUT_TO_US(timeoutMs) ((timeoutMs) * 1000UL) macro