Searched refs:s_lpi2cMasterIsr (Results 1 – 4 of 4) sorted by relevance
133 static lpi2c_master_isr_t s_lpi2cMasterIsr; variable988 s_lpi2cMasterIsr = LPI2C_MasterTransferHandleIRQ; in LPI2C_MasterTransferCreateHandle()2141 if ((0U != (base->MCR & LPI2C_MCR_MEN_MASK)) && (NULL != s_lpi2cMasterIsr)) in LPI2C_CommonIRQHandler()2144 s_lpi2cMasterIsr(base, s_lpi2cMasterHandle[instance]); in LPI2C_CommonIRQHandler()
98 lpi2c_master_isr_t s_lpi2cMasterIsr; variable1031 s_lpi2cMasterIsr = LPI2C_MasterTransferHandleIRQ; in LPI2C_MasterTransferCreateHandle()2239 if ((0U != (base->MCR & LPI2C_MCR_MEN_MASK)) && (NULL != s_lpi2cMasterIsr)) in LPI2C_CommonIRQHandler()2242 s_lpi2cMasterIsr(base, s_lpi2cMasterHandle[instance]); in LPI2C_CommonIRQHandler()
438 extern lpi2c_master_isr_t s_lpi2cMasterIsr;
134 s_lpi2cMasterIsr = LPI2C_MasterTransferEdmaHandleIRQ; in LPI2C_MasterCreateEDMAHandle()