Searched refs:s_lpi2cMasterIsr (Results 1 – 1 of 1) sorted by relevance
134 static lpi2c_master_isr_t s_lpi2cMasterIsr; variable677 s_lpi2cMasterIsr = LPI2C_MasterTransferHandleIRQ; in LPI2C_MasterTransferCreateHandle()1572 if ((base->MCR & LPI2C_MCR_MEN_MASK) && s_lpi2cMasterIsr) in LPI2C_CommonIRQHandler()1575 s_lpi2cMasterIsr(base, s_lpi2cMasterHandle[instance]); in LPI2C_CommonIRQHandler()