Searched refs:timeoutMs (Results 1 – 2 of 2) sorted by relevance
| /hal_infineon-latest/mtb-pdl-cat1/drivers/include/ |
| D | cy_scb_i2c.h | 742 … uint32_t timeoutMs, cy_stc_scb_i2c_context_t *context); 744 … uint32_t timeoutMs, cy_stc_scb_i2c_context_t *context); 745 cy_en_scb_i2c_status_t Cy_SCB_I2C_MasterSendStop (CySCB_Type *base,uint32_t timeoutMs, cy_stc_scb… 747 … uint32_t timeoutMs, cy_stc_scb_i2c_context_t *context); 748 …n_scb_i2c_status_t Cy_SCB_I2C_MasterWriteByte (CySCB_Type *base, uint8_t byte, uint32_t timeoutMs, 1065 #define CY_SCB_I2C_CONVERT_TIMEOUT_TO_US(timeoutMs) ((timeoutMs) * 1000UL) argument 1134 #define CY_SCB_I2C_IS_TIMEOUT_VALID(timeoutMs) ( (timeoutMs) <= (0xFFFFFFFFUL / 1000UL… argument
|
| /hal_infineon-latest/mtb-pdl-cat1/drivers/source/ |
| D | cy_scb_i2c.c | 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 [all …]
|