Searched refs:timeoutMs (Results 1 – 2 of 2) sorted by relevance
/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/include/ |
D | cy_scb_i2c.h | 718 … uint32_t timeoutMs, cy_stc_scb_i2c_context_t *context); 720 … uint32_t timeoutMs, cy_stc_scb_i2c_context_t *context); 721 cy_en_scb_i2c_status_t Cy_SCB_I2C_MasterSendStop (CySCB_Type *base,uint32_t timeoutMs, cy_stc_scb… 723 … uint32_t timeoutMs, cy_stc_scb_i2c_context_t *context); 724 …n_scb_i2c_status_t Cy_SCB_I2C_MasterWriteByte (CySCB_Type *base, uint8_t byte, uint32_t timeoutMs, 1041 #define CY_SCB_I2C_CONVERT_TIMEOUT_TO_US(timeoutMs) ((timeoutMs) * 1000UL) argument 1110 #define CY_SCB_I2C_IS_TIMEOUT_VALID(timeoutMs) ( (timeoutMs) <= (0xFFFFFFFFUL / 1000UL… argument
|
/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/source/ |
D | cy_scb_i2c.c | 1751 uint32_t timeoutMs, in Cy_SCB_I2C_MasterSendStart() argument 1755 CY_ASSERT_L2(CY_SCB_I2C_IS_TIMEOUT_VALID(timeoutMs)); in Cy_SCB_I2C_MasterSendStart() 1766 uint32_t timeout = CY_SCB_I2C_CONVERT_TIMEOUT_TO_US(timeoutMs); in Cy_SCB_I2C_MasterSendStart() 1848 uint32_t timeoutMs, in Cy_SCB_I2C_MasterSendReStart() argument 1852 CY_ASSERT_L2(CY_SCB_I2C_IS_TIMEOUT_VALID(timeoutMs)); in Cy_SCB_I2C_MasterSendReStart() 1860 uint32_t timeout = CY_SCB_I2C_CONVERT_TIMEOUT_TO_US(timeoutMs); in Cy_SCB_I2C_MasterSendReStart() 1947 cy_en_scb_i2c_status_t Cy_SCB_I2C_MasterSendStop(CySCB_Type *base,uint32_t timeoutMs, in Cy_SCB_I2C_MasterSendStop() argument 1950 CY_ASSERT_L2(CY_SCB_I2C_IS_TIMEOUT_VALID(timeoutMs)); in Cy_SCB_I2C_MasterSendStop() 1957 uint32_t timeout = CY_SCB_I2C_CONVERT_TIMEOUT_TO_US(timeoutMs); in Cy_SCB_I2C_MasterSendStop() 2023 uint32_t timeoutMs, in Cy_SCB_I2C_MasterReadByte() argument [all …]
|