Lines Matching refs:timeoutMs
1753 uint32_t timeoutMs, in Cy_SCB_I2C_MasterSendStart() argument
1757 CY_ASSERT_L2(CY_SCB_I2C_IS_TIMEOUT_VALID(timeoutMs)); in Cy_SCB_I2C_MasterSendStart()
1768 uint32_t timeout = CY_SCB_I2C_CONVERT_TIMEOUT_TO_US(timeoutMs); in Cy_SCB_I2C_MasterSendStart()
1850 uint32_t timeoutMs, in Cy_SCB_I2C_MasterSendReStart() argument
1854 CY_ASSERT_L2(CY_SCB_I2C_IS_TIMEOUT_VALID(timeoutMs)); in Cy_SCB_I2C_MasterSendReStart()
1862 uint32_t timeout = CY_SCB_I2C_CONVERT_TIMEOUT_TO_US(timeoutMs); in Cy_SCB_I2C_MasterSendReStart()
1949 cy_en_scb_i2c_status_t Cy_SCB_I2C_MasterSendStop(CySCB_Type *base,uint32_t timeoutMs, in Cy_SCB_I2C_MasterSendStop() argument
1952 CY_ASSERT_L2(CY_SCB_I2C_IS_TIMEOUT_VALID(timeoutMs)); in Cy_SCB_I2C_MasterSendStop()
1959 uint32_t timeout = CY_SCB_I2C_CONVERT_TIMEOUT_TO_US(timeoutMs); in Cy_SCB_I2C_MasterSendStop()
2025 uint32_t timeoutMs, in Cy_SCB_I2C_MasterReadByte() argument
2029 CY_ASSERT_L2(CY_SCB_I2C_IS_TIMEOUT_VALID (timeoutMs)); in Cy_SCB_I2C_MasterReadByte()
2038 uint32_t timeout = CY_SCB_I2C_CONVERT_TIMEOUT_TO_US(timeoutMs); in Cy_SCB_I2C_MasterReadByte()
2115 …_en_scb_i2c_status_t Cy_SCB_I2C_MasterWriteByte(CySCB_Type *base, uint8_t byte, uint32_t timeoutMs, in Cy_SCB_I2C_MasterWriteByte() argument
2118 CY_ASSERT_L2(CY_SCB_I2C_IS_TIMEOUT_VALID(timeoutMs)); in Cy_SCB_I2C_MasterWriteByte()
2125 uint32_t timeout = CY_SCB_I2C_CONVERT_TIMEOUT_TO_US(timeoutMs); in Cy_SCB_I2C_MasterWriteByte()